Question

I am configurating my project on codeigniter and Mamp. When i run it i got CHMOD 7777 error as shown in the image. Does someone know how to make config.php and the other page rewritable.

enter image description here

Was it helpful?

Solution

There is two method :

Using your FTP Client

Click on your files -> Properties -> Permissions : 777.

Using SSH

chmod 777 /Application/MAMP/httdocs/modena/application/main/config/config.php
chmod 777 /Application/MAMP/httdocs/modena/started_install.php
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top