- This topic has 2 replies, 2 voices, and was last updated 12 years, 11 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
Support site for Tips and Tricks HQ premium products
by
Tips and Tricks HQ Support Portal › Forums › WP Affiliate Platform › PHP Session Error Log Messages
The following error messages are appearing in the Error Log file in the root directory. Should I be worried?
[26-Dec-2011 10:04:05] PHP Warning: session_start() [function.session-start]: open(/tmp/sess_da9e68f829e120efb2627fb0ffce1ccb, O_RDWR) failed: Permission denied (13) in /home/gra707/public_html/wp-content/plugins/wp-affiliate-platform/wp_affiliate_platform1.php on line 8
[26-Dec-2011 10:04:05] PHP Warning: session_start() [function.session-start]: Cannot send session cache limiter – headers already sent (output started at /home/gra707/public_html/wp-content/plugins/wp-affiliate-platform/wp_affiliate_platform1.php: in /home/gra707/public_html/wp-content/plugins/wp-affiliate-platform/wp_affiliate_platform1.php on line 8
[26-Dec-2011 10:04:09] PHP Warning: Unknown: open(/tmp/sess_da9e68f829e120efb2627fb0ffce1ccb, O_RDWR) failed: Permission denied (13) in Unknown on line 0
[26-Dec-2011 10:04:09] PHP 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
Neil
Yeah, that error basically means that PHP on your server is failing to save the session data. PHP saves the session data in the “tmp” folder on you server but for some reason it is failing to save it (this usually means a bad configuration)
This will mean that some of the plugins functionality won’t work as expected as it needs PHP to work correctly.
Thank you for the info – I’ll see what my host can do.
Update: Got the host to fix the PHP Session and now this issue is fixed.