PDA

View Full Version : PHP probleme -session_start()-


elixra
11-07-2006, 10:11 PM
Hye everybody !

i've some probleme and I don't understand :(

i have this message on my admin login page :

Warning: session_start() [function.session-start]: open(/mnt/123/free.fr/7/b/felix.ramon/sessions/sess_5e81f81bb26f724d103dba96ec34691e, O_RDWR) failed: No such file or directory (2) in /mnt/123/free.fr/7/b/felix.ramon/pixelpost_1-5/admin/index.php on line 44

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /mnt/123/free.fr/7/b/felix.ramon/pixelpost_1-5/admin/index.php:44) in /mnt/123/free.fr/7/b/felix.ramon/pixelpost_1-5/admin/index.php on line 44

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /mnt/123/free.fr/7/b/felix.ramon/pixelpost_1-5/includes/functions.php on line 334

Warning: mysql_fetch_array(): supplied argument is not a valid MySQL result resource in /mnt/123/free.fr/7/b/felix.ramon/pixelpost_1-5/includes/functions.php on line 381


Warning: Unknown(): open(/mnt/123/free.fr/7/b/felix.ramon/sessions/sess_5e81f81bb26f724d103dba96ec34691e, O_RDWR) failed: No such file or directory (2) 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 (/mnt/123/free.fr/7/b/felix.ramon/sessions) in Unknown on line 0

plz help me ! and i make you a kiss !

elixra
11-09-2006, 09:32 AM
nobody wont a kiss :(

Vernon.Trent
11-09-2006, 09:36 AM
could you provide some informations from the admin/general info section?

elixra
11-09-2006, 09:45 AM
hum, admin/general info section ...

when i have enter my pseudo and my secret code, i go on the main page of adminstration of site, but if i wont go on every one section he redirectory me on the "pseudo and passworld" page ... i can't change enything ...

look on http://felix.ramon.free.fr/pixelpost_1-5/admin/index.php?x=login

elixra
11-09-2006, 09:49 AM
but maybe it's because i don't know what can i write in database information :
$pixelpost_db_pixelpost = "???"; // database

Vernon.Trent
11-09-2006, 10:12 AM
take a look to the wiki and go thru the installation steps.

you need also a mysql database. contact your hoster for details (user/password) to access your mysql database.

GeoS
11-09-2006, 07:00 PM
Please use your FTP client and creat sessions dir in your webpage root dir like this:
/mnt/123/free.fr/7/b/felix.ramon/sessions/

PS Tell your hoster that putting sessions dir to web accessible space isnt secure!!