I have the EE system (renamed to something else) installed above root. When I run a simple PHP script from the homepage index, which opens an images directory under normal root, it gives me a “not a valid Directory resource” error.
I don’t want to post the literal server path here, but it looks something like this:
/home/accountid/domains/domainname.com/html/photos/
I can access the http://www.domainname.com/photos directory from a browser, but EE seems not able to understand the location when I use the absolute path on the server (as I understand must be used).
Any help?