Re: SMF 1.1.x incompatibility with recent PHP versions (PHP5.5+)

Started by billeng, August 14, 2020, 10:31:35 AM

Previous topic - Next topic

billeng

Quote from: vbgamer45 on March 17, 2016, 02:41:49 PM
1.1.x will work fine on  php 5.5
Here is a quick change to fix all notices.

open index.php change

error_reporting(E_ALL);

To

error_reporting(E_ALL & ~E_DEPRECATED & ~E_NOTICE);


open ssi.php
Change

$ssi_error_reporting = error_reporting(E_ALL);

To

$ssi_error_reporting = error_reporting(E_ALL & ~E_DEPRECATED & ~E_NOTICE);


Thanks for the info

I made the mods to our Forum and it did stop the popups and all the errors however
it puts hundreds of error messages in my forum maint log.

anyway to stop that?

thanks Bill

vbgamer45

Community Suite for SMF - Take your forum to the next level built for SMF, Gallery,Store,Classifieds,Downloads,more!

SMFHacks.com -  Paid Modifications for SMF

Mods:
EzPortal - Portal System for SMF
SMF Gallery Pro
SMF Store SMF Classifieds Ad Seller Pro

Arantor


Advertisement: