XF 1.2 Moved forum directory, getting errors.

LeTunechi

Member
Licensed customer
I moved my forum from public to public/forum so I can have a webpage as the main directory, and now im getting errors.


Warning: require(/usr/www/cubewebhosting/public/library/XenForo/Autoloader.php): failed to open stream: No such file or directory in /usr/www/cubewebhosting/public/index.php on line 6

Fatal error: require(): Failed opening required '/usr/www/cubewebhosting/public/library/XenForo/Autoloader.php' (include_path='.:/usr/share/php5:/usr/share/php') in /usr/www/cubewebhosting/public/index.php on line 6

What do I do?
 
This could also be your opcode cache. APC doesn't update its cache when changing directories. You may need to restart the web server to clear it.
 
Could it also be that the directory that I set up as the main xenforo directory isn't really the main directory now? The xenforo index.php isn't in public/index.php, its in public/forum/index.php.
 
Back
Top Bottom