• Please update this plugin. I’d really like to be able to use it on my page. Right now it causes WordPress to not load at all and I have to go and delete the plugin.

Viewing 1 replies (of 1 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

Viewing 1 replies (of 1 total)
  • The topic ‘Does not work on 4.5.2, has not been updated in 9 months’ is closed to new replies.