1

Topic: Warning message and cannot login in forum

Hi people.

We start to view some warning con our forum.
It says:

Warning: session_start() [function.session-start]: open(/home/content/23/12776623/tmp/sess_rfch9nol40b4g6rh6a13t5kl92, O_RDWR) failed: No such file or directory (2) in /home/content/23/12776623/html/nueva_version/foro/include/functions.php on line 63

Warning: session_regenerate_id() [function.session-regenerate-id]: Cannot regenerate session id - headers already sent in /home/content/23/12776623/html/nueva_version/foro/include/functions.php on line 66

We change nothing.

PHP is 5.3

Website is:
http://www.bmwccu.com/foro/

Any ideas?

Best regards.

2

Re: Warning message and cannot login in forum

Well, I found the solution.

My host is godaddy and they migrate the hosting server.
In the migration, the folder "/tmp" was not create.
So, no access to create session files.

So, I connect via SSH to the server and creat in the root the folder "tmp"
After that, the problem is gone.


Maybe that help to someone.

Regards.