Changing Directories Issue

Hey guys,

When I moved my forums from just being on my homepage into the directory labeled "community" I get the following error:

Warning: require(/home/content/83/8926183/html/library/XenForo/Autoloader.php) [function.require]: failed to open stream: No such file or directory in /home/content/83/8926183/html/index.php on line 6

Fatal error: require() [function.require]: Failed opening required '/home/content/83/8926183/html/library/XenForo/Autoloader.php' (include_path='.:/usr/local/php5/lib/php') in /home/content/83/8926183/html/index.php on line 6

Any insight on how to fix this issue would be greatly appreciated.
 
Hmm, the error makes no mention of a "community" directory. Assuming the files were moved correctly, you may have to restart your web server. Some servers employ caches that result in errors like this upon a directory move until you restart.
 
Top Bottom