webmail horde problem plesk 9.5.2

enkum

Bit poster
my server: windows server 2008

after update from 9.5.1 to 9.5.2
i have still the horde webmail problem

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 37

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 37

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 14

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 14

Warning: _init(DB.php) [function.-init]: failed to open stream: No such file or directory in c:\inetpub\vhosts\webmail\horde\lib\Horde\DataTree\sql.php on line 1879

Fatal error: _init() [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 1879

how can i fix it, pls help guyz
 
I have this same problem on Plesk 9.5 accessing http://webmail.****.com/horde/imp/

Suddenly, the Horde crashed with this problem and with the "404 - File or directory not found" when accessing http://webmail.****.com

There's any problem with the IIS??

The solution mentioned on http://kb.parallels.com/en/968 doesn't work!!
"%plesk_bin%\websrvmng.exe" --reconfigure-webmail
"%plesk_bin%\defpackagemng.exe" --fix --type=webmail.horde

I'll appreciate a solution, thanks.
 
[FIX] for 404 Error when accessing Webmail

If you have 404 error when trying to access http://webmail.domain.com on Windows Server

Open | Start -> Administrative Tools -> Internet Information services (IIS) Manager

Click on [+] in front of your Server in connections (left window)
then click on [+] in front of Sites (or web sites) to expand the list of your web sites
Click on Webmail(Horde) ... or Webmail(default)

Make sure you are in Features View on central window

Double click on Handler Mappings in central window

You should have extensions *.php *.php3 and *.phtml

double click on each of them

Under [executable]
you should have the following

C:\Program Files\Parallels\Plesk\Additional\Php\php.exe

Just add double qoutes in front and back of the path "C:\Program Files\Parallels\Plesk\Additional\Php\php.exe"

Click OK
Warning window will open, Click again OK.

Repeat the same step for each extension.

VOILA.... webmail is now working



If there are no extensions listed just add them *.php, *.php3, *.phtml
executable path/file is the same "C:\Program Files\Parallels\Plesk\Additional\Php\php.exe"
 
Same Issue

I have this same issue as well, but this is on win2003 here. The knowledgebase fix does not apply here and the fix you listed did not seems to apply, since we are not using IIS7, but IIS6 here.
 
I have this problem, too. As well with other sites which use Pear. It seems that Parallels keep introducing bugs regularly with their updates. By the way… the Backup Manager, even if disabled, backups of everything every night. It's so annoying…
 
Hi,

It seems like related with php4 ini file path.

Check your registry for following key exist:

HKEY_LOCAL_MACHINE\SOFTWARE\PHP\IniFilePath=****

If exists remove the IniFilePath:

on x86 servers - HKEY_LOCAL_MACHINE\SOFTWARE\php\IniFilePath
on x64 servers - HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\PHP\IniFilePath
 
Back
Top