ThickBox-Talk

Summary: Talk page for ThickBox.
Maintainer:
Users: (View? / Edit)

This space is for User-contributed commentary and notes. Please include your name and a date along with your comment.

PHP5.5 Compatibility Issue

M. Denning, 20170731: Ruleset is throwing the following compatibility error. Please, can this be addressed ASAP? Base site is battzion.org and WebMaster contact is at the bottom. Thanks!

ThickboxAttach  >include  B>=>>  ! file: /cookbook/thickbox.php, line: 3, pat: /\(:ThickboxAttach +(.*?) +(.*?) +(.*?) +(.*?):\)/e
Update: I have updated line 3
FROM003:
Markup('ThickboxAttach', '>include', "/\\(:ThickboxAttach +(.*?) +(.*?) +(.*?) +(.*?):\\)/e", 
"ThickboxAttach('$pagename', '$1', '$2', '$3', '$4')");
TO003:
Markup_e('ThickboxAttach', '>include', "/\\(:ThickboxAttach +(.*?) +(.*?) +(.*?) +(.*?):\\)/", 
"ThickboxAttach('$pagename', \$m[1], \$m[2], \$m[3], \$m[4])");
TakeAway:This seems to have taken away the error generated in Rule Table.
AfterThought:However, I would still be more comfortable if I obtained positive word from the other developers that this was the only updated necessary.

Talk page for the ThickBox recipe (users?).