CException
Application runtime path "/var/www/html/demo/protected/runtime" is not valid. Please make sure it is a directory writable by the Web server process.
Page 1 of 1
Application runtime path "work path" is not valid. Please make sure it is a directory writable by the Web server process. how resolve that ?
#2
Posted 07 August 2012 - 04:47 AM
add write permissions to a process, for example set permissions to 775 on runtime directory.
#3
Posted 10 August 2012 - 01:26 AM
Hi Mohsin
if you using windows change permission under properties of that folder check all the checkboxes, if you linux or mac open up your terminal and type following
chmod -R 775 your/app/directory/
if you using windows change permission under properties of that folder check all the checkboxes, if you linux or mac open up your terminal and type following
chmod -R 775 your/app/directory/
#4
Posted 22 October 2012 - 04:11 AM
Make sure that you have a directory named runtime inside backend directory, if doesnt exist simply make a new folder named runtime. Then check it.
Share this topic:
Page 1 of 1

Help














