PrestaShop / php-ps-info

Simple script that allows you to test if your current environment fulfills PrestaShop's system requirements, and offers suggestions for improvements.
MIT License
105 stars 109 forks source link

how to writable directories in PHPpsinfo #30

Closed amir385276 closed 3 months ago

amir385276 commented 8 months ago

Hi guys i don't know how to add these commands to my website in php.ini or .htaccess i wanna to writable the directories of in report please help me

Clip_5

amir385276 commented 8 months ago

It's important or not

matks commented 3 months ago

Hello yes it's important that these directories are writable: the software prestashop needs to write files in it.

In order to fix it you need to set the right permissions for your php user. See https://stackoverflow.com/questions/2900690/how-do-i-give-php-write-access-to-a-directory for example