Hello:
I have taked a Cpanel server to tranfer my domains from an Ensim machine.
I have transfered all files and MySQL data bases, but in some sites where scripts works with sessions, I have several problems. The strange here is that it's happening in a few sites, other sites with the same portal system (mambo) in the same server are working done.
ie.: I have a mambo portal working done in the old server. In new server, at the visitors section (without autentication) all seems to be fine. But if I try to access the admin section, I put my admin user and password, then the error is this:
Warning: session_start(): open(/tmp/sess_3d7fd723b1a31d4238fc4240c8198484, O_RDWR) failed: Permission denied (13) in /home/cerocosto/public_html/contenido/administrator/index.php on line 45
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/cerocosto/public_html/contenido/administrator/index.php:45) in /home/cerocosto/public_html/contenido/administrator/index.php on line 45
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/cerocosto/public_html/contenido/administrator/index.php:45) in /home/cerocosto/public_html/contenido/administrator/index.php on line 45
Warning: Cannot modify header information - headers already sent by (output started at /home/cerocosto/public_html/contenido/administrator/index.php:45) in /home/cerocosto/public_html/contenido/administrator/index.php on line 51
Warning: Unknown(): open(/tmp/sess_3d7fd723b1a31d4238fc4240c8198484, O_RDWR) failed: Permission denied (13) in Unknown on line 0
Warning: Unknown(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) in Unknown on line 0
In all sites where the problem are, the error files are similars and ever are when the script needs to work with sessions I have other site in the same server, also with mambo, working without any problem).
Any idea to solve it?, is this a problem between PHP and MySQL or just a problem in PHP?
Thanks guys in advance for any help,
Sebastian