[cvs] [Wiki] changed: FAQ/Admin/Troubleshoot
Jan Schneider
jan at horde.org
Wed Nov 1 10:33:00 PST 2006
jan Wed, 01 Nov 2006 10:33:00 -0800
Modified page: http://wiki.horde.org/FAQ/Admin/Troubleshoot
New Revision: 6.22
Change log: This line was in the wrong place.
@@ -23,15 +23,14 @@
: If using Horde 3.1.2 or later, change the configuration to allow non-cookie, url-based sessions. : If this works, cookies aren't stored in your browser. This could be caused by the browser configuration or a faulty session cookie setup, see the next point.
: Make sure that you are using the correct cookie domain and path settings in Horde's setup. : Cookies are not stored in the browser if you don't use a FQDN (fully qualified domain name), e.g. ``http://localhost/horde/``, or if the specified cookie path ({{/horde}} by default) doesn't match the webroot of your Horde installation, e.g. ``http://webmail.example.org/``, ``http://www.example.org/horde-3.1.2/``.
++ Common error messages
-See [http://wiki.horde.org/FAQ/Admin/Troubleshoot#wsod A blank white screen appears]
+++ "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"
-See
+See [http://wiki.horde.org/FAQ/Admin/Troubleshoot#wsod A blank white screen appears]
+++ "Failed opening test.php for inclusion"
The set_perms.sh script and some packaged distributions change the permissions on the {{test.php}} script so that it can't be run. This increases the security of your web server by not revealing to intruders information about how PHP is compiled/configured or what Horde applications are installed. To use the script while setting up Horde, add read permission for your web server to the script:
More information about the cvs
mailing list