Total Frustration

Permalink
I created a website on one server in a folder. It worked fabulously!!!

I then attempted to migrate this to a new and different server. UGH!!!! Headaches since then.

I downloaded files from original server ... uploaded them to new server. I backed up and downloaded mysql database. I created new mysql database, and uploaded database.

I corrected the site.php information for the new server.

NOW ... all I get is ...
"Warning: require_once(/home/jimmyphi/public_html/concrete/config/../libraries/loader.php) [function.require-once]: failed to open stream: No such file or directory in /home/jimmyphi/public_html/concrete/config/base.php on line 469

Fatal error: require_once() [function.require]: Failed opening required '/home/jimmyphi/public_html/concrete/config/../libraries/loader.php' (include_path='.:/usr/lib/php:/usr/local/lib/php:/home/jimmyphi/public_html/libraries/3rdparty:/home/jimmyphi/public_html/concrete/config/../libraries/3rdparty') in /home/jimmyphi/public_html/concrete/config/base.php on line 469"


I'm lost. Can someone possibly help me???

bishopdennis
 
Mnkras replied on at Permalink Best Answer Reply
Mnkras
not all files were moved :) make sure you moved all of the files
bishopdennis replied on at Permalink Reply
bishopdennis
You were correct ... it appeared they were moved (at a glance) ... but they were not. They appear to all be moved now ... however ... I get a message "unable to connect to database" ... Only thing as far as I know that I'm not sure about is SALT ... but database, location, username, password, are all correct. I believe I uploaded the database correctly from the other site.

What help can you give me?
Mnkras replied on at Permalink Reply
Mnkras
don't worry about the salt thats used for password generation,

make sure that the webserver is not blocked by the sql server and that all information in the file is correct

in the database (if using 5.4.0+) the should be atleast 111 tables
bishopdennis replied on at Permalink Reply
bishopdennis
The big problem was answered when you mentioned all the files not being migrated. Although at a glance it appeared to be complete ... a detailed investigation proved that many files didn't make it. I corrected that problem, and the site was fine except connecting to server. I discovered that when I installed the mysql server that there was some kind of glitch in the middle of creating it. It said it was there, but it never came to the page about permissions (such as edit, insert, etc). I had forgotten where that option came in. So, I deleted the database, and recreated it, and that permission page (or whatever it is called) came up, and I filled that in, uploaded the database.sql, and *POOF* it all worked.

Thanks for your help. It may seem simple to you ... but just a few words such as "not all the files were moved" says it all ... THANK YOU! THANK YOU! THANK YOU!