Cookbook /
RyeVoting-Talk
Summary: Talk page for Rye Voting.
Maintainer:
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, 20170729: 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!
showryevote <split B>>< ! file: /cookbook/ryevote.php, line: 62, pat: /(\(:input form.*?action=ryevote.*?input end:\))/se ryevotediagramm <split B>>< ! file: /cookbook/ryevote.php, line: 159, pat: /\(:ryevote\s(.*?):\)/e
Update: | I have updated lines 62 and 159 |
---|---|
FROM | 062: Markup('showryevote', '<split', '/(\(:input form.*?action=ryevote.*?input end:\))/se', "showRyeVote(PSS('$0'))"); |
TO | 062: Markup_e('showryevote', '<split', '/(\(:input form.*?action=ryevote.*?input end:\))/s', "showRyeVote(PSS('$0'))"); |
FROM | 159: Markup('ryevotediagramm', '<split', "/\\(:ryevote\\s(.*?):\\)/e", "RyeVoteDrawDiagramm('$1')" ); |
TO | 159: Markup_e('ryevotediagramm', '<split', "/\\(:ryevote\\s(.*?):\\)/", "RyeVoteDrawDiagramm(\$m[1])" ); |
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 Rye Voting recipe (users?).