-
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
missing class.xsl / please remove dependency on PEAR files #249
Comments
uninstalled the older PEAR phpdox I found on this box and getting missing class.xxl now PHP Version: 5.5.12 (Linux) loading file '/usr/share/pear/TheSeer/phpDox/templates/html/class.xsl' failed. [XML-STRING] [Line: 0 - Column: 0] Warning 1549: failed to load external entity "/usr/share/pear/TheSeer/phpDox/templates/html/class.xsl" #0 /content/ticketing2/vendor/theseer/phpdox/src/generator/engine/html/Html.php(115): TheSeer\phpDox\Generator\Engine\AbstractEngine->getXSLTProcessor() |
The phar archive is fully self-contained, no need to have any pear component installed. My assumption would be that you have a template path for the html engine configured which is invalid. |
Oh - my bad. You're right. Sorry to hassle you and thanks for responding!
|
Running phpdox-0.8.1.1.phar
...
[exec] Exception: TheSeer\fDOM\fDOMException (Code: 1)
[exec] Location: phar:///content/ticketing2/bin/phpdox-0.8.1.1.phar/vendor/theseer/fdomdocument/src/fDOMDocument.php (Line 144)
[exec]
[exec] loading file '/usr/share/pear/TheSeer/phpDox/templates/html/method.xsl' failed.
[exec]
[exec] [XML-STRING] [Line: 0 - Column: 0] Warning 1549: failed to load external entity "/usr/share/pear/TheSeer/phpDox/templates/html/method.xsl"
[exec]
[exec]
[exec] #0 phar:///content/ticketing2/bin/phpdox-0.8.1.1.phar/phpdox/generator/engine/html/Html.php(115): TheSeer\phpDox\Generator\Engine\AbstractEngine->getXSLTProcessor()
[exec] #1 phar:///content/ticketing2/bin/phpdox-0.8.1.1.phar/phpdox/generator/engine/html/Html.php(147): TheSeer\phpDox\Generator\Engine\Html->getXSLTProcessor()
[exec] #2 unknown(0): TheSeer\phpDox\Generator\Engine\Html->buildStart()
[exec] #3 phar:///content/ticketing2/bin/phpdox-0.8.1.1.phar/phpdox/generator/Generator.php(203): call_user_func()
[exec] #4 phar:///content/ticketing2/bin/phpdox-0.8.1.1.phar/phpdox/generator/Generator.php(140): TheSeer\phpDox\Generator\Generator->handleEvent()
[exec] #5 phar:///content/ticketing2/bin/phpdox-0.8.1.1.phar/phpdox/Application.php(241): TheSeer\phpDox\Generator\Generator->run()
[exec] #6 phar:///content/ticketing2/bin/phpdox-0.8.1.1.phar/phpdox/CLI.php(165): TheSeer\phpDox\Application->runGenerator()
[exec] #7 /content/ticketing2/bin/phpdox-0.8.1.1.phar(451): TheSeer\phpDox\CLI->run()
[exec]
[exec]
[exec]
[exec]
[exec]
[exec] Oups... phpDox encountered a problem and has terminated!
[exec]
[exec] It most likely means you've found a bug, so please file a report for this
[exec] and paste the following details and the stacktrace (if given) along:
[exec]
[exec] PHP Version: 5.5.12 (Linux)
[exec] PHPDox Version: 0.8.1.1
[exec] ErrorException: E_CORE_WARNING
[exec] Location: Unknown (Line 0)
[exec]
The text was updated successfully, but these errors were encountered: