Hello, my name is viktor, this is the first day i get to know about yii
i already upload yii to my server and test the requirements.. all ok, except 3 warning on:
PDO PostgreSQL extension
Memcache extension
APC extension
however the real problem arise when i try to run blog demo, it return "
Error 500
Application runtime path "/home/digital/public_html/backup/yii/demos/blog/protected/runtime" is not valid. Please make sure it is a directory writable by the Web server process.
"
as appear here hxxp://doxadigital.com/backup/yii/demos/blog/
the requirement test can be seen here:
hxxp://doxadigital.com/backup/yii/requirements/
please help me to pinpont the problem ? what should i do next ?
Page 1 of 1
First Encounter First Error Got Error 500
#2
Posted 21 April 2010 - 01:51 PM
additional note: i already try chmode with 755 and 777 with no luck
#3
Posted 21 April 2010 - 02:11 PM
viktor, on 21 April 2010 - 01:51 PM, said:
additional note: i already try chmode with 755 and 777 with no luck
Strange.
chmod -R 777 .../blog/protected/runtime should be fine. You'll also have to do the same to the .../blog/assets folder.
/Tommy
This post has been edited by tri: 21 April 2010 - 02:17 PM
#5
Posted 21 April 2010 - 09:51 PM
Hello yoshi, those silly question solved the problem...
the problem exist when i extract the zip, runtime displays as file instead folder.. maybe the .zip file i uploaded is corrupt.
reupload and extract finally solved the problem...
regarding Yii Requirement Checker, got warning on Memcache extension and APC extension , any idea what risk i carry with those warning ? how to solve the problem ?
the problem exist when i extract the zip, runtime displays as file instead folder.. maybe the .zip file i uploaded is corrupt.
reupload and extract finally solved the problem...
regarding Yii Requirement Checker, got warning on Memcache extension and APC extension , any idea what risk i carry with those warning ? how to solve the problem ?
yoshi, on 21 April 2010 - 05:51 PM, said:
Silly question: did you do that on /blog/protected/runtime or maybe /blog/protected or s.th.? What i'm driving at: does the folder /blog/protected/runtime exists on your server?
Regards
Regards
#6
Posted 22 April 2010 - 12:19 AM
memcache and apc cache are both php caching extensions Yii incorporates into it's framework along with other type of caches such as DB cache, XCache and file cache. Nothing serious though it's recommended that you have either APC cache or Xcache installed on your server to improve performance.
Share this topic:
Page 1 of 1

Help

















