Trying to setup and configure my mac as a testing server. So setting up the php.ini, i get an error when trying to save my changes:

Error writing /usr/local/php5/lib/php.ini: Permission denied

I don't know why this happened or how to fix it (noob) -I am logged in as root.

有帮助吗?

解决方案

Try this,

sudo -i

nano /usr/local/php5/lib/php.ini

OR

sudo  nano /usr/local/php5/lib/php.ini

OR

vi  /usr/local/php5/lib/php.ini

其他提示

Try this :

sudo chmod 644 /usr/local/php5/lib/php.ini

It will give you the rights to write on the php.ini

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top