Page 1 of 1

[solved]Site switched to dedicated IP and now all is blank[/solved]

Posted: Mon May 18, 2009 3:56 pm
by reidjazz
I'm developing a site for a client which requires a dedicated IP and SSL certificate (for e-commerce). My host just made the IP switch and now I have a blank site, including the admin. Am running CMSms 1.5.4 on Apache 2.2.11 on a server running Linux 2.6.24.2-grsec On i686 with PHP 5.2.9 and mysql 4.1.22

The site is at 66.71.247.226/cmsms/

Note that the old static site that he currently has runs fine at 66.71.247.226

I cleared out the cache and templates_c folders and still no joy. I also changed the IP address in the config.php file but am having no luck.

Any ideas?

Thank you,
reidjazz

Re: Site switched to dedicated IP and now all is blank

Posted: Mon May 18, 2009 8:56 pm
by alby
reidjazz wrote: I'm developing a site for a client which requires a dedicated IP and SSL certificate (for e-commerce).
https is mandatory or not?
Run installer and UNCHECK writing tables and sample content in step 5.
This rewrite a correct config.php

Alby

Re: Site switched to dedicated IP and now all is blank

Posted: Mon May 18, 2009 9:09 pm
by reidjazz
Yes, https is mandatory here.

So, is this how I can run the installer but keep my database as is and not wipe out my current content?

reidjazz

Re: Site switched to dedicated IP and now all is blank

Posted: Mon May 18, 2009 9:37 pm
by alby
Backup Always Before!
But if you Uncheck in step 4 writing table and sample you mantain all content

Edit: STEP 5, DB relative

Alby

Re: Site switched to dedicated IP and now all is blank

Posted: Mon May 18, 2009 10:05 pm
by reidjazz
Sweet, thanks!