Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Changed physical directory at hosting provider, Vanilla blowing up
I moved my domain from a virtual domain (which was in a subdirectory of my primary domain) to its own domain. The URL is still www.mydomain,com/forums, but the underlying directory structure at the Unix level is now different.
Vanilla doesn't like this and reports a bunch of these:
Warning: main(/export/home/user/public_html/www.mydomain.com/forums/library/Vanilla.Discussion.class.php): failed to open stream: No such file or directory in /export/home/mydomain.com/public_html/forums/index.php on line 15
Warning: main(): Failed opening '/export/home/user/public_html/www.mydomain.com/forums/library/Vanilla.Discussion.class.php' for inclusion (include_path='.:/usr/local/php4cgi/lib/php') in /export/home/mydomain.com/public_html/forums/index.php on line 15
I'm pretty clear that the database must have stored a full path at install time and this is causing load problems at runtime. What is the best way to correct this without losing all my posts?
Thanks for any help you can provide.
0
This discussion has been closed.
Comments