Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Stupid Install Error


Resistance

Recommended Posts

Posted

I am getting this damn error meessage when I install the software

 

 

Warning: I am able to write to the configuration file: /home/resistan/public_html/Store/includes/configure.php. This is a potential security risk - please set the right user permissions on this file.

 

 

I try this php text and it did not change it

 

Create a php file named "secure.php" or whatever. Put the following code in it:

 

 

CODE

 

<?php

chmod('includes/configure.php', 0444);

?>

 

 

 

 

Upload this file to your server in the Catalog folder. Then run it in your browser: http://www.yourwebsite.com/catalog/secure.php

 

Nothing will show on the screen, but the file will run and will set the permissions.

 

how can I change this to 444 to get this message off the page

Posted

Go to your web hosting control panel and use the File Manager to edit the permissions.

 

Vger

Archived

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

×
×
  • Create New...