Cyrille37 / dokuwiki-plugin-datatemplate

Extension to the data plugin allowing for the use of templates.
http://www.dokuwiki.org/plugin:datatemplate
2 stars 6 forks source link

Does not function with PHP7 #13

Open Juergen-aus-Zuendorf opened 6 years ago

Juergen-aus-Zuendorf commented 6 years ago

Hi,

in my wiki I get the following message: Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in D:\xampp\htdocs\dokuwiki\lib\plugins\datatemplate\syntax\list.php on line 245

I don't know how to solve this

Best regards Juergen

roadrunnerjb commented 6 years ago

Hi, similar issue here,

PHP Warning: preg_replace(): The /e modifier is no longer supported, use preg_replace_callback instead in /var/www/dokuwiki/lib/plugins/datatemplate/syntax/entry.php on line 149,

For me it helped to comment out the call, I know this may be not correct but it works for me.

Regards Joachim