• Resolved rebrah

    (@rebrah)


    Hi there,

    Just installed the new update – it is not possible to install any of the add-ons (you cannot turn the sliders on / off) and there is an error in the ‘Payments’ box.

    ‘There has been a critical error on your website. Please check your site admin email inbox for instructions.’

    Uncaught Error: syntax error, unexpected ‘version’ (T_STRING) in wp-content/plugins/members/img/memberpress-payments.svg on line 1

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Caseproof

    (@caseproof)

    Hi @rebrah,

    So sorry for the trouble. We just pushed a fix for this. Can you please update to version 3.0.2? That should fix this right up.

    Let us know if you need anything else!

    -RV

    It is an issue in the file:
    class-view-addons.php

    Change:
    <?php include members_plugin()->dir . "img/{$addon->name}.svg"; ?>

    To:
    <?php echo file_get_contents(members_plugin()->dir . "img/{$addon->name}.svg"); ?>

    @caseproof

    I saw your fix… you didn’t need to minimise them… doing what I said above (and in the issue I logged on GitHub) sorted it ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can’t Enable Any Add-ons’ is closed to new replies.