I have this as the "debug output" (for the web-interface), but I do not see any folder... I want the output to be in a folder in the same direcory as the file parsed... it's not working! Parsing Files ... PHP Version 5.1.4 phpDocumentor version 1.3.0 Parsing configuration file phpDocumentor.ini... done using tokenizer Parser Grabbing README/INSTALL/CHANGELOG done Tutorial/Extended Documentation Parsing Stage done General Parsing Stage Reading file /home/MYUSERNAME/public_html/pear/zipfinder.php -- Parsing file WARNING in zipfinder.php on line 6: no @package tag was used in a DocBlock for class DB WARNING in zipfinder.php on line 46: no @package tag was used in a DocBlock for class ZIPFinder WARNING in zipfinder.php on line 110: File "/home/MYUSERNAME/public_html/pear/zipfinder.php" has no page-level DocBlock, use @package in the first DocBlock to create one done Converting From Abstract Parsed Data Processing Class Inheritance Processing Root Trees Processing leftover classes (classes that extend root classes not found in the same package) done processing leftover classes Processing Procedural Page Element Name Conflicts Sorting page elements...done Formatting @uses list...done Creating Directory /home/MYUSERNAME/public_html/pear/output creating /home/MYUSERNAME/public_html/pear/output/media Creating Parent Directory /home/MYUSERNAME/public_html/pear/output Creating Directory /home/MYUSERNAME/public_html/pear/output/media copying /home/MYUSERNAME/public_html/pear/output/media/layout.css copying /home/MYUSERNAME/public_html/pear/output/media/print.css copying /home/MYUSERNAME/public_html/pear/output/media/style.css Building indexes...done Sorting Indexes...done Sorting @todo list...done Converting tutorials/extended docs Formatting Package Indexes...
Okay so I forgot to check error log first: [Sat Oct 14 20:38:33 2006] [error] PHP Warning: mkdir() [<a href='function.mkdir'>function.mkdir</a>]: No such file or directory in /usr/local/lib/php/PhpDocumentor/phpDocumentor/Converter.inc on line 5262 [Sat Oct 14 20:38:33 2006] [error] PHP Warning: mkdir() [<a href='function.mkdir'>function.mkdir</a>]: No such file or directory in /usr/local/lib/php/PhpDocumentor/phpDocumentor/Converter.inc on line 5307 [Sat Oct 14 20:38:33 2006] [error] PHP Warning: copy(/home/MYUSERNAME/public_html/pear/output/media/layout.css) [<a href='function.copy'>function.copy</a>]: failed to open stream: No such file or directory in /usr/local/lib/php/PhpDocumentor/phpDocumentor/Converter.inc on line 5309 [Sat Oct 14 20:38:33 2006] [error] PHP Warning: mkdir() [<a href='function.mkdir'>function.mkdir</a>]: No such file or directory in /usr/local/lib/php/PhpDocumentor/phpDocumentor/Converter.inc on line 5307 [Sat Oct 14 20:38:33 2006] [error] PHP Warning: copy(/home/MYUSERNAME/public_html/pear/output/media/print.css) [<a href='function.copy'>function.copy</a>]: failed to open stream: No such file or directory in /usr/local/lib/php/PhpDocumentor/phpDocumentor/Converter.inc on line 5309 [Sat Oct 14 20:38:33 2006] [error] PHP Warning: mkdir() [<a href='function.mkdir'>function.mkdir</a>]: No such file or directory in /usr/local/lib/php/PhpDocumentor/phpDocumentor/Converter.inc on line 5307 [Sat Oct 14 20:38:33 2006] [error] PHP Warning: copy(/home/MYUSERNAME/public_html/pear/output/media/style.css) [<a href='function.copy'>function.copy</a>]: failed to open stream: No such file or directory in /usr/local/lib/php/PhpDocumentor/phpDocumentor/Converter.inc on line 5309 [Sat Oct 14 20:38:33 2006] [error] PHP Warning: mkdir() [<a href='function.mkdir'>function.mkdir</a>]: No such file or directory in /usr/local/lib/php/PhpDocumentor/phpDocumentor/Converter.inc on line 5022 [Sat Oct 14 20:38:33 2006] [error] PHP Warning: mkdir() [<a href='function.mkdir'>function.mkdir</a>]: No such file or directory in /usr/local/lib/php/PhpDocumentor/phpDocumentor/Converter.inc on line 5022 [Sat Oct 14 20:38:33 2006] [error] PHP Fatal error: Smarty error: the $compile_dir '' does not exist, or is not a directory. in /usr/local/lib/php/PhpDocumentor/phpDocumentor/Smarty-2.6.0/libs/Smarty.class.php on line 1144 Why would I be getting that fatal error? There is no mention of any need for some configuration? And why is there that problem with the mkdir()!?