MyBB Community Forums

Full Version: PHP errors!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Warning [2] Unknown: open(/tmp/sess_6fa733ff24e6d08172a8c82cab6e1b30, O_RDWR) failed: Permission denied (13) - Line: 0 - File: Unknown PHP 5.2.17 (Linux)
File	Line	Function
[PHP]	 	errorHandler->error
Warning [2] Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp) - Line: 0 - File: Unknown PHP 5.2.17 (Linux)
File	Line	Function
[PHP]	 	errorHandler->error
Warning [2] Unknown: open(/tmp/sess_6fa733ff24e6d08172a8c82cab6e1b30, O_RDWR) failed: Permission denied (13) - Line: 0 - File: Unknown PHP 5.2.17 (Linux)
File	Line	Function
[PHP]	 	errorHandler->error

These appear sometimes!
Also, there is no folder called /tmp in my root directory Huh
please contact your webhost !
tmp is located outside public_html (main website directory) , in this case, I believe this is server side PHP issues, please contact your host.
(2011-10-08, 06:04 PM)crazy4cs Wrote: [ -> ]tmp is located outside public_html (main website directory) , in this case, I believe this is server side PHP issues, please contact your host.

Yes... There's a problem with the tmp folder, the O_RDWR is a flag that allows your PHP to open a file in READ and WRITE mod