Penguin

Differences between version 4 and previous revision of IMP.

Other diffs: Previous Major Revision, Previous Author, or view the Annotated Edit History

Newer page: version 4 Last edited on Thursday, August 5, 2004 10:52:15 am by MichaelBordignon Revert
Older page: version 3 Last edited on Tuesday, October 14, 2003 5:49:06 pm by CraigBox Revert
@@ -33,4 +33,12 @@
  
 This syntax is for Metanet Mail, where you log into [Cyrus] as user@domain.tld. It will remove webmail. from the vhost you connected from, and offer @the.rest.of.it as the suffix for the login, so you only have to enter 'user' into the webmail box. 
  
 Smarter people can make it domain by domain specific by editing the function. 
+  
+!Using the alpha version of IMP/Horde  
+  
+If you're using the alpha version and getting errors such as  
+  
+ Fatal error: Call to undefined function: is_a() in /var/www/webmail2/horde/lib/base.php on line 35  
+  
+this means you need to upgrade your version of PHP -- is_a() was introduced in PHP 4.2.0. You have to either revert to a really old version of PEAR (does PEAR even support pre-PHP 4.2.0?) or upgrade your PHP installation.