• Docs are very sparse, which is likely why this doesn’t work.

    [php_everywhere]
    <?php echo “test” ?>
    [/php_everywhere]

    Produces the word test once, then anytime test changes to new text, the new text never shows up.

    Opcache might come into play here, so maybe this plugin fails with Opcache running.

Viewing 1 replies (of 1 total)
  • Plugin Author Alex

    (@alexander_fuchs)

    Hello David,

    this is most likely a problem with the Opcache.

    The only solution as of now is to flush the Opcache whenever you want to make some changes to the php code that will be executed.

Viewing 1 replies (of 1 total)
  • The topic ‘Fails oddly’ is closed to new replies.