• Resolved Pelkin

    (@pelkin)


    Hello.

    Installed the plugin, everything works fine, except for one problem.
    Users after successful registration on the site see a white screen.

    The error log on the page returns an empty array:

    1 array (0) {
    2 }
    3
    4 <! – wp-invites debug:
    5
    6 ->

    In this case, the log of the engine itself shows this error:

    PHP Warning: Cannot modify header information – headers already sent by (output started at /wp-content/plugins/wp-invites/wp-invites.php:26) in /wp-includes/pluggable.php on line 1210

    I do not understand where to look for the cause of the error. please, help. Thank you.

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

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

    (@themaster5_07)

    I apologize, I am just now seeing this topic. I will be looking into this issue this weekend. Please be patient with me and I will get a resolution to you soon.

    • This reply was modified 7 years, 1 month ago by themaster5_07. Reason: Correcting typo crom mobile device
    Plugin Author themaster5_07

    (@themaster5_07)

    @pelkin, I have been unable to duplicate the concern. It appears though as if the debug log is trying to echo directly to the top of the page which is preventing the redirect to the site. Please answer the following questions for further assistance:

    • Is Debug Enabled is WP-Invites? Settings can be found at WP-Admin -> Settings -> WP-Invites -> Configure plugin
    • Are you needing Debug Mode? If yes, what other problems are you having that prompted debud mode?
    • List of other installed plugins. Particularly those that have any effect on the user configuration, registration, site security, or redirection. List all plugins activated if possible.
    Thread Starter Pelkin

    (@pelkin)

    @themaster5_07, Hello.

    Thank you for taking the time to help me with the problem.

    I now included the error log in the plugin’s settings.

    Now I see the following message:

    <!–wp-invites debug:
    Options: array (
    ‘INVITE_LENGTH’ => ’12’,
    ‘INVITE_SPLIT’ => ‘4’,
    ‘CHARS’ => ‘1234567890QWERTYUIOPASDFGHJKLZXCVBNM’,
    ‘REMOVE_INTERVAL’ => ‘180’,
    ‘SEPARATOR’ => ‘-‘,
    ‘debug’ => ‘1’,
    ‘IS_WPMU’ => 0,
    ‘IS_BUDDYPRESS’ => 0,
    ‘INVITES_PREFIX’ => ‘wp_’,
    )

    DELETE FROM wp_invites WHERE datetime < NOW() – INTERVAL 180 DAY

    checking for real invite “W2LECUVK6KE0”

    SELECT 1 FROM wp_invites WHERE value= %s LIMIT 1

    Got true, 1
    –>

    And from the WP engine:

    Warning: Cannot modify header information – headers already sent by (output started at /wp-content/plugins/wp-invites/wp-invites.php:26) in /wp-includes/pluggable.php on line 1210

    All installed plugins:

    Contact Form 7
    Cyr to Lat enhanced
    Private content
    Invisible reCaptcha
    Simple Login Log
    WP Lightbox 2
    WP-invites
    WP-Mail-SMTP
    WP-PageNavi

    Thread Starter Pelkin

    (@pelkin)

    I use theme Twenty Ten ver.: 2.1

    Plugin Author themaster5_07

    (@themaster5_07)

    @pelkin, Please update to the newest version of WP-Invites 5.52 which should resolve this problem. Oh, and be sure to deactivate debugging mode. If debugging is enabled, then the problem with page redirection will still be present. I have added code statements to not run debugging functions if debugging is not enabled.

    @patriek, the topic you created is closed already and I cannot post a response, so please follow this same advice.

    Thread Starter Pelkin

    (@pelkin)

    @themaster5_07, Thanks, now everything works! Thank you.
    I made a donation to you. thanks again.

    Plugin Author themaster5_07

    (@themaster5_07)

    @pelkin thank you so much, I will mark this topic as resolved.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘White screen after successful registration’ is closed to new replies.