-
Author
-
April 4, 2017 at 21:54 #157612nitin079Participant
Hello,
I am getting HTTP Error while uploading the images I have checked in the console is “500 Internal Server Error“. Its showing error in admin-ajax.php and the same thing is happening when I am trying to get login as a member its going to admin-ajax and then it will return the value 0.
I am not sure why this issue happens but please let me know if I need to change anything in the code. I am stuck please responds me ASAP.
If you need any more information please let me know.
Thanks
Nitin Jain
April 5, 2017 at 13:38 #157692LauraModeratorHello, will assign the ticket to a higher support level who can help and advise you in your query.
Thanks! ?Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solutionLaura Solanes - Graphic Designer and Web Designer
Please be patient as I try to answer each topic as fast as i can.
If you like the theme or the support you've received please consider leaving us a review on Themeforest!
Always happy to help you 🙂
April 6, 2017 at 18:28 #157820RaduModeratorHi,
Please follow these steps to enable wp debug:- Connect to your server by FTP
- Look in root directory of your WordPress install and open wp-config.php
- Search for define( ‘WP_DEBUG’, false ); and change FALSE value to TRUE
COPY CODEdefine( 'WP_DEBUG', true );
- After this line add this:
COPY CODEdefine( 'WP_DEBUG_LOG', true );
WP_DEBUG_LOG is a companion to WP_DEBUG that causes all errors to also be saved to a debug.log log file inside the /wp-content/ directory. This is useful if you want to review all notices later or need to view notices generated off-screen (e.g. during an AJAX request or wp-cron run).
Repeat the described actions and then check the debug.log file and let me know what error appears.
If this is useless please try to deactivate additional plugins except Visual Composer, K-elements, BuddyPress, Paid memberships pro and revolution slider.
After you have disabled the plugins try to see if the error persists.
Cheers
Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution -
AuthorPosts
You must be logged in to reply to this topic.