[cvs] [Wiki] changed: FAQ/Admin/Troubleshoot
Wiki Guest
wikiguest at horde.org
Wed May 5 08:31:56 UTC 2010
guest [208.75.10.42] Wed, 05 May 2010 04:31:56 -0400
Modified page: http://wiki.horde.org/FAQ/Admin/Troubleshoot
New Revision: 7.18
Change log: Last line modified for grammar
@@ -56,9 +56,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"
-The browser 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.
+The browser 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, like an
[http://www.overnightpools.com/18ft_x_34ft_arctic_armor_super_mesh_pool_cover_-_green.htm arctic armor] perhaps, yet you've no idea
what.
See [http://wiki.horde.org/FAQ/Admin/Troubleshoot#wsod A blank white
screen appears]
+++ "Failed opening test.php for inclusion"
@@ -110,17 +110,17 @@
+++ "top.opener.parent is not an object"
This error is the result of a bug in Internet Explorer.
[mailto:stuart at eclipse.net.uk Stuart] suggests that the following
commands (executed on the Windows system on which Internet Explorer is
installed) will solve the problem:
<code>
-regsvr32 c:\windows\system32\actxprxy.dll
-regsvr32 c:\windows\system32\shdocvw.dll
+regsvr32 c:windowssystem32actxprxy.dll
+regsvr32 c:windowssystem32shdocvw.dll
</code>
The FAQ maintainer has //not// tested the above! Make sure you have
a backup of your system before playing with deep Windows magic.
+++ "Unable to load dynamic library php_whatever.dll - The specified
module could not be found."
-This error message is a misrepresentation of the actual problem.
Often occurs when some dependency needed for php_whatever.dll is
missing.e.g. need to copy iconv.dll (from the dlls folder under to the
php install directory) to windows\system32 to get php_gettext.dll to
load.
+This error message is a misrepresentation of the actual problem.
Often occurs when some dependency needed for php_whatever.dll is
missing.e.g. need to copy iconv.dll (from the dlls folder under to the
php install directory) to windowssystem32 to get php_gettext.dll to
load.
+++ "Unable to open VFS file for writing"
If you see this message from kronolith or trean (or any other
application hat uses crontabs) you are running a crontab script as a
different user as you did in the first run. Adjust your crontab
(running it as same user as the webserver is a good idea) and also
change the ownship of {{<your_vfs_root>/.horde}}.
@@ -220,9 +220,9 @@
if (!($db = mysql_connect('localhost','root','yourpassword'))) return 1;
if (!mysql_query('create database testdb', $db)) return 2;
if (!mysql_select_db('testdb', $db)) return 3;
if (!mysql_db_query('testdb', 'create table testtest ( test
char(60))', $db)) return 4;
- if (!mysql_db_query('testdb', 'insert into testtest values
(\'hello world!\')', $db)) return 5;
+ if (!mysql_db_query('testdb', 'insert into testtest values
('hello world!')', $db)) return 5;
if (!($result = mysql_db_query('testdb', 'select * from
testtest', $db))) return 6;
if (mysql_num_rows($result) > 0) echo mysql_result($result, 0, 0);
if (!mysql_db_query('testdb', 'delete from testtest', $db)) return 7;
if (!mysql_query('drop database testdb', $db)) return 8;
More information about the cvs
mailing list