Welcome to Geeklog, Anonymous Friday, March 29 2024 @ 03:52 am EDT

[#246] Problems with Mail-Function of PHP

  • Tuesday, August 03 2004 @ 04:01 pm EDT
  • Contributed by:
  • Views: 11,604
Geeklog We have tracked down the problem that has been occuring where the PEAR::Mail function causes an error. An older version of the PEAR::Mail package (which was distributed with all versions of Geeklog up to 1.3.9sr1) contained a bug that caused this error when safe_mode was enabled. Fortunately the fix for this is quite simple: just upgrade the PEAR::Mail package. This is not a security hole, so people who are not experiencing this error do not need to upgrade.

Upgrade instructions follow. You can upgrade the PEAR packages distributed with Geeklog by downloading (and following instructions for) the PEAR files located at http://www.geeklog.net/staticpages/index.php/cvs.

People who do not use the PEAR files distributed with Geeklog, can upgrade their PEAR::Mail distribution by issuing the following command fromt he command line:

  • pear upgrade mail