This file is a set of replacement files for common/lib/email/pear folder. It updates the PEAR classes (not the latest) for PHP 5.4.33 and suppresses 2 errors that hopefully Fred might be able to fix :) The suppressed errors are in KT_Email.class.php Line:223 $mail_object = @Mail::factory('smtp', $arrSMTPParameters); Line:227 $mail_object = @Mail::factory('mail'); There are no more errors in the PEAR classes as they are updated to versions which support PHP 5. Errors Fixed: Strict Standards: Non-static method PEAR::isError() Hope this helps some. Don't forget to make a backup of your includes folders before overwriting the files. |
|||
Although we try to ensure all the files submitted are valid it is your responsibility to make sure you have backups before you use these suggestions on your pc or websites. |
|||
|
|||