pdnsops2 / pdnsops

PDNSOps2 - A PHP based PowerDNS database manager
http://pdnsops.com
GNU General Public License v2.0
13 stars 5 forks source link

Installer does not check /protected/runtime permissions #14

Open ShakataGaNai opened 12 years ago

ShakataGaNai commented 12 years ago

" Application runtime path "/var/www/jon2/protected/runtime" is not valid. Please make sure it is a directory writable by the Web server process. "

Note, the folder also didn't exist since git doens't checkin empty folders. I created the folder, added a .gitignore placeholder and worked around original issue by chmod a+w /var/www/jon2/protected/runtime

ShakataGaNai commented 12 years ago

Also permission issue on /assets

bdamer commented 12 years ago

I've updated the error text in the installer to specify that all directories under /protected have to be writeable - should take care of things.