The moving a site issue

Permalink
Hi I have a site that I built locally on MAMP which is now running into problems. I know this works as I have moved onto my own server for client view however when I move on to their server i get the following errors HTTP 404 - Page Not Found
The server could not find this page on th url and if I put in the url/index.php/login I then get the following Fatal error: Class 'DateTime' not found in /home/.sites/106/site3/web/concrete/helpers/date.php on line 68

Any ideas please I have restored the database and re-uploaded the files twice now.

Help as always appreciated

clairec
 
bryanlewis replied on at Permalink Reply
bryanlewis
Have you changed your config file yet?
clairec replied on at Permalink Reply
clairec
Yep all changed tables added to database I simply can't understand is it's live on my test server. Just can't get it 'live' on theirs
aeroclown replied on at Permalink Reply
aeroclown
Check the servers version of php you need 5.2+ for 5.3.3.1.

Also make sure that there is a writable temp folder on the server you have moved to. Also make sure that /files is set for full read/write and maybe execute permissions so 777.

Lastly, if you are moving from a windows test bed to a real webserver, you might be moving platforms to. If the server you are moving to is linux, your site is suddenly going to care about CaSe. You may need to update your table names or adjust some code to make things work. I think there are a number of threads floating around on that.
clairec replied on at Permalink Reply
clairec
Ok I have the site moved and live, I know have another couple of issues on the top of the site is strange codes ie Object id #333 Object id #270 Object id #416 Object id #269. Also the login does not work user and pass unknown I'm assuming if I could get into the site I can clear the cache any ideas please how to get into the site and what on earth the coding is. It's located onhttp://www.e-dict.co.uk.

Thankyou from one desperate designer looking to finish this damn project!
clairec replied on at Permalink Reply
clairec
Ok I have managed to get into the site it was the password salt. I still however have the coding at the top and the css once logged in to the back end is not functioning could this be something to do with the php that is being run not sure if they are currently 5.2?
aeroclown replied on at Permalink Reply
aeroclown
You might need to repair your database. However before you go that far.

Make a file call it info.php
Inside it put

<?php phpinfo(); ?>


Then you can post a link and someone can take a look at your php configruation
clairec replied on at Permalink Reply
clairec
Brilliant the url ishttp://www.e-dict.co.uk/info.php...
Thankyou if someone could have a looksy at this that would be great!
clairec replied on at Permalink Reply
clairec
Hi wondering if any had a chance to look over as of yet or would it be that their server is running a version of php lower than 5.2?

Thankyou