php - DOMDocument::load : Failed to open stream: Permission denied -
this error thrown when calling domdocument.load('./the/path/to/the/'.$this->image);
when use absolute path instead of instance variable, issue goes away, i.e. domdocument.load('./the/path/to/the/image.png');
. i'm running locally on windows box don't think ownership issue.
Comments
Post a Comment