Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

admin starts in safe mode of installation


Guest

Recommended Posts

Posted

Hi

I have just installed the webshop and was ready to start editing. But when I open the shop in /admin it starts in safe mode with following error message.

 

Warning: session_save_path() [function.session-save-path]: SAFE MODE Restriction in effect. The script whose uid is 650306 is not allowed to access /tmp owned by uid 0 in /customers/raceforless.com/raceforless.com/httpd.www/catalog/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 /customers/raceforless.com/raceforless.com/httpd.www/catalog/admin/includes/functions/sessions.php:165) in /customers/raceforless.com/raceforless.com/httpd.www/catalog/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 /customers/raceforless.com/raceforless.com/httpd.www/catalog/admin/includes/functions/sessions.php:165) in /customers/raceforless.com/raceforless.com/httpd.www/catalog/admin/includes/functions/sessions.php on line 102

 

Warning: Cannot modify header information - headers already sent by (output started at /customers/raceforless.com/raceforless.com/httpd.www/catalog/admin/includes/functions/sessions.php:165) in /customers/raceforless.com/raceforless.com/httpd.www/catalog/admin/includes/functions/general.php on line 22

 

 

How shall I do this?

Warning Im new into this. :(

 

Thanks in advance.

Tom

Posted
Hi Tom

run this in phpmyadmin

 

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

 

Hi

Thanks for super fast answer.

I must be blind because I cant find update config or configuration under phpmyadmin.

Maybe I should inform that the php is provided by my webhotel. I dont know if this have any importance.

As stated Im new in this area so please bear with me.

 

Best regards

Tom

Posted
Hi

Thanks for super fast answer.

I must be blind because I cant find update config or configuration under phpmyadmin.

Maybe I should inform that the php is provided by my webhotel. I dont know if this have any importance.

As stated Im new in this area so please bear with me.

 

Best regards

Tom

Running SQL Queries. Follow the instructions and screenshots.

Posted
Running SQL Queries. Follow the instructions and screenshots.

 

Yipee it works. Now I only have one error left:

Warning: I am able to write to the configuration file: /customers/raceforless.com/raceforless.com/httpd.www/catalog/includes/configure.php. This is a potential security risk - please set the right user permissions on this file. (on red background)

 

Im realy appreciating this forums experts. You are the best.

Looking forward to hear the soloution.

 

BR

Tom

  • 2 weeks later...
  • 1 month later...
Posted

Hi there,

 

I don't where to enter the text

 

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

 

So can someone help with a tutorial.

Because i'm new at SQL.

  • 2 months later...
Posted
Hi there,

 

I don't where to enter the text

 

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

 

So can someone help with a tutorial.

Because i'm new at SQL.

 

Inside of phpmyadmin, click on any table on the left side, then click a tab that says "SQL" at the top, 3rd tab from the left. Overwrite anything in that box and paste in the "UPDATE..." line.

Oh yeah...then click "GO" and it should work.

Archived

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

×
×
  • Create New...