Chris Grigg
Member
I installed APC today on my server and now the forum stopped working.
The only way to get forum to load again would be to
Change :
extension=apc.so
to :
;extension=apc.so
In :
/usr/local/lib/php.ini
Then restart apache...
Fatal error: Uncaught exception 'ErrorException' with message 'include() [<a href='function.include'>function.include</a>]: 1. h->opened_path=[null] h->filename=[/home/PATH/public_html/forums/library/XenForo/Error.php] ' in /home/PATH/public_html/forums/library/XenForo/Autoloader.php:119 Stack trace: #0 /home/PATH/public_html/forums/library/XenForo/Autoloader.php(119): XenForo_Application::handlePhpError(8, 'include() [<a h...', '/home/PATH/pu...', 119, Array) #1 /home/PATH/public_html/forums/library/XenForo/Autoloader.php(119): XenForo_Autoloader::autoload() #2 [internal function]: XenForo_Autoloader->autoload('XenForo_Error') #3 /home/PATH/public_html/forums/library/XenForo/Application.php(308): spl_autoload_call('XenForo_Error') #4 [internal function]: XenForo_Application::handleException(Object(ErrorException)) #5 {main} thrown in/home/PATH/public_html/forums/library/XenForo/Autoloader.php on line 119
The only way to get forum to load again would be to
Change :
extension=apc.so
to :
;extension=apc.so
In :
/usr/local/lib/php.ini
Then restart apache...
Last edited: