This topic has 4 replies, 2 voices, and was last updated 10 years by Radu.

  • Author
  • #108336
     zerodotnine
    Participant

    Hi, I also have this issue, form just displays -1 when submitted.

    https://archived.seventhqueen.com/forums/topic/lost-password-reset-bug

    Please can you provide the patch asap, I cannot give ftp info I am afraid, you can email to jon@zd9.co.uk

     

    Many thanks

     

     

    #108366
     Radu
    Moderator

    Hi,

    Please try to disable all plugins except buddypress and let me know if the error persists or is gone, if the error is gone, enable plugins one by one then check again to identify what plugins causes this.

    Let me know

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #108367
     zerodotnine
    Participant

    All plugins de-activated except buddypress, problem still exists

    #108379
     zerodotnine
    Participant

    Hi
    Is there anymore news on this?
    The project goes live tomorrow to the initial 50 users and is being presented in London to a large group which will need to reset their passwords. This is very urgent and crucial to the launch.

    Many thanks

    Jon

    #108473
     Radu
    Moderator

    Hi,

    Login to FTP -> go to directory where your wp is installed -> look for wp-config.php -> look for
    define( ‘WP_DEBUG’, false );

    and change it to

    define( ‘WP_DEBUG’, true );

    enable also the wp_debug_log to store all errors / https://codex.wordpress.org/WP_DEBUG#WP_DEBUG_LOG by adding under define( ‘WP_DEBUG’, true );

    COPY CODE
    
    define( 'WP_DEBUG_LOG', true );
    

    the debug log will store all errors

    Then repeat the action and check the debug.log from wp-content and let me know what errors appears there.

    Cheers

    Radu

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 5 posts - 1 through 5 (of 5 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?