figo2476 Posted November 19, 2007 Share Posted November 19, 2007 I am using mac tiger. I installed some packages of PEAR: Package Version State Archive_Tar 1.3.2 stable Archive_Zip 0.1.1 beta Auth_SASL 1.0.2 stable Console_Getopt 1.2 stable File_PDF 0.3.1 beta HTML_Common 1.2.3 stable HTML_QuickForm 3.2.7 stable HTML_Template_IT 1.1 stable HTTP 1.4.0 stable HTTP_Download 1.1.3 stable HTTP_Header 1.2.0 stable MDB 1.3.0 stable MDB2 2.4.1 stable MDB2_Driver_mysql 1.4.1 stable MIME_Type 1.0.0 stable Mail 1.1.14 stable Mail_Mime 1.4.0 stable Mail_Queue 1.1.3 stable Net_SMTP 1.2.10 stable Net_Socket 1.0.8 stable Net_UserAgent_Detect 2.0.1 stable PEAR 1.5.4 stable Structures_Graph 1.0.2 stable System_Command 1.0.6 stable XML_Parser 1.2.8 stable XML_RPC 1.4.0 stable I do require_once 'HTTP_Download.php'; require_once 'File_PDF.php'; but it cannot find them but require_once 'Mail.php'; --- found I guess it is incorrect file names???? Quote Link to comment Share on other sites More sharing options...
rlindauer Posted November 19, 2007 Share Posted November 19, 2007 <?php require_once 'HTTP/Download.php'; ?> Looks like incorrect file names Quote Link to comment Share on other sites More sharing options...
figo2476 Posted November 19, 2007 Author Share Posted November 19, 2007 Fixed. Any idea for File_PDF? <?php require_once 'HTTP/Download.php'; ?> Looks like incorrect file names Quote Link to comment Share on other sites More sharing options...
trq Posted November 19, 2007 Share Posted November 19, 2007 <?php require_once 'File/PDF.php'; ?> Quote Link to comment Share on other sites More sharing options...
rlindauer Posted November 19, 2007 Share Posted November 19, 2007 If you look up the file on pears website you can figure out the file name. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.