Jump to content

Recursive Write Permissions On Files And Folders


Recommended Posts

Hey guys!

 

I'm trying to install this shop for the first time, but in the first step an error occurred:

 

  • Recursive write permissions on files and folders:

in these three folders:

~/cache/

~/img/

~/modules/

 

and one in PHP parameters (Is PHP magic quotes option deactivated (recommended) ?)

 

I tried to set a chmod on 777, 775, 755 but nothing worked.

 

I'd be very pleased if you'd help me.

 

Thanks a lot!

 

 

M.

Link to comment
Share on other sites

  • 2 weeks later...

Ownership of files?

 

And put the following code in the .htaccess in the root of your website:

 

 

## Begin - Custom Code

php_flag magic_quotes_gpc off

## End - Custom Code

 

Look also at this topic:

http://www.prestashop.com/forums/topic/227537-recursive-write-permissions-on-files-and-folders/

Edited by vverloop (see edit history)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...