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

Wiki Guest wikiguest at horde.org
Tue Jul 18 13:15:17 PDT 2006


guest [146.50.197.250]  Tue, 18 Jul 2006 13:15:17 -0700

Modified page: http://wiki.horde.org/FAQ/Admin/Troubleshoot
New Revision:  6.13
Change log:  redundancy

@@ -34,9 +34,9 @@
 Either recompile PHP //without// the {{--enable-memory-limit}} option, or increase the value of {{memory_limit}} in your {{php.ini}} file.
 
 +++ "Fatal error: Undefined class name 'log' in ..."
 +++ "Failed opening 'Log.php' for inclusion"
-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.
+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. 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/.
 
 +++ "Only variable references should be returned by reference"


More information about the cvs mailing list