Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
SJ77 Posted January 15, 2023 Posted January 15, 2023 Hi I got the following error /admin/upgrade/?controller=upgrade&key=mykey&mr=0&mr_error=1 The whole screen just goes white and I can't figure out how move forward. Any ideas?
Randy Calvert Posted January 15, 2023 Posted January 15, 2023 If the screen is just only displaying white, it means that errors are being suppressed. Try adding the following to your htaccess: php_flag display_errors On You can also look in your server’s Apache error logs for details as well. SJ77 1
SJ77 Posted January 15, 2023 Author Posted January 15, 2023 5 minutes ago, Randy Calvert said: If the screen is just only displaying white, it means that errors are being suppressed. Try adding the following to your htaccess: php_flag display_errors On You can also look in your server’s Apache error logs for details as well. I don't have htaccess I have nginx not apache However, I looked in php error logs and saw this $ 2023/01/15 15:20:39 [error] 22046#22046: *4754199 FastCGI sent in stderr: "PHP message: PHP Fatal error: Declaration of IPS\form\_Log::getItemsWithPermission($where = [], $order = null, $limit = 10, $permissionKey = 'read', $includeHiddenItems = IPS\Content\Hideable::FILTER_AUTOMATIC, $queryFlags = 0, ?IPS\Member $member = null, $joinContainer = false, $joinComments = false, $joinReviews = false, $countOnly = false, $joins = null, $skipPermission = false, $joinTags = true, $joinAuthor = true, $joinLastCommenter = true, $showMovedLinks = false) must be compatible with IPS\Content\_Item::getItemsWithPermission($w$
SJ77 Posted January 15, 2023 Author Posted January 15, 2023 3rd party forms application. I simply deleted the dir to continue forward with that install.
Recommended Posts