Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

please help !!!


crack111

Recommended Posts

Posted

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

Posted

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??

Posted
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'

 

I already have mysql in Store sessions... That would be not that mistake...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...