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

Popular posts from this blog

toolbar - How to add link to user registration inside toobar in admin joomla 3 custom component -

linux - disk space limitation when creating war file -