-
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
mkdir(): File exists #228
Comments
Interesting this pops up again. |
I think it was my fault I had wrong path set to target. Kind regards, From: Arne Blankerts [mailto:[email protected]] Interesting this pops up again. — |
Can you elaborate on that a bit more? If by any means possible I'd like to adjust the handling of such a situation so the reported crash does not occur. |
Ping? |
Hi there, I am getting following error: [23.06.2015 - 13:39:23] Generator process completed Oups... phpDox encountered a problem and has terminated! It most likely means you've found a bug, so please file a report for this PHP Version: 5.4.16 (Linux) {closure}(): Failed opening required '/var/www/a1c-mhiran/checkout2/vendor/theseer/phpdox/../../../vendor//phpunit/php-timer/PHP/Timer.php' (include_path='.:/usr/share/pear:/usr/share/php') No stacktrace available Kind regards, From: Arne Blankerts [mailto:[email protected]] Ping? — |
That's an unrelated issue (see #235). |
Can you provide some more feedback on the previous question? |
I had configured incorrectly in phpdox.xml.dist output path: I had set to "../www-root/build/", where "www-root" does not exists. And the following worked. <?xml version="1.0" encoding="utf-8" ?>
<phpdox xmlns="http://xml.phpdox.net/config">
<project name="Checkout 2.0" source="../checkout2/" workdir="/build/phpdox">
<collector publiconly="false" backend="parser">
<include mask="*.php" />
<include mask="*.stub" />
<exclude mask="**vendor**" />
<inheritance resolve="true"/>
</collector>
<generator output="/build/">
<enrich base="/build/logs">
<source type="git" />
</enrich>
<build engine="html" enabled="true" output="api">
<file extension="html" />
</build>
</generator>
</project>
</phpdox> |
PHP Version: 5.4.16 (Linux)
PHPDox Version: 0.8.0-dev
ErrorException: E_WARNING
Location: /var/www/a1c-mhiran/checkout2/vendor/theseer/phpdox/src/generator/engine/AbstractEngine.php (Line 63)
mkdir(): File exists
#0 /var/www/a1c-mhiran/checkout2/vendor/theseer/phpdox/src/generator/engine/AbstractEngine.php(63): mkdir()
#1 /var/www/a1c-mhiran/checkout2/vendor/theseer/phpdox/src/generator/engine/html/Html.php(278): TheSeer\phpDox\Generator\Engine\AbstractEngine->saveDomDocument()
#2 /var/www/a1c-mhiran/checkout2/vendor/theseer/phpdox/src/generator/engine/html/Html.php(236): TheSeer\phpDox\Generator\Engine\Html->genericMethodBuild()
#3 unknown(0): TheSeer\phpDox\Generator\Engine\Html->buildClassMethod()
#4 /var/www/a1c-mhiran/checkout2/vendor/theseer/phpdox/src/generator/Generator.php(203): call_user_func()
#5 /var/www/a1c-mhiran/checkout2/vendor/theseer/phpdox/src/generator/Generator.php(294): TheSeer\phpDox\Generator\Generator->handleEvent()
#6 /var/www/a1c-mhiran/checkout2/vendor/theseer/phpdox/src/generator/Generator.php(249): TheSeer\phpDox\Generator\Generator->processClass()
#7 /var/www/a1c-mhiran/checkout2/vendor/theseer/phpdox/src/generator/Generator.php(142): TheSeer\phpDox\Generator\Generator->processWithNamespace()
#8 /var/www/a1c-mhiran/checkout2/vendor/theseer/phpdox/src/Application.php(241): TheSeer\phpDox\Generator\Generator->run()
#9 /var/www/a1c-mhiran/checkout2/vendor/theseer/phpdox/src/CLI.php(165): TheSeer\phpDox\Application->runGenerator()
#10 /var/www/a1c-mhiran/checkout2/vendor/theseer/phpdox/phpdox(68): TheSeer\phpDox\CLI->run()
The text was updated successfully, but these errors were encountered: