Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Hi, i need some help


maddi

Recommended Posts

Warning: session_save_path() [function.session-save-path]: open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (/www/01017) in /www/01017/htdocs/oscommerce/includes/functions/sessions.php on line 148

 

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /www/01017/htdocs/oscommerce/includes/functions/sessions.php:148) in /www/01017/htdocs/oscommerce/includes/functions/sessions.php on line 97

 

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /www/01017/htdocs/oscommerce/includes/functions/sessions.php:148) in /www/01017/htdocs/oscommerce/includes/functions/sessions.php on line 97

 

 

http://shop.gpixz.de/index.php

 

can someone help me ?

 

mfg maddi

Link to comment
Share on other sites

Warning: session_save_path() [function.session-save-path]: open_basedir restriction in effect. File(/tmp) is not within the allowed path(s): (/www/01017) in /www/01017/htdocs/oscommerce/includes/functions/sessions.php on line 148

 

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /www/01017/htdocs/oscommerce/includes/functions/sessions.php:148) in /www/01017/htdocs/oscommerce/includes/functions/sessions.php on line 97

 

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /www/01017/htdocs/oscommerce/includes/functions/sessions.php:148) in /www/01017/htdocs/oscommerce/includes/functions/sessions.php on line 97

http://shop.gpixz.de/index.php

 

can someone help me ?

 

mfg maddi

In both your files oscommerce/includes/configure.php and oscommerce/admin/includes/configure.php set:

  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'

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...