I'm totally confused as to what 'PEAR' is. I'm using this PDF generation module from;
http://www.rustyparts.com/pdf.php
When running the example2.php script, I get the following error;
Fatal error: Failed opening required 'PEAR.php' (include_path='/home/awnt/php:/home/awnt/htdocs/tools/phpMyAdmin') in /home/facer-ins/htdocs/pdf/HTML_ToPDF.php on line 16
...which, sure enough on line 16, has the following line;
Does anyone know what PEAR is? Its not included in the script's distribution file, so I'm stumped
Cheers
Andy (mod)
andy@ultranerds.co.uk
IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates
http://www.rustyparts.com/pdf.php
When running the example2.php script, I get the following error;
Quote:
Creating the PDF... Fatal error: Failed opening required 'PEAR.php' (include_path='/home/awnt/php:/home/awnt/htdocs/tools/phpMyAdmin') in /home/facer-ins/htdocs/pdf/HTML_ToPDF.php on line 16
...which, sure enough on line 16, has the following line;
Code:
require_once 'PEAR.php';Does anyone know what PEAR is? Its not included in the script's distribution file, so I'm stumped
Cheers
Andy (mod)
andy@ultranerds.co.uk
IMPORTANT: I've now moved to ultranerds.co.uk, and the .com will no longer work!
Want to give me something back for my help? Please see my Amazon Wish List
GLinks ULTRA Package (plugins total "value" $3,325 & rising, for just $350)| GLinks ULTRA Package PRO (plugins total "value" $5,625 & rising, for just $500)
Support Forum | Links SQL Plugins | DMOZ Dumps | UltraNerds | ULTRAGLobals Plugin | Pre-Made Template Sets | FREE GLinks Plugins!
Compare our different Plugin packages *new* Free CSS Templates

