php - Permission Denied error in Yii -


i working on blog system in have installed extension in named cadvancedarbehavior.php in extensions directory.

now after calling it, keep getting error :

require(/applications/xampp/xamppfiles/htdocs/sanblog/protected/extensions/cadvancedarbehavior.php) [<a href='function.require'>function.require</a>]: failed open stream: permission denied  

now know may because, must not have given proper rights folders, did :

chmod -r 777 /applications/xampp/xamppfiles/htdocs/sanblog/ 

i have reverified folders have been given folder permissions, still getting error. have checked out question everywhere , everywhere it's said due folder permissions, sure permissions correct.

just going wrong?

regards,


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -