I'm trying to get to admin page. I am not a programmer! I am working in Dreamweaver, trying to use Plogger for my site, bilanxcenter.com. 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
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.