• arnro

    (@arnro)


    Yesterday the following worked on a WP page; today (5-17-14) it doesn’t. Page stops rendering at the php call.
    Wha?

    —————
    some html
    <!–
    <?php
    some php code
    ?>
    –>
    more html
    —————

    ANY (or no) php gives same result. Take out the two php lines and the entire page renders. In page source there are breaks,
    , that I don’t know if there were before.
    What changed?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Moderator Jose Castaneda

    (@jcastaneda)

    THEME COFFEE MONKEY

    Are you able to provide a link to the site in question?

    Thread Starter arnro

    (@arnro)

    Jose,

    Thanks for the response.

    Here’s the page; I removed the password:
    http://www.bluekiteweb.com/back-office1

    I understand why it’s not working now: once into php, the interpreter doesn’t understand the breaks added by WP and aborts. Got that.

    Why did it work 2 days ago? Or was I hallucinating?

    Looks like I need a plugin that strips
    .

    Thread Starter arnro

    (@arnro)

    strips breaks, that is.

    Thread Starter arnro

    (@arnro)

    Loaded plugin WP Exec php
    Works.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘php on WP page. Something changed.’ is closed to new replies.