Ticket #11 (closed defect: fixed)

Opened 7 months ago

Last modified 3 months ago

Error messages

Reported by: smaartaas@… Owned by: admin
Priority: blocker Milestone: 1.4.*
Component: general Version:
Keywords: Cc:

Description

I'm getting these error messages on my blog after activating Wassup. Any Ideas?

Warning: session_start(): open(/tmp/php-ses/sess_58535e9c66588a7747963ded50fb0240, O_RDWR) failed: Permission denied (13) in /nfs/cust/8/1/0/bodysh/WordPress/wp-content/plugins/wassup/wassup.php on line 1196

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /nfs/cust/8/1/0/bodysh/WordPress/wp-content/plugins/wassup/wassup.php:1196) in /nfs/cust/8/1/0/bodysh/WordPress/wp-content/plugins/wassup/wassup.php on line 1196

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /nfs/cust/8/1/0/bodysh/WordPress/wp-content/plugins/wassup/wassup.php:1196) in /nfs/cust/8/1/0/bodysh/WordPress/wp-content/plugins/wassup/wassup.php on line 1196

Warning: session_write_close(): open(/tmp/php-ses/sess_58535e9c66588a7747963ded50fb0240, O_RDWR) failed: Permission denied (13) in /nfs/cust/8/1/0/bodysh/WordPress/wp-content/plugins/wassup/wassup.php on line 1225

Warning: session_write_close(): Failed to write session data (files). Please verify that the current setting of session.save_path is correct (/tmp/php-ses) in /nfs/cust/8/1/0/bodysh/WordPress/wp-content/plugins/wassup/wassup.php on line 1225

Attachments

Change History

  Changed 7 months ago by admin

  • status changed from new to assigned

in reply to: ↑ description   Changed 7 months ago by admin

Replying to smaartaas@snet.net:

I'm getting these error messages on my blog after activating Wassup. Any Ideas? Warning: session_start(): open(/tmp/php-ses/sess_58535e9c66588a7747963ded50fb0240, O_RDWR) failed: Permission denied (13) in /nfs/cust/8/1/0/bodysh/WordPress/wp-content/plugins/wassup/wassup.php on line 1196

Could you try to setup a directory writable by your webserver where store the session id? Try following these steps:

1. Create your own temporary directory like (or use an existing one): /home/youraccount/yourwebsite.com/sesstmp

2. chmod it 0777. (it must be writable by webserver)

3. Then add a .htaccess file to your web sites main directory and add this line (may be there is a file .htaccess yet so append this line to the end of it):

php_value session.save_path /home/youraccount/yourwebsite.com/sesstmp

follow-up: ↓ 6   Changed 7 months ago by admin

  • milestone set to 1.4.*

  Changed 6 months ago by anonymous

  • owner changed from admin to anonymous
  • priority changed from major to blocker
  • version set to 2.0
  • status changed from assigned to new
  • milestone changed from 1.4.* to 2.0

  Changed 6 months ago by admin

  • owner changed from anonymous to admin
  • status changed from new to assigned
  • version deleted
  • milestone changed from 2.0 to 1.4.*

in reply to: ↑ 3   Changed 6 months ago by anonymous

I added this line to my .htaccess file:

php_value session.save_path /nfs/cust/8/1/0/bodysh/sesstmp

I now get an internal server error 500. The path is correct as you can see in my original error message. The folder is chmod 777. Any other ideas? I just downloaded and activated your latest update and still have the same problem.

  Changed 6 months ago by admin

Could you try this two lines in the .htaccess file:

php_flag session.save_handler files php_flag session.save_path /nfs/cust/8/1/0/bodysh/sesstmp

Let me know thank you

  Changed 6 months ago by anonymous

Still the same problem. The only other line in my .htaccess file is this:

AddType? application/x-httpd-php .html

Is that supposed to be there?

  Changed 6 months ago by admin

This ticket will be close when new version (1.4.5) will come out because it should be solved by this solution: http://trac.wpwp.org/ticket/12

  Changed 6 months ago by admin

  • status changed from assigned to closed
  • resolution set to fixed

Add/Change #11 (Error messages)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
 
Note: See TracTickets for help on using tickets.