Page 1 of 1

Migrating to production server...

Posted: Sat Jan 23, 2010 12:24 pm
by hickscorp
Hello guys,

i'm migrating CMSMS from the developement server to the real webserver for a friend.
i've re-created the database, made sure tmp, uploads, modules are chmoded 777.
But the CMS displays a blank page. No warning, no error, and nothing in apache logs.
i'm wondering, is it possible it's not compatible with one of the webserver components?

System info:
CMSMS: Version 1.6 (New Caledonia), Schema version is 32.
Apache: 2.x (The default one with Snow Leopard).
PHP: 5.3.0
MySQL: 5.1.41

Note that there were a huge load of deprecation warnings... So i just disabled ~E_DEPRECATED in php.ini. But warnings and errors are supposed to be displayed.
Can someone provides me with direction on at least how to get the error message?

Thanks a lot!
Me.

Re: Migrating to production server...

Posted: Sat Jan 23, 2010 8:13 pm
by replytomk3
Deprecated errors relate to PHP version. You need to switch to 5.2. Then tell us if the site is still blank.

Re: Migrating to production server...

Posted: Sun Jan 24, 2010 3:14 pm
by hickscorp
It's working after puting php 5.2. However, TinyMCE doesn't shows anymore when editing content.
Also, i've just tried to upgrade to .6.6, and i get 500 server error...
Also, i'm reading from the MLE upgrade procedure that i'm supposed to overwrite old installation with the one to be installed... When they say that, do they mean overwrite = delete old then put new (Mac overwrite method)?

Thanks,
Me.

Re: Migrating to production server...

Posted: Sun Jan 24, 2010 4:04 pm
by replytomk3
TinyMCE = static config file

Upgrade - follow the backup instructions in my signature. Then you are safe to delete all cmsms files on server, and install newest version.

Explain Mac method - are files that are deleted just the ones that are about to be overwritten or everything is deleted first? Just get a standard FTP program like Filezilla.

Re: Migrating to production server...

Posted: Sun Jan 24, 2010 4:07 pm
by Ziggywigged
Might just be a matter of uninstalling and reinstalling TinyMCE to get it working.

Re: Migrating to production server...

Posted: Sun Jan 24, 2010 4:12 pm
by ironblaze94
Have you sorted the paths in the config?

I was tranferring a site today and misspelt one of the paths which was giving me a blank page.