Yeah I made a point to keep the DB name and password the same to prevent from having to change even more stuff in all of the config files.
I was trying to keep it so all I had to do was change the "DB server name" and the "full path to the forum directory" in config.php.
However, I just opened my config file to assure I didn't have a typo somewhere. I found my DB server name had a space after it before closing the quote and it will now connect, but just gives me a blank white page. When I type the full URL to admincp, it gives me a login prompt. When I enter my login info and submit, I get a blank white page.
Any ideas on that?
Thanks!
--------------- Added [DATE]1223475440[/DATE] at [TIME]1223475440[/TIME] ---------------
OK, here's what I've found but am not sure what I'm missing. I cleared my server log and tried a single time to load the home page of my forum. This is the error that was produced:
Code:
PHP Fatal error: (null)() [function.require]: Failed opening required '/home/content/s/a/m/sammythedog/html/global.php' (include_path='.:/usr/local/lib/php-4.4.7/lib/php') in /hermes/web04/b1894/pow.atvtorture/htdocs/forums/global.php(611) : eval()'d code on line 18
The first path referenced is my OLD host, the second path referenced is my NEW host. So, where have I missed updating the path the the forum in the files. I've made the change in config.php and uploaded it to the new host, overwriting the existing file.
Where could I have missed this reference if it's correct in forums/includes/config.php