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

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