Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter dshawbs

    (@dshawbs)

    Figured out what the issue was in the debug log:
    PHP Parse error: syntax error, unexpected end of file in /opt/bitnami/apps/wordpress/htdocs/wp-content/plugins/mixcloud-embed/mixcloud-embed-widget.php on line 122

    Needed to add php to <? on line 115 to look like <?php instead of <? As it was. The reason this may not affect everyone is because in the PHP.ini settings you would need:
    short_open_tag = On in order to not hit it

    Thank you so much for thinking to post this, dshawbs. I just migrated a site from shared hosting to a VPS & couldn’t understand why all of a sudden this plugin had stopped working. The old server must have had that entry in the php.ini file. All good now ??

    Thank you, dshawbs!

    That short_open_tag is annoying thing!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Installing on 4.5.2 causes WordPress to not load pages. Fix in comments’ is closed to new replies.