CMSimple_SE2010e and PHP 5.4

A place to report and discuss bugs - please mention CMSimple-version, server, platform and browser version
Post Reply
cmb
Posts: 14225
Joined: Tue Jun 21, 2011 11:04 am
Location: Bingen, RLP, DE
Contact:

CMSimple_SE2010e and PHP 5.4

Post by cmb » Mon Aug 05, 2013 4:23 pm

Hello Community,

I've just noticed that CMSimple_SE2010e doesn't work anymore under PHP 5.4 (and higher), but instead results in a blank browser window. The following has to be changed: plugins/index.php line 847:

Code: Select all

                    preg_match_all("/\\$([a-z_0-9]*)/i", $call, $matches); 
and cmsimple/adm.php line 1148:

Code: Select all

    preg_match_all($pattern, $content, $matches); 
However, this is meant only as quick fix, if your provider switches to PHP 5.4. All users of CMSimpleSE should consider updating to latest CMSimple_XH (see http://cmsimpleforum.com/viewtopic.php? ... 890#p33890).

Christoph
Christoph M. Becker – Plugins for CMSimple_XH

Post Reply