ok, I just installed 3.x, I login as operator and everytime I try to click on 'Administration' I get the following errors...
=============================
Warning: session_start(): open(/usr/home/leuluai/public_html/holla/admin/tmp/sess_78c26bfcd802a911afa06237d877fac9, O_RDWR) failed: No such file or directory (2) in /usr/home/leuluai/public_html/holla/admin/index.php on line 47
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /usr/home/leuluai/public_html/holla/admin/index.php:47) in /usr/home/leuluai/public_html/holla/admin/index.php on line 47
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /usr/home/leuluai/public_html/holla/admin/index.php:47) in /usr/home/leuluai/public_html/holla/admin/index.php on line 47
Warning: Cannot modify header information - headers already sent by (output started at /usr/home/leuluai/public_html/holla/admin/index.php:47) in /usr/home/leuluai/public_html/holla/admin/index.php on line 51
Warning: Cannot modify header information - headers already sent by (output started at /usr/home/leuluai/public_html/holla/admin/index.php:47) in /usr/home/leuluai/public_html/holla/admin/index.php on line 52
Warning: Unknown(): open(/usr/home/leuluai/public_html/holla/admin/tmp/sess_78c26bfcd802a911afa06237d877fac9, O_RDWR) failed: No such file or directory (2) 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 (/usr/home/leuluai/public_html/holla/admin/tmp) in Unknown on line 0
=============================
any suggestions???
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
ok, I just installed 3.x, I login as operator and everytime I try to click on 'Administration' I get the following errors...
=============================
Warning: session_start(): open(/usr/home/leuluai/public_html/holla/admin/tmp/sess_78c26bfcd802a911afa06237d877fac9, O_RDWR) failed: No such file or directory (2) in /usr/home/leuluai/public_html/holla/admin/index.php on line 47
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /usr/home/leuluai/public_html/holla/admin/index.php:47) in /usr/home/leuluai/public_html/holla/admin/index.php on line 47
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /usr/home/leuluai/public_html/holla/admin/index.php:47) in /usr/home/leuluai/public_html/holla/admin/index.php on line 47
Warning: Cannot modify header information - headers already sent by (output started at /usr/home/leuluai/public_html/holla/admin/index.php:47) in /usr/home/leuluai/public_html/holla/admin/index.php on line 51
Warning: Cannot modify header information - headers already sent by (output started at /usr/home/leuluai/public_html/holla/admin/index.php:47) in /usr/home/leuluai/public_html/holla/admin/index.php on line 52
Warning: Unknown(): open(/usr/home/leuluai/public_html/holla/admin/tmp/sess_78c26bfcd802a911afa06237d877fac9, O_RDWR) failed: No such file or directory (2) 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 (/usr/home/leuluai/public_html/holla/admin/tmp) in Unknown on line 0
=============================
any suggestions???
I have the same problem with 3.0.0 b6. I hope somebody can help us...?
Found the solution. Its not perfect but it works. In admin/index.php on the line previous to
session_start();
add
session_save_path("../tmp");
As I said not perfect as should be in the config file but couldn't be arsed to set it up correctly