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

Wiki Guest wiki at wiki.horde.org
Mon Dec 12 10:22:09 PST 2005


guest [68.43.239.192]  Mon, 12 Dec 2005 10:22:09 -0800

Modified page: http://wiki.horde.org/FAQ/Admin/Troubleshoot
New Revision:  3.6
Change log:  added "Unable to load dynamic library php_whatever.dll"

@@ -5,8 +5,12 @@
 
 [[toc]]
 
 +++ Common error messages
+
+++++ "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 o get php_gettext.dll to load.
 
 ++++ "Only variable references should be returned by reference"
 ++++ "Only variables can be passed by reference"
 These messages appear after upgrading to PHP 4.4 or PHP 5.1. These PHP versions raise notices about reference usage that older version accepted happily. Only Horde 3.x and the H3 application versions will be fixed to not cause this messages, so either upgrade to the latest versions, or set your error reporting level in PHP to exclude E_NOTICE level messages.
@@ -59,10 +63,10 @@
 ++++ "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.
 


More information about the cvs mailing list