Hello,
I have setup YiiBoilerplate but I'm have some issues with yiic on the command line.
Currently the way I'm using it is by specifying the application's main.php config file. Not sure if this is the correct way. For example to run the shell command:
However I get an error:
I do have an assets folder under backend/www so I don't know why I am getting this error.
Has anyone come across this? Am I not using yiic the right away? It asks for an entry script or config file.
Any help would be much appreciated.
Thanks.
I have setup YiiBoilerplate but I'm have some issues with yiic on the command line.
Currently the way I'm using it is by specifying the application's main.php config file. Not sure if this is the correct way. For example to run the shell command:
./yiic shell backend/config/main.php
However I get an error:
Quote
<h1>CException</h1>
<p>CAssetManager.basePath "/assets" is invalid. Please make sure the directory exists and is writable by the Web server process.</p>
<p>CAssetManager.basePath "/assets" is invalid. Please make sure the directory exists and is writable by the Web server process.</p>
I do have an assets folder under backend/www so I don't know why I am getting this error.
Has anyone come across this? Am I not using yiic the right away? It asks for an entry script or config file.
Any help would be much appreciated.
Thanks.