Does anyone familiar with this issue? I've done this a million times and i know it should work but how come it doesn't work this time?
mysite = live site
test = test site
/var/www/html/mysite/test/
1. I use subfolder to test with 7.0.5. The folder name is "test"
2. After I completed, i changed in header.inc.php (from test to mysite)
3. Cleared all in cache and cache_public folders
4. Moved to html folder and rename it "mysite"
I get this error. It's still stuck with "test" and i'm not sure why it's still there.
Warning: require_once(Thing.php) [function.require-once]: failed to open stream: No such file or directory in /var/www/mysite/test/inc/classes/BxDolMistake.php on line 3
Fatal error: require_once() [function.require]: Failed opening required 'Thing.php' (include_path='.:/usr/share/pear:/usr/share/php') in /var/www/mysite/test/inc/classes/BxDolMistake.php on line 3
Is there a way to fix this? :/ Thanks
