php - Error while requiring a file situated in another folder in Yii -


when trying refer file named androidnotificationpush.php using require in file.

why getting error:

require_once(/home/abhi/mango/siweb/protected/modules/rest/v10/components/helpers/androidpushnotification.php): failed open stream: permission denied ?


Comments

Popular posts from this blog

c++ - list<myClass<int> * > sort -

c - Defining floating point constants, how many digits are useful? -