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

Wiki Guest wikiguest at horde.org
Mon May 29 05:24:47 PDT 2006


guest [192.77.115.34]  Mon, 29 May 2006 05:24:47 -0700

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

@@ -18,9 +18,9 @@
 <code type="php">
 <?php phpinfo();
 </code>
 
-Don't confuse PHP's IMAP support with Apache's {{mod_imap}}, which refers to image maps.
+Don't confuse PHP's IMAP support with Apache's {{mod_imap}}, which refers to image map.
 
 +++ "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:
 
@@ -66,17 +66,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}}. 
 


More information about the cvs mailing list