<div dir="ltr"><div><div><div>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...<br><br></div>Is it correct that there is still a call to Markup_e in scripts/vardoc.php?<br><br></div>Best regards,<br></div>jürgen<br><div><div><div><br> <br></div></div></div></div><div class="gmail_extra"><br><div class="gmail_quote">2018-02-07 8:30 GMT+01:00 Petko Yotov <span dir="ltr"><<a href="mailto:5ko@5ko.fr" target="_blank">5ko@5ko.fr</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class="">On 05/02/2018 14:00, Hans-Jürgen Godau wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
the info on <a href="http://pmwiki.org/Troubleshooting" rel="noreferrer" target="_blank">pmwiki.org/Troubleshooting</a> says, the warning should be gone<br>
with the latest release.<br>
But even after upgrading to 2.2.107 I still get<br>
this warning, caused by the Function PCCF in pmwiki.php. How can I get rid<br>
of it without setting error_reporting to ~E_DEPRECATED?<br>
</blockquote>
<br>
<br></span>
Unless an addon, skin, recipe or local customization calls the functions PCCF(), Markup_e()/PPRA() with evaluated code, create_function(), PPRE(), or create a custom pagelist sort orders the old way, indeed the warning should be gone.<br>
<br>
If I have missed such a call from the PmWiki core, I'll fix it immediately - more information on what steps you did will help me experience the warning myself and fix it.<br>
<br>
If the PmWiki core does not raise a warning, see if the addons, skins, recipes you use have a more recent PHP7.2-compatible version. You can disable them all and re-enable them one after another to see which one(s) trigger the warning.<br>
<br>
I recently rewrote the documentation about making addons work with PHP 7.2 (and earlier), see the pages:<br>
<br>
  <a href="http://www.pmwiki.org/wiki/PmWiki/Functions#PCCF" rel="noreferrer" target="_blank">http://www.pmwiki.org/wiki/PmW<wbr>iki/Functions#PCCF</a><br>
  <a href="http://www.pmwiki.org/wiki/PmWiki/Functions#PPRE" rel="noreferrer" target="_blank">http://www.pmwiki.org/wiki/PmW<wbr>iki/Functions#PPRE</a><br>
  <a href="http://www.pmwiki.org/wiki/PmWiki/CustomMarkup" rel="noreferrer" target="_blank">http://www.pmwiki.org/wiki/PmW<wbr>iki/CustomMarkup</a><br>
  <a href="http://www.pmwiki.org/wiki/PmWiki/CustomPagelistSortOrder" rel="noreferrer" target="_blank">http://www.pmwiki.org/wiki/PmW<wbr>iki/CustomPagelistSortOrder</a><br>
<br>
If this is insufficient or appears too complex, I will offer assistance for updating recipes and skins for PHP 7.2.<span class="HOEnZb"><font color="#888888"><br>
<br>
Petko</font></span><div class="HOEnZb"><div class="h5"><br>
<br>
______________________________<wbr>_________________<br>
pmwiki-users mailing list<br>
<a href="mailto:pmwiki-users@pmichaud.com" target="_blank">pmwiki-users@pmichaud.com</a><br>
<a href="http://www.pmichaud.com/mailman/listinfo/pmwiki-users" rel="noreferrer" target="_blank">http://www.pmichaud.com/mailma<wbr>n/listinfo/pmwiki-users</a><br>
</div></div></blockquote></div><br></div>