Koozali.org: home of the SME Server

Legacy Forums => Experienced User Forum => Topic started by: Klaus on September 11, 2002, 10:46:41 AM

Title: Horde not working after Pear upgrade
Post by: Klaus on September 11, 2002, 10:46:41 AM
I did something stupid, Upgraded Horde and now I get:
Fatal error: Call to undefined function: iswarning() in /home/httpd/html/horde/lib/Prefs/sql.php on line 101

Did the upgrade because Myaddressbook was not accepting an import on SME5.12 with upgraded IMP 3.1.
any and all help is most appriciated.

regards
Title: Re: Horde not working after Pear upgrade
Post by: Peter on December 06, 2002, 11:55:29 PM
I see your question has not been answered yet. I have the same problem. Does somebody know how to solve this?

Grt.

Peter
Title: Re: Horde not working after Pear upgrade
Post by: Peter on December 07, 2002, 12:00:40 AM
Sorry for bothering. I already have the answer:

After the release of Horde 2.1, the isWarning() function was removed from PEAR, resulting in this error when using a PHP/PEAR released after Horde 2.1 was released. Possible solutions are:

- Upgrade to a newer Horde (e.g. CVS version of Horde)
- Remove all references to PEAR::isWarning() from the code manually.
- Downgrade to an older PHP/PEAR version.