• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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