HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Avoiding __PHP_Incomplete_Class error in Change Log
I have upgraded from 2.3.1 to 2021.009
Among other issues I got an exception when viewing the Change Log __PHP_Incomplete_Class
I traced this to entries in the GDN_Log table where the Data column starts O:8:"stdClass":
As a workaround, I've added a line to applications/dashboard/views/log which checks that the type of Data is an array.
I am wondering though: should these log entries be deleted and is it safe to do so? Or should the log work with them?
Not very familiar with Vanilla yet!
Tim
0