-
Notifications
You must be signed in to change notification settings - Fork 122
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
makedir() problem if not root user / AbstractEngine #178
Comments
This seems to be an issue out of scope for phpdox to fix: The file_exists() check (on line 62) returns false, claiming the file (or directory in this case) does not exist. This can only happen if either the filesystem is broken or - at bit more likely ;) - the OS or FS permissions don't allow the process to the see the directory or any of its parents. Can you verify if after su'ing into the jenkins account you can access the given directory and/or (re-)create it when you remove it? |
Hi, thx for your response. Retest:
Why does not phpdox tell in the log which folder that is? |
I have just upgraded phpdox to current master and the problem disappeared. |
Thanks for the heads up. |
As part of an ant script, phpdox executes successfully in root mode.
However as Jenkins there is some problem with an existing directory (access rights completely set to same user as script runner i.e. jenkins)
The text was updated successfully, but these errors were encountered: