Cookbook /
CSVInclude-Talk
Summary: Talk page for CSVInclude.
Maintainer: LarryBaltz
This space is for User-contributed commentary and notes. Please include your name and a date along with your comment.
Comments
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!
attachcsv >if B>=> ! file: /homedir/pmwiki/cookbook/CSVInclude.php, line: 52, pat: /\[:(attachcsv\s+.+?):\]/e
Update: | I have updated line 52 |
---|---|
FROM | 052: Markup('attachcsv','>if',"/\\[:(attachcsv\\s+.+?):\\]/e", "PRR().AttachCSV(\$pagename,'$1')"); |
TO | 052: Markup_e('attachcsv','>if',"/\\[:(attachcsv\\s+.+?):\\]/", "PRR().AttachCSV(\$pagename,\$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 CSVInclude recipe (users?).