-
Notifications
You must be signed in to change notification settings - Fork 121
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
Error in first execution #56
Comments
It is interesting to see a var_dump output in there, but the error message suggests that within your current directory there is no "src" directory. You might want to adjust the configuration file created by the --skel option as its only a more or less basic default set. I am aware of some problems with the variable replacement handling in 0.4. This is going to be fixed in 0.5 among various other things. |
Hmmm, right. I didn't figure out that "src" was the expected directory. I thought was the current path. Sorry about that. Thanks. |
Got the same problem... phpdox [01.08.2012 - 17:34:34] Using config file '/home/tariquesani/WWW/hourli2/phpdox.xml.dist' Oups... phpDox encountered a problem and has terminated! Exception: TheSeer\DirectoryScanner\Exception Path '${basedir}/app' does not exist. #0 /usr/share/php/TheSeer/phpDox/Application.php(118): TheSeer\DirectoryScanner\DirectoryScanner->__invoke() '${basedir}/app' does exists - any way to to see what ${basedir} is getting translated to? |
I'm getting the same error here... filepath exists. phpdox: |
Replacing the variable parts should fix the issue for 0.4 as there were bugs in resolving values in nested nodes. Version 0.5 is going to fix this. |
The text was updated successfully, but these errors were encountered: