• Resolved happyprintclub

    (@happyprintclub)


    I was using the membership plugin fine for a while, but lately having issues, perhaps due to Divi theme and updates.

    Issue not is that I cannot even add a member manually and give them a free subscription. If I just add user, then add member, the user is always pending until payment and I cannot activate them.

    How do I just add members and set the dates of membership as admin?

    The page I need help with: [log in to see the link]

Viewing 13 replies - 1 through 13 (of 13 total)
  • Plugin Support Imran – WPMU DEV Support

    (@wpmudev-support9)

    Hello @happyprintclub

    I trust all is well!

    I could reproduce the issue on my end too, but only with PayPal Single Payment getaway. Would you please let us know which payment gateway is activated on your site?

    In the meantime, I’ve flagged this issue to our developers.

    Please advise,

    Kind regards,
    Nastia

    Thread Starter happyprintclub

    (@happyprintclub)

    Yes, paypal standard gateway.

    My site is basically blocked because no one can sign-up through the front-end membership website and I cannot add anyone manually either, because they are always pending, rather than active user, no matter what I try to change/dates/status/ etc…

    Thread Starter happyprintclub

    (@happyprintclub)

    Wondering, so is this an issue with membership 2 plugin…? Any work around or something to do as my site is just useless now…

    Plugin Support Amin – WPMU DEV Support

    (@wpmudev-support2)

    Hello @happyprintclub,

    Please replace file I’m attaching here https://www.dropbox.com/s/2cdxfkijsprce7o/class-ms-controller-member.zip?dl=0 (unzip it first) with one here /wp-content/plugins/membership/app/controller/

    That should fix issue with changing status of the subscription when adding members manually.
    Let me know if this works for you.

    kind regards,
    Kasia

    Thread Starter happyprintclub

    (@happyprintclub)

    Thank you so much for the file – it works to be able to change the manually added members to Active…

    Regarding the error on registration – in that it never goes to the Paypal step…
    – the new user is registered in the system
    – it just never loads to go to the payment step for some reason

    Is this a plugin issue or that Paypal requires a https connection or something? Wondering if there is a resolution?

    THanks!

    Plugin Support Laura – WPMU DEV Support

    (@wpmudev-support8)

    Hey @happyprintclub,

    Hope you’re well.

    When a member goes to /memberships URL then click the proper membership to join, there should be Paypal payment button and when you click it should redirect to Paypal site. Is it not shows a payment button?

    Cheers,
    Oguz

    Thread Starter happyprintclub

    (@happyprintclub)

    Thanks for reply – when someone signs up – they get the register page and when they click register, it should redirect to page to finish transaction by choosing membership and paying. Unfortunately it always errors out

    “Gateway Timeout

    The gateway did not receive a timely response from the upstream server or application.”

    Even though on the backend, the new user was created… but they cannot go to the next step to complete membership signup.

    Here is the URL http://www.happyprintclub.com/register-2

    Plugin Support Laura – WPMU DEV Support

    (@wpmudev-support8)

    Hey @happyprintclub,

    I saw the problem on your site, thank you for the explanation. Can you enable WordPress debugging and try again? You just need to place this codes in your wp-config.php file;

    /* Debug Settings */
    define('WP_DEBUG', true);
    define('WP_DEBUG_LOG', true);
    define('WP_DEBUG_DISPLAY', false);
    /* End of Debug Settings */

    Then try registering again. When you see the error, check wp-content folder. Is there debug.log file? If yes can you show us the content of it?

    Cheers,
    Oguz

    Thread Starter happyprintclub

    (@happyprintclub)

    Okay – this is in the debug file:

    
    [09-Nov-2017 14:30:26 UTC] PHP Warning:  include(/home/happypri/public_html/happyprintclub.com/wp-content/advanced-cache.php): failed to open stream: No such file or directory in /home/happypri/public_html/happyprintclub.com/wp-settings.php on line 84
    [09-Nov-2017 14:30:26 UTC] PHP Warning:  include(): Failed opening '/home/happypri/public_html/happyprintclub.com/wp-content/advanced-cache.php' for inclusion (include_path='.:/usr/local/php56/pear') in /home/happypri/public_html/happyprintclub.com/wp-settings.php on line 84
    [09-Nov-2017 14:30:28 UTC] PHP Warning:  include(/home/happypri/public_html/happyprintclub.com/wp-content/advanced-cache.php): failed to open stream: No such file or directory in /home/happypri/public_html/happyprintclub.com/wp-settings.php on line 84
    [09-Nov-2017 14:30:28 UTC] PHP Warning:  include(): Failed opening '/home/happypri/public_html/happyprintclub.com/wp-content/advanced-cache.php' for inclusion (include_path='.:/usr/local/php56/pear') in /home/happypri/public_html/happyprintclub.com/wp-settings.php on line 84
    [09-Nov-2017 14:30:38 UTC] PHP Warning:  include(/home/happypri/public_html/happyprintclub.com/wp-content/advanced-cache.php): failed to open stream: No such file or directory in /home/happypri/public_html/happyprintclub.com/wp-settings.php on line 84
    [09-Nov-2017 14:30:38 UTC] PHP Warning:  include(): Failed opening '/home/happypri/public_html/happyprintclub.com/wp-content/advanced-cache.php' for inclusion (include_path='.:/usr/local/php56/pear') in /home/happypri/public_html/happyprintclub.com/wp-settings.php on line 84
    [09-Nov-2017 14:30:39 UTC] PHP Warning:  include(/home/happypri/public_html/happyprintclub.com/wp-content/advanced-cache.php): failed to open stream: No such file or directory in /home/happypri/public_html/happyprintclub.com/wp-settings.php on line 84
    [09-Nov-2017 14:30:39 UTC] PHP Warning:  include(): Failed opening '/home/happypri/public_html/happyprintclub.com/wp-content/advanced-cache.php' for inclusion (include_path='.:/usr/local/php56/pear') in /home/happypri/public_html/happyprintclub.com/wp-settings.php on line 84
    [09-Nov-2017 14:30:46 UTC] PHP Warning:  include(/home/happypri/public_html/happyprintclub.com/wp-content/advanced-cache.php): failed to open stream: No such file or directory in /home/happypri/public_html/happyprintclub.com/wp-settings.php on line 84
    [09-Nov-2017 14:30:46 UTC] PHP Warning:  include(): Failed opening '/home/happypri/public_html/happyprintclub.com/wp-content/advanced-cache.php' for inclusion (include_path='.:/usr/local/php56/pear') in /home/happypri/public_html/happyprintclub.com/wp-settings.php on line 84
    [09-Nov-2017 14:30:47 UTC] PHP Warning:  include(/home/happypri/public_html/happyprintclub.com/wp-content/advanced-cache.php): failed to open stream: No such file or directory in /home/happypri/public_html/happyprintclub.com/wp-settings.php on line 84
    [09-Nov-2017 14:30:47 UTC] PHP Warning:  include(): Failed opening '/home/happypri/public_html/happyprintclub.com/wp-content/advanced-cache.php' for inclusion (include_path='.:/usr/local/php56/pear') in /home/happypri/public_html/happyprintclub.com/wp-settings.php on line 84
    [09-Nov-2017 14:30:53 UTC] PHP Warning:  include(/home/happypri/public_html/happyprintclub.com/wp-content/advanced-cache.php): failed to open stream: No such file or directory in /home/happypri/public_html/happyprintclub.com/wp-settings.php on line 84
    [09-Nov-2017 14:30:53 UTC] PHP Warning:  include(): Failed opening '/home/happypri/public_html/happyprintclub.com/wp-content/advanced-cache.php' for inclusion (include_path='.:/usr/local/php56/pear') in /home/happypri/public_html/happyprintclub.com/wp-settings.php on line 84
    • This reply was modified 8 years, 7 months ago by keesiemeijer. Reason: adding backticks for code formatting
    Plugin Support Laura – WPMU DEV Support

    (@wpmudev-support8)

    Hey @happyprintclub,

    Looks like there is no fatal error to prevent page working, but let’s solve that warning then check again. Can you check your wp-config file, is there a define('WP_CACHE', true); line? If yes can you remove it and also if you are using any caching plugin/system can you deactivate them to test is it working without caching?

    Cheers,
    Oguz

    Thread Starter happyprintclub

    (@happyprintclub)

    I actually already tried to set cache to false to see what would happen. Same gateway timeout error. Logs have more errors but I think from other things I was doing…

    
    [10-Nov-2017 11:42:38 UTC] PHP Notice:  is_404 was called <strong>incorrectly</strong>. Conditional query tags do not work before the query is run. Before then, they always return false. Please see <a href="https://codex.ww.wp.xz.cn/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.1.0.) in /home/happypri/public_html/happyprintclub.com/wp-includes/functions.php on line 4139
    [10-Nov-2017 11:42:38 UTC] PHP Fatal error:  Uncaught Error: Call to undefined function is_user_logged_in() in /home/happypri/public_html/happyprintclub.com/wp-content/mu-plugins/endurance-page-cache.php:370
    Stack trace:
    #0 /home/happypri/public_html/happyprintclub.com/wp-content/mu-plugins/endurance-page-cache.php(403): Endurance_Page_Cache->is_cachable()
    #1 /home/happypri/public_html/happyprintclub.com/wp-includes/class-wp-hook.php(298): Endurance_Page_Cache->finish('')
    #2 /home/happypri/public_html/happyprintclub.com/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters(NULL, Array)
    #3 /home/happypri/public_html/happyprintclub.com/wp-includes/plugin.php(453): WP_Hook->do_action(Array)
    #4 /home/happypri/public_html/happyprintclub.com/wp-includes/load.php(677): do_action('shutdown')
    #5 [internal function]: shutdown_action_hook()
    #6 {main}
      thrown in /home/happypri/public_html/happyprintclub.com/wp-content/mu-plugins/endurance-page-cache.php on line 370
    [10-Nov-2017 11:44:48 UTC] PHP Notice:  is_404 was called <strong>incorrectly</strong>. Conditional query tags do not work before the query is run. Before then, they always return false. Please see <a href="https://codex.ww.wp.xz.cn/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.1.0.) in /home/happypri/public_html/happyprintclub.com/wp-includes/functions.php on line 4139
    [10-Nov-2017 11:44:48 UTC] PHP Fatal error:  Uncaught Error: Call to undefined function is_user_logged_in() in /home/happypri/public_html/happyprintclub.com/wp-content/mu-plugins/endurance-page-cache.php:370
    Stack trace:
    #0 /home/happypri/public_html/happyprintclub.com/wp-content/mu-plugins/endurance-page-cache.php(403): Endurance_Page_Cache->is_cachable()
    #1 /home/happypri/public_html/happyprintclub.com/wp-includes/class-wp-hook.php(298): Endurance_Page_Cache->finish('')
    #2 /home/happypri/public_html/happyprintclub.com/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters(NULL, Array)
    #3 /home/happypri/public_html/happyprintclub.com/wp-includes/plugin.php(453): WP_Hook->do_action(Array)
    #4 /home/happypri/public_html/happyprintclub.com/wp-includes/load.php(677): do_action('shutdown')
    #5 [internal function]: shutdown_action_hook()
    #6 {main}
      thrown in /home/happypri/public_html/happyprintclub.com/wp-content/mu-plugins/endurance-page-cache.php on line 370
    [10-Nov-2017 11:45:58 UTC] PHP Notice:  is_404 was called <strong>incorrectly</strong>. Conditional query tags do not work before the query is run. Before then, they always return false. Please see <a href="https://codex.ww.wp.xz.cn/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.1.0.) in /home/happypri/public_html/happyprintclub.com/wp-includes/functions.php on line 4139
    [10-Nov-2017 11:45:58 UTC] PHP Fatal error:  Uncaught Error: Call to undefined function is_user_logged_in() in /home/happypri/public_html/happyprintclub.com/wp-content/mu-plugins/endurance-page-cache.php:370
    Stack trace:
    #0 /home/happypri/public_html/happyprintclub.com/wp-content/mu-plugins/endurance-page-cache.php(403): Endurance_Page_Cache->is_cachable()
    #1 /home/happypri/public_html/happyprintclub.com/wp-includes/class-wp-hook.php(298): Endurance_Page_Cache->finish('')
    #2 /home/happypri/public_html/happyprintclub.com/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters(NULL, Array)
    #3 /home/happypri/public_html/happyprintclub.com/wp-includes/plugin.php(453): WP_Hook->do_action(Array)
    #4 /home/happypri/public_html/happyprintclub.com/wp-includes/load.php(677): do_action('shutdown')
    #5 [internal function]: shutdown_action_hook()
    #6 {main}
      thrown in /home/happypri/public_html/happyprintclub.com/wp-content/mu-plugins/endurance-page-cache.php on line 370
    [10-Nov-2017 11:47:10 UTC] PHP Notice:  is_404 was called <strong>incorrectly</strong>. Conditional query tags do not work before the query is run. Before then, they always return false. Please see <a href="https://codex.ww.wp.xz.cn/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.1.0.) in /home/happypri/public_html/happyprintclub.com/wp-includes/functions.php on line 4139
    [10-Nov-2017 11:47:10 UTC] PHP Fatal error:  Uncaught Error: Call to undefined function is_user_logged_in() in /home/happypri/public_html/happyprintclub.com/wp-content/mu-plugins/endurance-page-cache.php:370
    Stack trace:
    #0 /home/happypri/public_html/happyprintclub.com/wp-content/mu-plugins/endurance-page-cache.php(403): Endurance_Page_Cache->is_cachable()
    #1 /home/happypri/public_html/happyprintclub.com/wp-includes/class-wp-hook.php(298): Endurance_Page_Cache->finish('')
    #2 /home/happypri/public_html/happyprintclub.com/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters(NULL, Array)
    #3 /home/happypri/public_html/happyprintclub.com/wp-includes/plugin.php(453): WP_Hook->do_action(Array)
    #4 /home/happypri/public_html/happyprintclub.com/wp-includes/load.php(677): do_action('shutdown')
    #5 [internal function]: shutdown_action_hook()
    #6 {main}
      thrown in /home/happypri/public_html/happyprintclub.com/wp-content/mu-plugins/endurance-page-cache.php on line 370
    [10-Nov-2017 11:48:18 UTC] PHP Notice:  is_404 was called <strong>incorrectly</strong>. Conditional query tags do not work before the query is run. Before then, they always return false. Please see <a href="https://codex.ww.wp.xz.cn/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.1.0.) in /home/happypri/public_html/happyprintclub.com/wp-includes/functions.php on line 4139
    [10-Nov-2017 11:48:18 UTC] PHP Fatal error:  Uncaught Error: Call to undefined function is_user_logged_in() in /home/happypri/public_html/happyprintclub.com/wp-content/mu-plugins/endurance-page-cache.php:370
    Stack trace:
    #0 /home/happypri/public_html/happyprintclub.com/wp-content/mu-plugins/endurance-page-cache.php(403): Endurance_Page_Cache->is_cachable()
    #1 /home/happypri/public_html/happyprintclub.com/wp-includes/class-wp-hook.php(298): Endurance_Page_Cache->finish('')
    #2 /home/happypri/public_html/happyprintclub.com/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters(NULL, Array)
    #3 /home/happypri/public_html/happyprintclub.com/wp-includes/plugin.php(453): WP_Hook->do_action(Array)
    #4 /home/happypri/public_html/happyprintclub.com/wp-includes/load.php(677): do_action('shutdown')
    #5 [internal function]: shutdown_action_hook()
    #6 {main}
      thrown in /home/happypri/public_html/happyprintclub.com/wp-content/mu-plugins/endurance-page-cache.php on line 370
    [10-Nov-2017 11:49:41 UTC] PHP Notice:  is_404 was called <strong>incorrectly</strong>. Conditional query tags do not work before the query is run. Before then, they always return false. Please see <a href="https://codex.ww.wp.xz.cn/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.1.0.) in /home/happypri/public_html/happyprintclub.com/wp-includes/functions.php on line 4139
    [10-Nov-2017 11:49:41 UTC] PHP Fatal error:  Uncaught Error: Call to undefined function is_user_logged_in() in /home/happypri/public_html/happyprintclub.com/wp-content/mu-plugins/endurance-page-cache.php:370
    Stack trace:
    #0 /home/happypri/public_html/happyprintclub.com/wp-content/mu-plugins/endurance-page-cache.php(403): Endurance_Page_Cache->is_cachable()
    #1 /home/happypri/public_html/happyprintclub.com/wp-includes/class-wp-hook.php(298): Endurance_Page_Cache->finish('')
    #2 /home/happypri/public_html/happyprintclub.com/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters(NULL, Array)
    #3 /home/happypri/public_html/happyprintclub.com/wp-includes/plugin.php(453): WP_Hook->do_action(Array)
    #4 /home/happypri/public_html/happyprintclub.com/wp-includes/load.php(677): do_action('shutdown')
    #5 [internal function]: shutdown_action_hook()
    #6 {main}
      thrown in /home/happypri/public_html/happyprintclub.com/wp-content/mu-plugins/endurance-page-cache.php on line 370
    [10-Nov-2017 11:50:57 UTC] PHP Notice:  is_404 was called <strong>incorrectly</strong>. Conditional query tags do not work before the query is run. Before then, they always return false. Please see <a href="https://codex.ww.wp.xz.cn/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.1.0.) in /home/happypri/public_html/happyprintclub.com/wp-includes/functions.php on line 4139
    [10-Nov-2017 11:50:57 UTC] PHP Fatal error:  Uncaught Error: Call to undefined function is_user_logged_in() in /home/happypri/public_html/happyprintclub.com/wp-content/mu-plugins/endurance-page-cache.php:370
    Stack trace:
    #0 /home/happypri/public_html/happyprintclub.com/wp-content/mu-plugins/endurance-page-cache.php(403): Endurance_Page_Cache->is_cachable()
    #1 /home/happypri/public_html/happyprintclub.com/wp-includes/class-wp-hook.php(298): Endurance_Page_Cache->finish('')
    #2 /home/happypri/public_html/happyprintclub.com/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters(NULL, Array)
    #3 /home/happypri/public_html/happyprintclub.com/wp-includes/plugin.php(453): WP_Hook->do_action(Array)
    #4 /home/happypri/public_html/happyprintclub.com/wp-includes/load.php(677): do_action('shutdown')
    #5 [internal function]: shutdown_action_hook()
    #6 {main}
      thrown in /home/happypri/public_html/happyprintclub.com/wp-content/mu-plugins/endurance-page-cache.php on line 370
    [10-Nov-2017 11:51:13 UTC] PHP Notice:  is_404 was called <strong>incorrectly</strong>. Conditional query tags do not work before the query is run. Before then, they always return false. Please see <a href="https://codex.ww.wp.xz.cn/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.1.0.) in /home/happypri/public_html/happyprintclub.com/wp-includes/functions.php on line 4139
    [10-Nov-2017 11:51:13 UTC] PHP Fatal error:  Uncaught Error: Call to undefined function is_user_logged_in() in /home/happypri/public_html/happyprintclub.com/wp-content/mu-plugins/endurance-page-cache.php:370
    Stack trace:
    #0 /home/happypri/public_html/happyprintclub.com/wp-content/mu-plugins/endurance-page-cache.php(403): Endurance_Page_Cache->is_cachable()
    #1 /home/happypri/public_html/happyprintclub.com/wp-includes/class-wp-hook.php(298): Endurance_Page_Cache->finish('')
    #2 /home/happypri/public_html/happyprintclub.com/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters(NULL, Array)
    #3 /home/happypri/public_html/happyprintclub.com/wp-includes/plugin.php(453): WP_Hook->do_action(Array)
    #4 /home/happypri/public_html/happyprintclub.com/wp-includes/load.php(677): do_action('shutdown')
    #5 [internal function]: shutdown_action_hook()
    #6 {main}
      thrown in /home/happypri/public_html/happyprintclub.com/wp-content/mu-plugins/endurance-page-cache.php on line 370
    [10-Nov-2017 11:59:20 UTC] PHP Notice:  is_404 was called <strong>incorrectly</strong>. Conditional query tags do not work before the query is run. Before then, they always return false. Please see <a href="https://codex.ww.wp.xz.cn/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.1.0.) in /home/happypri/public_html/happyprintclub.com/wp-includes/functions.php on line 4139
    [10-Nov-2017 11:59:20 UTC] PHP Fatal error:  Uncaught Error: Call to undefined function is_user_logged_in() in /home/happypri/public_html/happyprintclub.com/wp-content/mu-plugins/endurance-page-cache.php:370
    Stack trace:
    #0 /home/happypri/public_html/happyprintclub.com/wp-content/mu-plugins/endurance-page-cache.php(403): Endurance_Page_Cache->is_cachable()
    #1 /home/happypri/public_html/happyprintclub.com/wp-includes/class-wp-hook.php(298): Endurance_Page_Cache->finish('')
    #2 /home/happypri/public_html/happyprintclub.com/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters(NULL, Array)
    #3 /home/happypri/public_html/happyprintclub.com/wp-includes/plugin.php(453): WP_Hook->do_action(Array)
    #4 /home/happypri/public_html/happyprintclub.com/wp-includes/load.php(677): do_action('shutdown')
    #5 [internal function]: shutdown_action_hook()
    #6 {main}
      thrown in /home/happypri/public_html/happyprintclub.com/wp-content/mu-plugins/endurance-page-cache.php on line 370
    [10-Nov-2017 12:03:38 UTC] PHP Notice:  is_404 was called <strong>incorrectly</strong>. Conditional query tags do not work before the query is run. Before then, they always return false. Please see <a href="https://codex.ww.wp.xz.cn/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.1.0.) in /home/happypri/public_html/happyprintclub.com/wp-includes/functions.php on line 4139
    [10-Nov-2017 12:03:38 UTC] PHP Fatal error:  Uncaught Error: Call to undefined function is_user_logged_in() in /home/happypri/public_html/happyprintclub.com/wp-content/mu-plugins/endurance-page-cache.php:370
    Stack trace:
    #0 /home/happypri/public_html/happyprintclub.com/wp-content/mu-plugins/endurance-page-cache.php(403): Endurance_Page_Cache->is_cachable()
    #1 /home/happypri/public_html/happyprintclub.com/wp-includes/class-wp-hook.php(298): Endurance_Page_Cache->finish('')
    #2 /home/happypri/public_html/happyprintclub.com/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters(NULL, Array)
    #3 /home/happypri/public_html/happyprintclub.com/wp-includes/plugin.php(453): WP_Hook->do_action(Array)
    #4 /home/happypri/public_html/happyprintclub.com/wp-includes/load.php(677): do_action('shutdown')
    #5 [internal function]: shutdown_action_hook()
    #6 {main}
      thrown in /home/happypri/public_html/happyprintclub.com/wp-content/mu-plugins/endurance-page-cache.php on line 370
    [10-Nov-2017 12:21:04 UTC] PHP Notice:  is_404 was called <strong>incorrectly</strong>. Conditional query tags do not work before the query is run. Before then, they always return false. Please see <a href="https://codex.ww.wp.xz.cn/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.1.0.) in /home/happypri/public_html/happyprintclub.com/wp-includes/functions.php on line 4139
    [10-Nov-2017 12:21:04 UTC] PHP Fatal error:  Uncaught Error: Call to undefined function is_user_logged_in() in /home/happypri/public_html/happyprintclub.com/wp-content/mu-plugins/endurance-page-cache.php:370
    Stack trace:
    #0 /home/happypri/public_html/happyprintclub.com/wp-content/mu-plugins/endurance-page-cache.php(403): Endurance_Page_Cache->is_cachable()
    #1 /home/happypri/public_html/happyprintclub.com/wp-includes/class-wp-hook.php(298): Endurance_Page_Cache->finish('')
    #2 /home/happypri/public_html/happyprintclub.com/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters(NULL, Array)
    #3 /home/happypri/public_html/happyprintclub.com/wp-includes/plugin.php(453): WP_Hook->do_action(Array)
    #4 /home/happypri/public_html/happyprintclub.com/wp-includes/load.php(677): do_action('shutdown')
    #5 [internal function]: shutdown_action_hook()
    #6 {main}
      thrown in /home/happypri/public_html/happyprintclub.com/wp-content/mu-plugins/endurance-page-cache.php on line 370
    [10-Nov-2017 12:22:42 UTC] PHP Notice:  is_404 was called <strong>incorrectly</strong>. Conditional query tags do not work before the query is run. Before then, they always return false. Please see <a href="https://codex.ww.wp.xz.cn/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.1.0.) in /home/happypri/public_html/happyprintclub.com/wp-includes/functions.php on line 4139
    [10-Nov-2017 12:22:42 UTC] PHP Fatal error:  Uncaught Error: Call to undefined function is_user_logged_in() in /home/happypri/public_html/happyprintclub.com/wp-content/mu-plugins/endurance-page-cache.php:370
    Stack trace:
    #0 /home/happypri/public_html/happyprintclub.com/wp-content/mu-plugins/endurance-page-cache.php(403): Endurance_Page_Cache->is_cachable()
    #1 /home/happypri/public_html/happyprintclub.com/wp-includes/class-wp-hook.php(298): Endurance_Page_Cache->finish('')
    #2 /home/happypri/public_html/happyprintclub.com/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters(NULL, Array)
    #3 /home/happypri/public_html/happyprintclub.com/wp-includes/plugin.php(453): WP_Hook->do_action(Array)
    #4 /home/happypri/public_html/happyprintclub.com/wp-includes/load.php(677): do_action('shutdown')
    #5 [internal function]: shutdown_action_hook()
    #6 {main}
      thrown in /home/happypri/public_html/happyprintclub.com/wp-content/mu-plugins/endurance-page-cache.php on line 370
    [10-Nov-2017 12:22:45 UTC] PHP Notice:  is_404 was called <strong>incorrectly</strong>. Conditional query tags do not work before the query is run. Before then, they always return false. Please see <a href="https://codex.ww.wp.xz.cn/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.1.0.) in /home/happypri/public_html/happyprintclub.com/wp-includes/functions.php on line 4139
    [10-Nov-2017 12:22:45 UTC] PHP Fatal error:  Uncaught Error: Call to undefined function is_user_logged_in() in /home/happypri/public_html/happyprintclub.com/wp-content/mu-plugins/endurance-page-cache.php:370
    Stack trace:
    #0 /home/happypri/public_html/happyprintclub.com/wp-content/mu-plugins/endurance-page-cache.php(403): Endurance_Page_Cache->is_cachable()
    #1 /home/happypri/public_html/happyprintclub.com/wp-includes/class-wp-hook.php(298): Endurance_Page_Cache->finish('')
    #2 /home/happypri/public_html/happyprintclub.com/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters(NULL, Array)
    #3 /home/happypri/public_html/happyprintclub.com/wp-includes/plugin.php(453): WP_Hook->do_action(Array)
    #4 /home/happypri/public_html/happyprintclub.com/wp-includes/load.php(677): do_action('shutdown')
    #5 [internal function]: shutdown_action_hook()
    #6 {main}
      thrown in /home/happypri/public_html/happyprintclub.com/wp-content/mu-plugins/endurance-page-cache.php on line 370
    [10-Nov-2017 12:25:21 UTC] PHP Notice:  is_404 was called <strong>incorrectly</strong>. Conditional query tags do not work before the query is run. Before then, they always return false. Please see <a href="https://codex.ww.wp.xz.cn/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.1.0.) in /home/happypri/public_html/happyprintclub.com/wp-includes/functions.php on line 4139
    [10-Nov-2017 12:25:21 UTC] PHP Fatal error:  Uncaught Error: Call to undefined function is_user_logged_in() in /home/happypri/public_html/happyprintclub.com/wp-content/mu-plugins/endurance-page-cache.php:370
    Stack trace:
    #0 /home/happypri/public_html/happyprintclub.com/wp-content/mu-plugins/endurance-page-cache.php(403): Endurance_Page_Cache->is_cachable()
    #1 /home/happypri/public_html/happyprintclub.com/wp-includes/class-wp-hook.php(298): Endurance_Page_Cache->finish('')
    #2 /home/happypri/public_html/happyprintclub.com/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters(NULL, Array)
    #3 /home/happypri/public_html/happyprintclub.com/wp-includes/plugin.php(453): WP_Hook->do_action(Array)
    #4 /home/happypri/public_html/happyprintclub.com/wp-includes/load.php(677): do_action('shutdown')
    #5 [internal function]: shutdown_action_hook()
    #6 {main}
      thrown in /home/happypri/public_html/happyprintclub.com/wp-content/mu-plugins/endurance-page-cache.php on line 370
    [10-Nov-2017 12:27:30 UTC] PHP Notice:  is_404 was called <strong>incorrectly</strong>. Conditional query tags do not work before the query is run. Before then, they always return false. Please see <a href="https://codex.ww.wp.xz.cn/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.1.0.) in /home/happypri/public_html/happyprintclub.com/wp-includes/functions.php on line 4139
    [10-Nov-2017 12:27:30 UTC] PHP Fatal error:  Uncaught Error: Call to undefined function is_user_logged_in() in /home/happypri/public_html/happyprintclub.com/wp-content/mu-plugins/endurance-page-cache.php:370
    Stack trace:
    #0 /home/happypri/public_html/happyprintclub.com/wp-content/mu-plugins/endurance-page-cache.php(403): Endurance_Page_Cache->is_cachable()
    #1 /home/happypri/public_html/happyprintclub.com/wp-includes/class-wp-hook.php(298): Endurance_Page_Cache->finish('')
    #2 /home/happypri/public_html/happyprintclub.com/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters(NULL, Array)
    #3 /home/happypri/public_html/happyprintclub.com/wp-includes/plugin.php(453): WP_Hook->do_action(Array)
    #4 /home/happypri/public_html/happyprintclub.com/wp-includes/load.php(677): do_action('shutdown')
    #5 [internal function]: shutdown_action_hook()
    #6 {main}
      thrown in /home/happypri/public_html/happyprintclub.com/wp-content/mu-plugins/endurance-page-cache.php on line 370
    [10-Nov-2017 12:28:40 UTC] PHP Notice:  is_404 was called <strong>incorrectly</strong>. Conditional query tags do not work before the query is run. Before then, they always return false. Please see <a href="https://codex.ww.wp.xz.cn/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.1.0.) in /home/happypri/public_html/happyprintclub.com/wp-includes/functions.php on line 4139
    [10-Nov-2017 12:28:40 UTC] PHP Fatal error:  Uncaught Error: Call to undefined function is_user_logged_in() in /home/happypri/public_html/happyprintclub.com/wp-content/mu-plugins/endurance-page-cache.php:370
    Stack trace:
    #0 /home/happypri/public_html/happyprintclub.com/wp-content/mu-plugins/endurance-page-cache.php(403): Endurance_Page_Cache->is_cachable()
    #1 /home/happypri/public_html/happyprintclub.com/wp-includes/class-wp-hook.php(298): Endurance_Page_Cache->finish('')
    #2 /home/happypri/public_html/happyprintclub.com/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters(NULL, Array)
    #3 /home/happypri/public_html/happyprintclub.com/wp-includes/plugin.php(453): WP_Hook->do_action(Array)
    #4 /home/happypri/public_html/happyprintclub.com/wp-includes/load.php(677): do_action('shutdown')
    #5 [internal function]: shutdown_action_hook()
    #6 {main}
      thrown in /home/happypri/public_html/happyprintclub.com/wp-content/mu-plugins/endurance-page-cache.php on line 370
    [10-Nov-2017 12:29:52 UTC] PHP Notice:  is_404 was called <strong>incorrectly</strong>. Conditional query tags do not work before the query is run. Before then, they always return false. Please see <a href="https://codex.ww.wp.xz.cn/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.1.0.) in /home/happypri/public_html/happyprintclub.com/wp-includes/functions.php on line 4139
    [10-Nov-2017 12:29:52 UTC] PHP Fatal error:  Uncaught Error: Call to undefined function is_user_logged_in() in /home/happypri/public_html/happyprintclub.com/wp-content/mu-plugins/endurance-page-cache.php:370
    Stack trace:
    #0 /home/happypri/public_html/happyprintclub.com/wp-content/mu-plugins/endurance-page-cache.php(403): Endurance_Page_Cache->is_cachable()
    #1 /home/happypri/public_html/happyprintclub.com/wp-includes/class-wp-hook.php(298): Endurance_Page_Cache->finish('')
    #2 /home/happypri/public_html/happyprintclub.com/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters(NULL, Array)
    #3 /home/happypri/public_html/happyprintclub.com/wp-includes/plugin.php(453): WP_Hook->do_action(Array)
    #4 /home/happypri/public_html/happyprintclub.com/wp-includes/load.php(677): do_action('shutdown')
    #5 [internal function]: shutdown_action_hook()
    #6 {main}
      thrown in /home/happypri/public_html/happyprintclub.com/wp-content/mu-plugins/endurance-page-cache.php on line 370
    [10-Nov-2017 12:31:00 UTC] PHP Notice:  is_404 was called <strong>incorrectly</strong>. Conditional query tags do not work before the query is run. Before then, they always return false. Please see <a href="https://codex.ww.wp.xz.cn/Debugging_in_WordPress">Debugging in WordPress</a> for more information. (This message was added in version 3.1.0.) in /home/happypri/public_html/happyprintclub.com/wp-includes/functions.php on line 4139
    [10-Nov-2017 12:31:00 UTC] PHP Fatal error:  Uncaught Error: Call to undefined function is_user_logged_in() in /home/happypri/public_html/happyprintclub.com/wp-content/mu-plugins/endurance-page-cache.php:370
    Stack trace:
    #0 /home/happypri/public_html/happyprintclub.com/wp-content/mu-plugins/endurance-page-cache.php(403): Endurance_Page_Cache->is_cachable()
    #1 /home/happypri/public_html/happyprintclub.com/wp-includes/class-wp-hook.php(298): Endurance_Page_Cache->finish('')
    #2 /home/happypri/public_html/happyprintclub.com/wp-includes/class-wp-hook.php(323): WP_Hook->apply_filters(NULL, Array)
    #3 /home/happypri/public_html/happyprintclub.com/wp-includes/plugin.php(453): WP_Hook->do_action(Array)
    #4 /home/happypri/public_html/happyprintclub.com/wp-includes/load.php(677): do_action('shutdown')
    #5 [internal function]: shutdown_action_hook()
    #6 {main}
      thrown in /home/happypri/public_html/happyprintclub.com/wp-content/mu-plugins/endurance-page-cache.php on line 370
    [10-Nov-2017 13:13:30 UTC] PHP Notice:  Undefined variable: subscription in /home/happypri/public_html/happyprintclub.com/wp-content/plugins/membership/app/model/class-ms-model-communication.php on line 1019
    [10-Nov-2017 13:13:30 UTC] PHP Notice:  Trying to get property of non-object in /home/happypri/public_html/happyprintclub.com/wp-content/plugins/membership/app/model/class-ms-model-communication.php on line 1019
    • This reply was modified 8 years, 7 months ago by keesiemeijer.
    • This reply was modified 8 years, 7 months ago by keesiemeijer.
    Plugin Support Imran – WPMU DEV Support

    (@wpmudev-support9)

    Hello @happyprintclub

    Hope you’re doing well!

    I apologize for the delay in this thread. Based on the error the fatal error caused the mu-plugin called Endurance Page Cache
    PHP Fatal error: Uncaught Error: Call to undefined function is_user_logged_in() in /home/happypri/public_html/happyprintclub.com/wp-content/mu-plugins/endurance-page-cache.php:370

    This plugin is installed bt the BlueHost server and it’s conflicting with active plugins on your site; the only way to deactivate it is by removing the endurance-page-cache.php file in /wp-content/mu-plugins/.

    Please temporary remove it and see if the Gateway Error will go away.

    Let us know how it went!

    Kind regards,
    Nastia

    Plugin Support Dimitris – WPMU DEV Support

    (@wpmudev-support6)

    Hello @happyprintclub,

    it’s been a while since we’ve heard back from you, so I’m marking this thread as resolved. Feel free to post back here, if more assistance is required and we can re-open it and continue troubleshooting. πŸ™‚

    Warm regards,
    Dimitris

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

The topic ‘Cannot add a member manually?’ is closed to new replies.