• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Webmail Blank Page Trouble

0

007x

Guest
I get the following page when I go to the webmail.domain.com for any domain I am hosting in Plesk:

Code:
<HTML>
<HEAD>
	<TITLE> Plesk Web Mail Client </TITLE>
	<META http-equiv="Content-Type" content="text/html; charset=UTF-8">
	<META http-equiv="Cache-Control" content="no-cache">
</HEAD>
<FRAMESET rows="*,0">
	<FRAME src="/horde" noresize>
	<NOFRAMES>
		Your browser does not support frames.
	</NOFRAMES>
</FRAMESET>

</HTML>

And when clicking the Webmail button in Plesk I get the following different page:

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><title></title></head><body></body></html>

It has been this way since I started using Plesk for Windows a few weeks ago. Please advise. Thanks!
 
Hi,

I had the same problem after updating my plesk 7.5.6 to 7.6.1 but I was able to solve it this way:

Plesk 7.6.1 now uses php 4.4.2 and from
http://wiki.horde.org/FAQ/Admin/Prerequisites?referrer=FAQ/Admin
(Prerequisite Packages for instaling Horde) I read that "PHP 4.2.1 and above have missing modules from PEAR, which must be manually installed. See horde/docs/INSTALL for more information."

So I run "C:\Program Files\SWsoft\Plesk\Additional\Php\go-pear.bat" to install the default PEAR packages and then, as refered on "Quick Install" page (http://www.horde.org/horde/docs/?f=INSTALL.html) I run the cmd "C:\Program Files\SWsoft\Plesk\Additional\Php>pear.bat install -o Log Mail Mail_Mime DB Date File".

Restarted the server and problem looks to be fixed.

Hope this helps

Nuno Mendes
 
I tried to install pear and at some point of installation it returns an error:

Fatal error: Undefined class name 'pear' in C:\Program Files\SWsoft\Plesk\Additional\Php\PEAR\go-pear.php on line 747

Anyone knows what can be wrong?

I am using Plesk 7.6.1

Thanks
 
Back
Top