Quantcast
Channel: phpBB.com
Viewing all articles
Browse latest Browse all 2375

[3.3.x] Support Forum • Re: Update to 3.3.15 success, but PHP errors, my site is gone

$
0
0
Here are the last few lines of the file ClassLoader.php that's causing the problem, but I don't understand it or what went wrong. Remember, my ACP works fine and says I have updated my site to 3.3.15. But my site has only the PHP errors. When I commented out line 576 (include $file) I got a 500 error for a website. Please, i have users all over the globe who are waiting for us to get back online again.

Code:

        /**         * Scope isolated include.         *         * Prevents access to $this/self from included files.         *         * @param  string $file         * @return void         */        self::$includeFile = \Closure::bind(static function($file) { 576           include $file;                }, null, null);    }}

Statistics: Posted by Fogbow_Foggy — Tue Apr 15, 2025 10:33 am



Viewing all articles
Browse latest Browse all 2375

Trending Articles