Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

several errors


Lord Qouros

Recommended Posts

Posted

I am getting these errors after installing... I have serched the site but not able find a solution in english can some please help....

 

When I goto http://pctechnology.uuuq.com/index.php I get this at the top

 

Warning: session_save_path() [function.session-save-path]: SAFE MODE Restriction in effect. The script whose uid is 91567 is not allowed to access /tmp owned by uid 0 in /www/uuuq.com/p/c/t/pctechnology/htdocs/includes/functions/sessions.php on line 169

 

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /www/uuuq.com/p/c/t/pctechnology/htdocs/includes/functions/sessions.php:169) in /www/uuuq.com/p/c/t/pctechnology/htdocs/includes/functions/sessions.php on line 102

 

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /www/uuuq.com/p/c/t/pctechnology/htdocs/includes/functions/sessions.php:169) in /www/uuuq.com/p/c/t/pctechnology/htdocs/includes/functions/sessions.php on line 102

 

When I goto admin I just get this

 

Warning: session_save_path() [function.session-save-path]: SAFE MODE Restriction in effect. The script whose uid is 91567 is not allowed to access /tmp owned by uid 0 in /www/uuuq.com/p/c/t/pctechnology/htdocs/admin/includes/functions/sessions.php on line 165

 

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /www/uuuq.com/p/c/t/pctechnology/htdocs/admin/includes/functions/sessions.php:165) in /www/uuuq.com/p/c/t/pctechnology/htdocs/admin/includes/functions/sessions.php on line 102

 

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /www/uuuq.com/p/c/t/pctechnology/htdocs/admin/includes/functions/sessions.php:165) in /www/uuuq.com/p/c/t/pctechnology/htdocs/admin/includes/functions/sessions.php on line 102

 

Warning: Cannot modify header information - headers already sent by (output started at /www/uuuq.com/p/c/t/pctechnology/htdocs/admin/includes/functions/sessions.php:165) in /www/uuuq.com/p/c/t/pctechnology/htdocs/admin/includes/functions/general.php on line 22

 

Any help would be appreciated....

Posted
I am getting these errors after installing... I have serched the site but not able find a solution in english can some please help....

 

When I goto http://pctechnology.uuuq.com/index.php I get this at the top

 

Warning: session_save_path() [function.session-save-path]: SAFE MODE Restriction in effect. The script whose uid is 91567 is not allowed to access /tmp owned by uid 0 in /www/uuuq.com/p/c/t/pctechnology/htdocs/includes/functions/sessions.php on line 169

 

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /www/uuuq.com/p/c/t/pctechnology/htdocs/includes/functions/sessions.php:169) in /www/uuuq.com/p/c/t/pctechnology/htdocs/includes/functions/sessions.php on line 102

 

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /www/uuuq.com/p/c/t/pctechnology/htdocs/includes/functions/sessions.php:169) in /www/uuuq.com/p/c/t/pctechnology/htdocs/includes/functions/sessions.php on line 102

 

When I goto admin I just get this

 

Warning: session_save_path() [function.session-save-path]: SAFE MODE Restriction in effect. The script whose uid is 91567 is not allowed to access /tmp owned by uid 0 in /www/uuuq.com/p/c/t/pctechnology/htdocs/admin/includes/functions/sessions.php on line 165

 

Warning: session_start() [function.session-start]: Cannot send session cookie - headers already sent by (output started at /www/uuuq.com/p/c/t/pctechnology/htdocs/admin/includes/functions/sessions.php:165) in /www/uuuq.com/p/c/t/pctechnology/htdocs/admin/includes/functions/sessions.php on line 102

 

Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /www/uuuq.com/p/c/t/pctechnology/htdocs/admin/includes/functions/sessions.php:165) in /www/uuuq.com/p/c/t/pctechnology/htdocs/admin/includes/functions/sessions.php on line 102

 

Warning: Cannot modify header information - headers already sent by (output started at /www/uuuq.com/p/c/t/pctechnology/htdocs/admin/includes/functions/sessions.php:165) in /www/uuuq.com/p/c/t/pctechnology/htdocs/admin/includes/functions/general.php on line 22

 

Any help would be appreciated....

 

Hi,

 

I had exactly similar problem. I used Ian's suggestion and it worked for me. You may wish to try this:

 

Ok, calmed down now, and after trawlng what seemed like half the internet i've found a fix.

 

Cause : Previous bug in PHP fixed in latest version (Chances are your ISP has updated to the new version)

 

 

Fix: Goto Admin / Configuration / Sessions and change the "Sessions Directory" to tmp (no slashes)

 

If you can't get into Admin, goto your Database Admin page (usually PhPAdmin app.)

Click on any table on the left hand side.

Click on SQL at the top of the screen

Overtype whatever appears in the SQL window with ...

 

QUOTE

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

 

Click GO

 

Et Voila !

Ian

 

Good luck!

Archived

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

×
×
  • Create New...