[cvs] [Wiki] changed: FAQ/Admin/Troubleshoot

Chuck Hagenbuch chuck at horde.org
Mon Feb 20 08:24:07 PST 2006


chuck  Mon, 20 Feb 2006 08:24:07 -0800

Modified page: http://bugs.horde.org/horde/wicked/display.php?page=FAQ%2FAdmin%2FTroubleshoot
New Revision:  4.1
Change log:  add another version of the missing Log package error. Also, this isn't specific to Horde 2.

@@ -68,11 +68,14 @@
 The same problem exists in some other Horde applications also (e.g. in Kronolith 1.0). The solution is the same (e.g. upgrade to a newer Kronolith version, remove the isWarning() calls, downgrade PEAR). 
 
 ++++ "Fatal error: Call to undefined function: quote()"
 **[Horde 2.x]:** You are using too old a version of PHP which doesn't support some needed functions such as the quote() function. Upgrade to a supported version of PHP.
+
+++++ "Failed opening 'Log.php' for inclusion"
+See the next entry.
 
 ++++ "Fatal error: Undefined class name 'log' in ..."
-**[Horde 2.x]:** Your PHP PEAR implementation is missing the PEAR Log package. This is a common problem with the PHP 4.2.1 PEAR for example. You can install it via the network if you have a standalone php/pear command. See the file {{[http://www.horde.org/horde/docs/?f=INSTALL.html horde/docs/INSTALL]}} for more information on how to install the required PEAR packages this way. Otherwise you can download the Log package (e.g. from http://pear.php.net/get/Log) and manually install them inside your PEAR directory. You may also need to install the modules Mail_Mime and Net_Socket as well.
+Your PHP PEAR implementation is missing the PEAR Log package. This is a common problem with the PHP 4.2.1 PEAR for example. You can install it via the network if you have a standalone php/pear command. See the file {{[http://www.horde.org/horde/docs/?f=INSTALL.html horde/docs/INSTALL]}} for more information on how to install the required PEAR packages this way. Otherwise you can download Log and other required PEAR packages (e.g. from http://pear.php.net/get/Log) and manually install them inside your PEAR directory. You may also need to install the modules Mail_Mime and Net_Socket as well. Horde's {{test.php}} script will give you an overview of which required PEAR packages are installed and which are missing.
 
 For more detailed instructions on installing PEAR modules, see the PEAR documentation at http://pear.php.net/manual/.
 
 ++++ "imap_utf7_decode: Unexpected end of string"


More information about the cvs mailing list