-
Author
-
March 3, 2016 at 19:39 #108336zerodotnineParticipant
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
Attachments:
You must be logged in to view attached files.March 3, 2016 at 20:55 #108366RaduModeratorHi,
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 #108367zerodotnineParticipantAll plugins de-activated except buddypress, problem still exists
March 4, 2016 at 13:25 #108473RaduModeratorHi,
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.