Warnings Galore after installation! Help!

Having trouble installing serendipity?
Post Reply
jurollo
Posts: 3
Joined: Mon May 21, 2007 5:56 am

Warnings Galore after installation! Help!

Post by jurollo »

Just installed the blog and I am getting a lot of errors that come up. This is what comes up when trying to log into the admin panel:

Warning: session_start(): open(/tmp/php-ses/sess_d8bb9f42b3b29c040d39f14b8443e628, O_RDWR) failed: Permission denied (13) in /nfs/cust/9/43/02/620349/web/serendipity/serendipity_config.inc.php on line 16

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /nfs/cust/9/43/02/620349/web/serendipity/serendipity_config.inc.php:16) in /nfs/cust/9/43/02/620349/web/serendipity/serendipity_config.inc.php on line 16

Warning: Cannot modify header information - headers already sent by (output started at /nfs/cust/9/43/02/620349/web/serendipity/serendipity_config.inc.php:16) in /nfs/cust/9/43/02/620349/web/serendipity/serendipity_admin.php on line 11

----------------------

This comes up after logging in:

Warning: session_start(): open(/tmp/php-ses/sess_d8bb9f42b3b29c040d39f14b8443e628, O_RDWR) failed: Permission denied (13) in /nfs/cust/9/43/02/620349/web/serendipity/serendipity_config.inc.php on line 16

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /nfs/cust/9/43/02/620349/web/serendipity/serendipity_config.inc.php:16) in /nfs/cust/9/43/02/620349/web/serendipity/serendipity_config.inc.php on line 16

Warning: Cannot modify header information - headers already sent by (output started at /nfs/cust/9/43/02/620349/web/serendipity/serendipity_config.inc.php:16) in /nfs/cust/9/43/02/620349/web/serendipity/include/functions_config.inc.php on line 567

Warning: Cannot modify header information - headers already sent by (output started at /nfs/cust/9/43/02/620349/web/serendipity/serendipity_config.inc.php:16) in /nfs/cust/9/43/02/620349/web/serendipity/include/functions_config.inc.php on line 584

Warning: Cannot modify header information - headers already sent by (output started at /nfs/cust/9/43/02/620349/web/serendipity/serendipity_config.inc.php:16) in /nfs/cust/9/43/02/620349/web/serendipity/include/functions_config.inc.php on line 584

Warning: Cannot modify header information - headers already sent by (output started at /nfs/cust/9/43/02/620349/web/serendipity/serendipity_config.inc.php:16) in /nfs/cust/9/43/02/620349/web/serendipity/serendipity_admin.php on line 11


-------------------------

I log in and get to the admin panel but when i click any option it goes back to the login screen. Any help will be appreciated!
~Justin
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Warnings Galore after installation! Help!

Post by garvinhicking »

Hi!

This means your PHP webserver is not properly configured to allow PHP sessions to work. Tell your admin to either adjust the session.save_path properly or to make /tmp/php-sess writable.

Best regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
jurollo
Posts: 3
Joined: Mon May 21, 2007 5:56 am

Re: Warnings Galore after installation! Help!

Post by jurollo »

garvinhicking wrote:Hi!

This means your PHP webserver is not properly configured to allow PHP sessions to work. Tell your admin to either adjust the session.save_path properly or to make /tmp/php-sess writable.

Best regards,
Garvin
It is my own domain so how would I go about doing this? Sorry if this is elementary.
~Justin
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: Warnings Galore after installation! Help!

Post by garvinhicking »

Hi!

Edit your php.ini file and check the session.save_path, or use your commandline to chmod/chown the /tmp/php-sess directory to be 0777 or what you need it.

HTH,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
jurollo
Posts: 3
Joined: Mon May 21, 2007 5:56 am

Post by jurollo »

I created a tmp folder and made it writeable and I am still getting the errors. This is the site: http://www.jurollo.com/serendipity/index.php

Any other thoughts on what I should do? I am on a shared server so I don't have access to php.ini

~Justin
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

Hi!

In that case you must contact your server admin because he did not properly setup the server for you. Only he can fix it properly.

Point him to this thread, all information that a provider needs to do is contained here.

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply