• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

PHP errors in IMP/Horde (Only when using IE6)

R

RiXarD

Guest
I think I've encountered one of the strangest and unexplainable error I ever had to solve.

What is the problem:
Since a couple of days some people receive the following error when they try to login to IMP/Horde (i.e. http://webmail.domain.com) on my Win Plesk 7.6 server:

Code:
PHP Warning: Unknown(): Unable to load dynamic library 'C:\Program Files\SWsoft\Plesk\Additional\Php4\extensions\php_mysql.dll' - The specified module could not be found.in Unknown on line 0

PHP Warning: Unknown(): Unable to load dynamic library 'C:\Program Files\SWsoft\Plesk\Additional\Php4\extensions\php_xsl.dll' - The specified module could not be found. in Unknown on line 0

This error is on every page (in every frame) within Horde. It clearly is an server-side error, since the error is a PHP warning. People using Firefox or IE7 however, do not receive this error! Is that strange or what? Why do people receive a serverside error, when using a specific browser?

What have I tried:
Using Windows XP

The only explanation is that IMP includes browser specific files after detecting the user is using IE6, but why would that be? I can imagine this would be the case with css of js files, but other dll's on the server is totally unnessasery.

Can anyone explain me what is happening and how I can fix this error?

Reason for edit: some typo's
 
Hello,
I am facing a similar issue with Plesk 9, Horde and Hmailserver

What was the solution?

Regards
Michael
 
Solution ?

I have to dig deep (it was more than a year ago), but I keep of log on every server with important changes. Around this date I have done 2 things:

20-09-2007:
- php_mysql.dll en php_xsl.dll copied to system32
- System reboot

27-09-2007:
- php_mysql.dll and php_xsl.dll commented in php.ini in the Horde directory. This was the solutions for the errors with errormessages in IMP/Horde.

I Hope this helps you out. Please reply here if you solved it with this information.
 
Back
Top