Posted by Bob Hammersley
2014-10-30

I have used address book for some time and it works well with PHP 5.2 but my host now no longer supports PHP 5.2 - The scripts are not running on PHP 5.4 the login index.php page throws 22 errors. I am using version AB201-118. Whats the best way around this please.
Heres the first error:
Strict Standards: Declaration of COutString::Render() should be compatible with COutObject::Render() in /homepages/23/d429530626/htdocs/brixhamgigclub/members_area/web/codelib/sys/COutObject.inc.php on line 103
Posted by Tom
2014-11-08

Hi, Please download the latest version and replace web/staff/index.php with the corresponding file from the downloaded zip package.

On the top of web/staff/index.php, you can find the error reporting function [error_reporting()]. In order to suppress error messages, I modified it about six month ago for PHP5.4 and 2 years ago for PHP5.3. I haven't tested it for PHP5.5.