Home Forums Newsletter Plugin Support Class NewsletterUsers on line 123 Error

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #7374
    Anonymous
    Inactive

    Hello i just have downloaded the plugin and activate it and when i try to subscribe an user i get the following error: Fatal error: Class ‘NewsletterUsers’ not found in /wp-content/plugins/newsletter/subscription/subscription.php on line 123

    I have no other plugins activated.

    Ccan anyone help me?

    Thank you

    #7375
    Stefano
    Keymaster

    This is really strange, since that class is loaded when newsletter is loaded. Can you re-install it?

    Stefano.

    #7376
    Anonymous
    Inactive

    found the problem:

    require_once NEWSLETTER_DIR . ‘/subscription/subscription.php’;
    require_once NEWSLETTER_DIR . ‘/users/users.php’;

    Inverse the lines:

    require_once NEWSLETTER_DIR . ‘/users/users.php’;
    require_once NEWSLETTER_DIR . ‘/subscription/subscription.php’;

    strange but for me it worked, hope it helps

    #7378
    Stefano
    Keymaster

    Yes, the old subscription forms which use the “na” parameter can lead to this problem.

    Thank you!

    Stefano.

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.