Jump to content
Larry Ullman's Book Forums

Recommended Posts

I think my PEAR install is working and got the phpDocumentor installed but now get an error using it.  "phpDocumentor.EMERGENCY: phpDocumentor detected that a requirement is missing in your system setup: The XSL writer was unable to find your XSLTProcessor: please check if you have installed the PHP XSL extension or XSLC ache extention."  I have a windows 7 home premium 64 bit laptop with WAMP.  My Wamp 2.2 settings are Apache: 2.2.22, PHP: 5.3.13, and MySQL: 5.5.24.  I checked in my php.ini file from the wamp icon in my toolbar and it has the XSL extension on. 
 

What can I do now to get the phpDocumentor to work?

 

 

Thanks.

Link to comment
Share on other sites

Okay. Then it's possible that the issue is the difference between the web version of PHP and the command-line (that phpDocumentor would probably use). Run php -i from the command-line. You may need to reference the path to your PHP executable. This will print out a ton of info, which is the command-line version of the phpinfo() script.

Link to comment
Share on other sites

 Share

×
×
  • Create New...