Warning: session_start() [function.session-start]: open(/tmp/sess_44f07a6b114d2c48f463e86bae3b52f4, O_RDWR) failed: Read-only file system (30) in /home/agencija/public_html/index.php on line 7
Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /home/agencija/public_html/index.php:7) in /home/agencija/public_html/index.php on line 7
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/agencija/public_html/index.php:7) in /home/agencija/public_html/index.php on line 7
1. Open directory ex. files/sessions/ 2. Edit files config/general.php and before last line put this: ini_set( 'session.save_path', 'files/sessions/' );
Now session will save in directory 'files/sessions/''.
Bane
2008-04-23 12:38
I'm sorry Treewood, but I tried that. Everything is set to 777 permission, and I get same message. With this difference:
Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (files/sessions/) in Unknown on line 0
Sorry and thanx
Bane
2008-04-23 12:59
I'm not surre if it is my server, because two days age it worked fine.
bane - did you created directory files/sessions/ ? i see error and i am not sure that you create this directory
stalion
2008-04-23 14:54
tree, i have same problem, i've created dirs even tmp and didnt work on server.
Stalion
Bane
2008-04-23 19:08
I created directory, but it didn't work until I called on phone my system administrator. It turned out to be server problem of some kind. They fixed it and now it's working.
I cann't belive this was the problem. I hate that guys!!