Plogger Support Forum - warnings Thu, 28 Mar 2024 20:22:36 +0000 http://www.plogger.org/forum/ Lussumo Vanilla 1.1.10 warnings http://www.plogger.org/forum/comments.php?DiscussionID=2253&Focus=9025#Comment_9025 http://www.plogger.org/forum/comments.php?DiscussionID=2253&Focus=9025#Comment_9025 Wed, 08 Oct 2008 23:23:17 +0000 helen After installing, it says "installed", but then all of this code is here. Can anyone help?

Warning: session_start(): open(/tmp/php-ses/sess_3a269d92b336097ac407534a0efb3a64, O_RDWR) failed: Permission denied (13) in /nfs/cust/0/19/64/846910/web/ploggerb3/plog-globals.php on line 18

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /nfs/cust/0/19/64/846910/web/ploggerb3/plog-globals.php:18) in /nfs/cust/0/19/64/846910/web/ploggerb3/plog-globals.php on line 18

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /nfs/cust/0/19/64/846910/web/ploggerb3/plog-globals.php:18) in /nfs/cust/0/19/64/846910/web/ploggerb3/plog-globals.php on line 18

Warning: Cannot modify header information - headers already sent by (output started at /nfs/cust/0/19/64/846910/web/ploggerb3/plog-globals.php:18) in /nfs/cust/0/19/64/846910/web/ploggerb3/admin/plog-admin.php on line 4




Warning: Cannot modify header information - headers already sent by (output started at /nfs/cust/0/19/64/846910/web/ploggerb3/plog-globals.php:18) in /nfs/cust/0/19/64/846910/web/ploggerb3/admin/plog-admin.php on line 29

Warning: Unknown(): open(/tmp/php-ses/sess_3a269d92b336097ac407534a0efb3a64, O_RDWR) failed: Permission denied (13) 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 (/tmp/php-ses) in Unknown on line 0]]>
warnings http://www.plogger.org/forum/comments.php?DiscussionID=2253&Focus=9026#Comment_9026 http://www.plogger.org/forum/comments.php?DiscussionID=2253&Focus=9026#Comment_9026 Thu, 09 Oct 2008 00:58:22 +0000 sidtheduck
It looks like the session.save_path variable is set up on your webhost for a directory that does have correct permissions to save sessions. You need to contact your webhost to see if they can set the session.save_path in the php.ini file to a directory that has write permissions for a PHP script to access sessions.]]>
warnings http://www.plogger.org/forum/comments.php?DiscussionID=2253&Focus=9653#Comment_9653 http://www.plogger.org/forum/comments.php?DiscussionID=2253&Focus=9653#Comment_9653 Thu, 08 Jan 2009 23:06:48 +0000 helen