Page 2 of 2

Re: [SOLVED] CMSMS Help!

Posted: Wed May 14, 2008 5:25 pm
by AtomicAge
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

Re: [SOLVED] CMSMS Help!

Posted: Wed May 14, 2008 6:45 pm
by Nullig
It's always best to do each update in order.

Nullig

Re: [SOLVED] CMSMS Help!

Posted: Wed May 14, 2008 8:05 pm
by AtomicAge
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

Re: [SOLVED] CMSMS Help!

Posted: Tue May 20, 2008 3:28 pm
by Pierre M.
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.
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.

Pierre M.