Moving from Dev site to actual hosting address LOGIN problem

Permalink
I recently moved the site from a dev server on my hosting to its own hosting on same server. The site is working but when I try to login i get following error:

SessionHandler::read(): open(/home/devdesigneclecti/public_html/fass/tmp/sess_3a58e145d837f4409ef5581d2387af0a, O_RDWR) failed: No such file or directory (2)

It is trying to go back to the dev site for login?

It looks as if one of the paths are incorrect in the installation, the new username is fassorg but this is trying to create a session in the user devdesignclecti

Any ideas?

 
hutman replied on at Permalink Reply
hutman
Delete everything in the application/files/cache directory and that should solve it.
jero replied on at Permalink Reply
jero
That error is happening because the PHP session cookie in your browser is trying to read session date from a file that it has no access. I'd clear all your cookies for the domain in question and see if that fixes it. clearing application/files/cache manually (you should be able to just delete the folder) is also a good idea. If you're still struggling, then you might want to look at the session_save_path setting either for PHP, or in application/config/concrete.php because it may be pointing to an incorrect folder or one related to a different user