Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Permissions not set on files - Define language


texhead

Recommended Posts

Hi

I ave installed osCommerce 2.2m1 and have the following prob.

The permissions for writing to all the files in Define language are not letting me change the files.

Error: I can not write to this file. Please set the right user permissions on:...

 

Is there something that hasnt set the permissins correctly when installing?

 

Tony

Link to comment
Share on other sites

I have the same problem.

 

Also can't upload new images to the images directory and when deleting a sub category from the demo (but when I hit return in the browser the sub category has been deleted)

Link to comment
Share on other sites

On Windows: right click the file (or directory) and UNcheck 'read-only'

 

On linux: chmod 777 filename

 

Most Windows ftp programs are able to chmod files on linux servers.

Try rightclicking a file and look in the context menu.

 

HTH

Mattice

"Politics is the art of preventing people from taking part in affairs which properly concern them"

Link to comment
Share on other sites

On Windows: right click the file (or directory) and UNcheck 'read-only'

 

On linux: chmod 777 filename

 

Most Windows ftp programs are able to chmod files on linux servers.

Try rightclicking a file and look in the context menu.

 

HTH

Mattice

 

Thanks it works now. I've chmod 777 the images folder and /includes/functions/general.php wich was the files having errors. My ftp program uploads the files with chmod 644. Any idea of wich files should be chmod 777 and how secure is it?

 

Thanks

Link to comment
Share on other sites

Okey dokey

Good to see others having same probs.

I was wondering why the install process didn't set the chmod to 777 for the files and image directory, I know i can change them, all twenty odd, but there could be a install problem, and I dont know what other files should be chmoded as well....

 

I will change the files in Language section.

 

Cheers

Tony

Link to comment
Share on other sites

  • 1 month later...

I've found this recomendation in a tutorial:

 

 

/admin/includes chmod 755

/catalog/includes chmod 755

/admin/includes/configure.php chmod 777

/catalog/includes/configure.php chmod 777

/catalog/images chmod 777

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...