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

Chuck Hagenbuch chuck at horde.org
Sat May 27 21:26:00 PDT 2006


chuck  Sat, 27 May 2006 21:26:00 -0700

Modified page: http://wiki.horde.org/FAQ/Admin/Troubleshoot
New Revision:  6.9
Change log:  this is a happening, not a message

@@ -9,9 +9,9 @@
 +++ "Call to undefined function: _( )"
 This error occurs when PHP is not compiled with gettext support. As of version Horde 2.0, PHP needs to be compiled with gettext support. Rebuild PHP with the {{--with-gettext}} option to {{configure}}, or if using RPM's install the php-gettext RPM. ({{_()}} is a synonym for {{gettext()}} in PHP.)
 
 +++ "Document contains no data"
-+++ "A blank white screen appears"
++++ A blank white screen appears
 The Netscape error message, "Document contains no data", only tells you that nothing was sent from the web server to the browser. In other words, something went quite wrong, yet you've no idea what.
 
 In order to get an idea of what really happened, take a look in the web server's error log, in which more verbose errors should be found. There is a good chance that the error is caused by omitting IMAP support from PHP; you can check whether that is the case by examining your server configuration with a PHP script such as the following:
 


More information about the cvs mailing list