[Simpleclock-devel] Re: error when installing simpleclock
Status: Alpha
Brought to you by:
laekius
From: Laekius <la...@us...> - 2006-01-20 06:32:08
|
Hi there, Your setup indicates that you have both php4 and php5 installed on this system. Which one is actually running simpleclock? Only php5 will run it successfully. The missing class is part of the PEAR::DB package which you indicate is installed. Have you tried running any other scripts that depend on this or other PEAR modules? Hope this helps. -laekius ugokanain wrote: >Message body follows: > >I have been trying out simpleclock, but haven't been able to install it. I have >modified config.php to these values: >define('SC_DIR', '/Applications/MAMP/htdocs/simpleclock/'); >define('WEB_PATH', 'http://localhost:8888/simpleclock/'); >define ('DSN', 'mysqli://simpleclock:simpleclock@localhost/simpleclock'); > >The error is: >[17-Jan-2006 16:46:34] PHP Fatal error: Class 'DB' not found in / >Applications/MAMP/htdocs/simpleclock/lib/Util.class.php on line 51 > >My setup is >Apache 2.0.54 >MySQL 4.1.12 >PHP 4.4 & 5.0.4 >eAccelerator 0.9.3 >phpMyAdmin 2.6.3-pl1 >Zend Optimizer 2.5.10 >SQLite 2.8.14 >Freetype 2.1.9 >t1lib 5.1.0 >bzip2 1.0.3 >curl 7.14.0 >jpeg 6b >libpng-1.2.5 >gd 2.0.28 > >Pear packages are: >Installed packages: >=================== >Package Version State >Archive_Tar 1.1 stable >Console_Getopt 1.2 stable >DB 1.7.6 stable >HTML_Template_IT 1.1 stable >HTTP 1.2.2 stable >Mail 1.1.3 stable >Net_SMTP 1.2.6 stable >Net_Socket 1.0.1 stable >Net_UserAgent_Detect 2.0.1 stable >PEAR 1.3.5 stable >XML_Parser 1.0.1 stable >XML_RPC 1.2.2 stable > > >-- >This message has been sent to you, a registered SourceForge.net user, >by another site user, through the SourceForge.net site. This message >has been delivered to your SourceForge.net mail alias. You may reply >to this message using the "Reply" feature of your email client, or >using the messaging facility of SourceForge.net at: >https://sourceforge.net/sendmessage.php?touser=1205694 > > > > > |