So... seems that the host is to blame for the error.
I ended up exported the DB, and backing up all files... mirroring the site on my host... and it all worked perfectly.
Thanks again for all of your help!!
Last and final question... is it okay to upgrade from 1.2.3 to 1.2.5 directly? Or should I upgrade to 1.2.4... then go to 1.2.5?
- AA
[SOLVED] CMSMS Help!
Re: [SOLVED] CMSMS Help!
It's always best to do each update in order.
Nullig
Nullig
Re: [SOLVED] CMSMS Help!
Thanks.
Oh yeah..... so the problem was, the host moved my client's site from one box to another. The actual path in the config.php file was no longer valid.
Wonderful, ehhh?
- AA
Oh yeah..... so the problem was, the host moved my client's site from one box to another. The actual path in the config.php file was no longer valid.
Wonderful, ehhh?
- AA
Re: [SOLVED] CMSMS Help!
It may be deprecated but some have reported to be using things such as $_SERVER['DOCUMENT_ROOT'] and so in config.php to resist to absolute rootpath changes. Try and use at your own risk.AtomicAge wrote: .... so the problem was, the host moved my client's site from one box to another. The actual path in the config.php file was no longer valid.
Pierre M.