crack111 Posted November 19, 2004 Posted November 19, 2004 what means this ??? Warning: session_save_path() has been disabled for security reasons in /home/hw100411/public_html/includes/functions/sessions.php on line 118 Warning: session_start(): Cannot send session cookie - headers already sent by (output started at /home/hw100411/public_html/includes/functions/sessions.php:118) in /home/hw100411/public_html/includes/functions/sessions.php on line 67 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at /home/hw100411/public_html/includes/functions/sessions.php:118) in /home/hw100411/public_html/includes/functions/sessions.php on line 67 Warning: session_save_path() has been disabled for security reasons in /home/hw100411/public_html/includes/functions/sessions.php on line 120 Warning: session_save_path() has been disabled for security reasons in /home/hw100411/public_html/includes/functions/sessions.php on line 120 thx
ozcsys Posted November 19, 2004 Posted November 19, 2004 In your two configure.php files change define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql' to define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' The Knowledge Base is a wonderful thing. Do you have a problem? Have you checked out Common Problems? There are many very useful osC Contributions Are you having trouble with a installed contribution? Have you checked out the support thread found Here BACKUP BACKUP BACKUP!!! You did backup, right??
crack111 Posted November 19, 2004 Author Posted November 19, 2004 In your two configure.php files change define('STORE_SESSIONS', ''); // leave empty '' for default handler or set to 'mysql' to define('STORE_SESSIONS', 'mysql'); // leave empty '' for default handler or set to 'mysql' <{POST_SNAPBACK}> I already have mysql in Store sessions... That would be not that mistake...
crack111 Posted November 19, 2004 Author Posted November 19, 2004 isnt problem in php or Apache configuration ???
Databuilder Posted November 21, 2004 Posted November 21, 2004 In sessions.php check for blank lines at the end, or blank spaces after the last line.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.