I installed the latest version of joomla 3.6.2 and also the latest version of sourcerer and module anywhere (plugins regular labs) and phoca pdf.
Since that, my code php inside an article is not evaluated in the pdf view (article view is ok).
In the pdf, there is the code below instead ok "bonjour" (same problem with inclusion of module anywhere)
Code: Select all
{source}
<?php
echo "bonjour";
?>
{/source}
Before these updates, the code in pdf was well evaluated.
I contacted regular labs and answered this : "That's an issue with phoca pdf, which seemingly does not pass the content through the Joomla plugins."
Thanks for your help.