Re: [pmwiki-users] Deprecated: Function create_function() in line 481 of pmwiki.php

2018-02-08 Thread Hans-Jürgen Godau
Thank you for your hints. I finally found the offending places/recipes. One (possible) hint: I undefined the Markup_e definition in pmwiki.php to get the stack-trace. Otherwise I would have missed one call... Is it correct that there is still a call to Markup_e in scripts/vardoc.php? Best regards

Re: [pmwiki-users] Deprecated: Function create_function() in line 481 of pmwiki.php

2018-02-08 Thread Petko Yotov
On 08/02/2018 16:10, Hans-Jürgen Godau wrote: Thank you for your hints. I finally found the offending places/recipes. One If these recipes are published on the Cookbook you can mention this, and maybe how you fixed it, on their talk pages. (possible) hint: I undefined the Markup_e definition