From: Sean M. P. <spa...@sm...> - 2008-03-21 02:22:06
|
Hello again. Just fixed it. We should probably note this in the Installation README: In system/db.php at line 51, add this: ini_set('include_path', ini_get('include_path') . PATH_SEPARATOR . '<PATH TO PEAR>'); Where <PATH TO PEAR> is your local system's path (/usr/share/php in my case.) ...just above this: require_once 'DB.php'; Or you can add the PEAR path to the include_path directive in your php.ini file. Make sure the _real_ path (since /usr/share/php is a symlink) is allowed in the safe_mode allowed path directive in php.ini if you're using that. Sincerely, Sean M. Pappalardo Sr. Systems Engineer Smarter Technology, Inc. spa...@sm... Phone: (708) 342-0350 Work Smarter. Not harder. ---------- This communication, along with any documents, files or attachments, is intended only for the use of the addressee and may contain confidential information. If you are not the intended recipient, you are hereby notified that any dissemination, distribution or copying of any information contained in or attached to this communication is strictly prohibited. If you have received this message in error, please notify the sender immediately and destroy the original communication and its attachments without reading, printing or saving in any manner. <<--------------------------------------------------------------------------------->> This E-Mail message has been scanned for viruses and cleared by >>SmartMail<< from Smarter Technology, Inc. <<--------------------------------------------------------------------------------->> |