Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Warning Messages Won't Go Away


galimatias1

Recommended Posts

Posted

Hello

 

I've got some warning messages on my webshop in the top - (translated from danish)

 

warning: this configuration file is writable: /customers/engrospris.dk/engrospris.dk/httpd.www/includes/configure.php. This is an potential safety risk - make the correct user rights for this file.

warning: the sessions file does not exist: /tmp. Sessions will not be functional before this file has been made.

 

I have done exactly what the message has told me to do. In warning number 2 the sessions file does exist, after having removed the sessions file the warning message disappears, it does not make any sense. So.. are there some other way to get rid of the warning messages.

 

I hope you can help

Posted
warning: this configuration file is writable: /customers/engrospris.dk/engrospris.dk/httpd.www/includes/configure.php. This is an potential safety risk - make the correct user rights for this file.

 

Chmod the file includes/configure.php to something like 755 that way apache won't be able to write to it, and the error will disappear!

 

warning: the sessions file does not exist: /tmp. Sessions will not be functional before this file has been made.

 

I think you created a tmp directory in the main directory (that where admin is also can be found)...

If so change the value in includes/configure.php to

/customers/engrospris.dk/engrospris.dk/httpd.www/tmp/

 

And chmod 777 that directory!

 

Grtz,

 

Arjan Gelderblom

I think computer viruses should count as life. I think it says something about human nature that the only form of life we have created so far is purely destructive. We've created life in our own image.

-- Stephen Hawking

Archived

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

×
×
  • Create New...