• 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!
  • 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.

horde error

A

alcapone

Guest
horde error
after use plesk reconfiguration tool for settings permissions horde gives this error. i reinstall horde but nothing change! pls help me.


Warning: main(PEAR.php) [function.main]: failed to open stream: No such file or directory in C:\Inetpub\vhosts\webmail\horde\lib\core.php on line 26

Warning: main() [function.include]: Failed opening 'PEAR.php' for inclusion (include_path='C:\Inetpub\vhosts\webmail\horde\lib
;.;./includes;./pear') in C:\Inetpub\vhosts\webmail\horde\lib\core.php on line 26

Warning: main(Log.php) [function.main]: failed to open stream: No such file or directory in C:\Inetpub\vhosts\webmail\horde\lib\Horde.php on line 3

Warning: main() [function.include]: Failed opening 'Log.php' for inclusion (include_path='C:\Inetpub\vhosts\webmail\horde\lib
;.;./includes;./pear') in C:\Inetpub\vhosts\webmail\horde\lib\Horde.php on line 3

Warning: _connect(DB.php) [function.-connect]: failed to open stream: No such file or directory in C:\Inetpub\vhosts\webmail\horde\lib\Horde\DataTree
\sql.php on line 1255

Fatal error: _connect() [function.require]: Failed opening required 'DB.php' (include_path='C:\Inetpub\vhosts\webmail\horde\lib
;.;./includes;./pear') in C:\Inetpub\vhosts\webmail\horde\lib\Horde\DataTree
\sql.php on line 1255
 
same problem here!

Did you get it resolved?
What need sto be done to correct this issue?

Thanks in advanced
 
where is swsoft support?

where is swsoft support? i think plesk really bad. i reinstall plesk but nothing change it gives error..
 
I have the same problem. After reconfigure plesk the Horde Webmail doesn't work anymore.

Alcapone, did you still have this problem?
 
Same problem since today.

No config changes made last time, except installing zend optimizer.
 
I fix the problem with a unrecommendable artifice.

Within:
C:\Inetpub\vhosts\webmail\horde\lib\webmail\horde\lib\core.php

I change this:
//ini_set('include_path', dirname(__FILE__) . PATH_SEPARATOR . ini_get('include_path'));

for this:
ini_set('include_path', 'C:/Inetpub/vhosts/webmail/horde/lib' . PATH_SEPARATOR . 'C:/Inetpub/vhosts/webmail' . PATH_SEPARATOR . 'C:/Inetpub/vhosts/webmail/horde/pear' .PATH_SEPARATOR . ini_get('include_path'));

And now it works.
 
I was able to get it fixed also.

I had the same error after installing zend uptimizer, I was also able to get it fixed with the same fix in this thread.
Thank you so much for the idea, anyone knows how the error gets created?
 
Hi Gonze,

I think this error was created because the AutoInstaler used for you change variables's path!

I discovery how to solve it, but why the error is created I did not discovery. And to be honest I dont look for it so hard after I solve!

If you find the reason for this, please post here.

Best Regards
Felipe
 
You are correct! Like the old saying goes "Dont fix it if it aint broken" Its working so lets just leave it alone! Thank you

:)
 
Hello,

This is only for the post Zend installation:

The thing is that Zend sets a value for php.ini file in the registry.

HKEY_LOCAL_MACHINE\SOFTWARE\PHP\IniFilePath=C:\WINDOWS

Therefore, all .php scripts on the server start to use this setting and go to C:\WINDOWS\php.ini file for PHP configuration.

To fix this problem it's necessary to clear the value HKEY_LOCAL_MACHINE\SOFTWARE\PHP\IniFilePath. Then all .php scripts will start to use correct .ini files.

If this is not the case or you are using php <4.3.8 you need to upgrade that to at least 4.4.

Alex
 
Back
Top