Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Bunch of Function session errors


Manic Man

Recommended Posts

Posted

Okay, after a number of hacks (due to Shopping cart script) i have redone this one cart for someone by changing it to osCommerce ^_^

 

the problem is i have just installed and set it up but i get alot of errors.

on the normal shop the following errors appear:

 

Warning: session_save_path() [function.session-save-path]: SAFE MODE Restriction in effect. The script whose uid/gid is 17159/20001 is not allowed to access owned by uid/gid 0/0 in /web/guide/ralongleypublications/public_html/catalog/includes/functions/sessions.php on line 169

 

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /web/guide/ralongleypublications/public_html/catalog/includes/functions/sessions.php:169) in /web/guide/ralongleypublications/public_html/catalog/includes/functions/sessions.php on line 102

 

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /web/guide/ralongleypublications/public_html/catalog/includes/functions/sessions.php:169) in /web/guide/ralongleypublications/public_html/catalog/includes/functions/sessions.php on line 102

 

For the Admin login, all i get is errors which are (of course) the same with 1 adding one:

 

Warning: Cannot modify header information - headers already sent by (output started at /web/guide/ralongleypublications/public_html/catalog/admin/includes/functions/sessions.php:165) in /web/guide/ralongleypublications/public_html/catalog/admin/includes/functions/general.php on line 22

 

i have looked around but i can't seam to find many fixes that seam to work.. the best i found seams to say about going to the admin panel, which i can't just yet. Any help?

Posted

thanks ^_^ I hate it when i look for an answer, can't find it but then someone else can no problem... oh well

atlest it helps.

 

having problems with the image though.. it won't load so i can't quite do the one step..

 

Edit: Both of the config files have them lines but i still can't load that image to see where abouts to do the /tmp change..

Posted

okay.. i think am following that..

in the database, under 'configuration'

the Configuration_key field has the value or something saying

`configuration_key`SELECT * FROM `configuration` WHERE 1

I should change this?

 

sorry if am coming off really stupid...

Posted

No.

Log in to your database server and run this SQL query in PHPMyAdmin.

 

UPDATE configuration SET configuration_value = 'tmp' WHERE configuration_key='SESSION_WRITE_DIRECTORY'

Posted

Ah, no.. Found /tmp and changed it to tmp and it works fine ^_^

 

boy, at times like this i feel really stupid -_-

 

well.. Thanks for you help. Great reply time too.. Sorry i have been such a pain.. i know what it's like

Archived

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

×
×
  • Create New...