Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter Andy Potanin

    (@andypotanin)

    Specifically, the error is:

    Parse error: syntax error, unexpected $end in /…/wp-content/plugins/network-posts-extended/network-posts-extended.php on line 539

    syntheticmotoroil

    (@syntheticmotoroilorg)

    I can’t find the problem because it has been working on my site. What php version are you running?

    bloooooop

    (@bloooooop)

    Hi
    I’ve got this problem too. I’m running the last version of the plugin and WordPress 4 (php 5.4.16).
    Seems there’s one more brace than needed.

    Parse error: syntax error, unexpected end of file in wp-content\plugins\network-posts-extended\network-posts-extended.php on line 696

    Plugin Author johnzenausa

    (@johnzenausa)

    Sorry but the coding I made corrected a PHP error. I can not duplicate the problem. The plugin is working fine as you can see here:

    https://syntheticmotoroil.org.

    Hi,

    Still not working, I have the same error. I’ve installed WordPress from scratch and it doesn’t resolve the issue. If you try to install your extension on a test site, i’m sure you will have the same problem.

    I’ve found the issue line 453 you have the <? tag and my configuration doesn’t allow short opened tags. If I put the complete tag, it works like a charm !

    Plugin Author johnzenausa

    (@johnzenausa)

    @bloooooop
    Thanks for showing me the error. For some reason on my server I can use <? as well as <?php. Interesting. I implemented the correction in the latest update. Again a special thanks.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘PHP Bug’ is closed to new replies.