I have some images in a folder called \"Slides\" in my project; I am trying to access those images; but it gives me the following error:
Not allowed to load loca
It's probably coming from your APPPATH
constant in realpath()
. Should be more like $this->signage_Path = 'MyProject/Slides'
, without realpath()
. PHP cannot access a file that is not on a Server, without Client permission. Of course, I really don't know what your sinage_Path
is supposed to be. This should just give you an idea of your problem.