-
Author
-
March 3, 2016 at 19:39 #108336
zerodotnine
ParticipantHi, 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
March 3, 2016 at 20:55 #108366Radu
ModeratorHi,
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 solutionMarch 3, 2016 at 21:06 #108367zerodotnine
ParticipantAll plugins de-activated except buddypress, problem still exists
March 3, 2016 at 22:21 #108379zerodotnine
ParticipantHi
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
March 4, 2016 at 13:25 #108473Radu
ModeratorHi,
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 CODEdefine( '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 -
AuthorPosts
The forum ‘Bugs & Issues’ is closed to new topics and replies.