[SOLVED] Moving from shared hosting to VPS
Posted: Sat Sep 29, 2012 10:46 am
I am banging my head against a brick wall with this - any help gratefully received!
I'm trying to move http://www.stormforce.biz from it's shared hosting (it's using too many resources, and the products menu keeps getting halted) to a new VPS, on Heart Internet. The VPS is running CentOS, and cPanel. The old one is with Dreamhost, and is on whatever hacked control panel they're running, OS unknown.
so, let's look at where I'm at currently:
With nothing on the new server etc, I created a new database and user. On the old server, I did an export of the whole CMS database, and then imported this database onto the new server.
On the old server, I performed a backup to tarball of the whole site. I then SFTP'd this across to the new server, and extracted it. I manually modified config.php to contain the correct file paths (I checked using a PHP file path script that worked out the full path) and CMS username and locations.
Now, if I try and access the site, I get site down for maintenance. If I try and access the admin panel, I get
Other things I have tried - using wget to dump the tar.gz of the CMS Made Simple Files on to the server and extracting those - no joy.
Any suggestions would be gratefully received?
I'm trying to move http://www.stormforce.biz from it's shared hosting (it's using too many resources, and the products menu keeps getting halted) to a new VPS, on Heart Internet. The VPS is running CentOS, and cPanel. The old one is with Dreamhost, and is on whatever hacked control panel they're running, OS unknown.
so, let's look at where I'm at currently:
With nothing on the new server etc, I created a new database and user. On the old server, I did an export of the whole CMS database, and then imported this database onto the new server.
On the old server, I performed a backup to tarball of the whole site. I then SFTP'd this across to the new server, and extracted it. I manually modified config.php to contain the correct file paths (I checked using a PHP file path script that worked out the full path) and CMS username and locations.
Now, if I try and access the site, I get site down for maintenance. If I try and access the admin panel, I get
So, I then tried renaming my config file. This meant when I went to the site, it automatically gave me the install option. I performed an install that didn't create any database tables etc, and then I got the admin panel. However, the admin panel had no graphics/layout, and any username and password I tried (both old and existing) failed to work - I'm not sure what I should have put into all the boxes during the install process, so I just kept them all the same as for the last site.Fatal error: Class 'Smarty_CMS' not found in /home/storm/public_html/lib/classes/class.CmsApp.php on line 383
Other things I have tried - using wget to dump the tar.gz of the CMS Made Simple Files on to the server and extracting those - no joy.
Any suggestions would be gratefully received?