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

Jan Schneider jan at horde.org
Mon May 29 06:18:41 PDT 2006


jan  Mon, 29 May 2006 06:18:40 -0700

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

@@ -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:windowssystem32actxprxy.dll
-regsvr32 c:windowssystem32shdocvw.dll
+regsvr32 c:\windows\system32\actxprxy.dll
+regsvr32 c:\windows\system32\shdocvw.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 windowssystem32 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 windows\system32 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