• Resolved stickpeople

    (@stickpeople)


    I have installed the plugin to my wordpress, but it will not activate. I click on Activate and nothing happens. No errors or anything to indicate a problem, but just will not activate. Any possible clue?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author Pascal Casier

    (@casiepa)

    Hi,
    What version of WordPress and bbPress are you using ?
    Pascal.

    Plugin Author Pascal Casier

    (@casiepa)

    @stickpeople

    Some extra questions:
    – What is the WordPress and bbPress version you are using ?
    – When you activate the plugin, does it deactivate automatically or it stays active ?
    – Do you see ‘Tools > bbP Tookit’ and ‘Forum > Subscriptions’ ?
    – Can you access /wp-admin/tools.php?page=forums_toolkit ?

    Pascal.

    Thread Starter stickpeople

    (@stickpeople)

    WP: 4.7.3
    bbPress: 2.5.12

    Now it is throwing this Fatal error when trying to activate:

    Parse error: syntax error, unexpected T_FUNCTION in /wp-content/plugins/bbp-toolkit/includes/subscriptions.php on line 96

    I tried deactivating my plugins and still got the error.

    Plugin Author Pascal Casier

    (@casiepa)

    Do you have ‘Forums’ in your menu in the backend ?

    Plugin Author Pascal Casier

    (@casiepa)

    @stickpeople

    OK, I think I found it. What PHP version do you have ?
    This seems to happen on very very very, yes very old PHP versions like 5.2/5.3 or so.

    If it’s a local install, upgrade your PHP immediately. If it’s a provider, please check with them to get your PHP upgraded.

    If you have a more recent version of PHP, let me know and I look further.

    Pascal.

    Plugin Author Pascal Casier

    (@casiepa)

    So, to fix this for now:
    – try to access /wp-admin/tools.php?page=forums_toolkit
    – If you get to this page, click on ‘Basic System Info’, scroll to the bottom and click on ‘Upgrade to latest trunk version’

    If you cannot access that page, you will first have to edit the main file of the plugin, that is: /wp-content/plugins/bbp-toolkit/bbp-toolkit.php
    Somewhere around line 59 you will find:
    include(BBPT_PLUGIN_DIR . '/includes/subscriptions.php');
    Change this line to
    // include(BBPT_PLUGIN_DIR . '/includes/subscriptions.php');
    And save the file

    If you cannot edit the file, you will have to uninstall and reinstall the plugin or wait some days for v1.0.10 to come so you can upgrade.

    Thread Starter stickpeople

    (@stickpeople)

    Thanks for getting back. Yes, it appears we are running an older version of PHP and will ask the host to upgrade us. I will let you know if that doesn’t fix the issue.

    Thank you for your quick response!

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

The topic ‘Not activating after install’ is closed to new replies.