Find Answers and Get Support › Forums › Gwangi – PRO Multi-Purpose Membership, Social Network & BuddyPress Community Theme › Installation & Updates › Theme Installation and Updates › 500 Internal Server Error on The Backend Customize
- This topic has 10 replies, 3 voices, and was last updated 3 years ago by Manathan.
-
AuthorPosts
-
Nikos TzemanakisParticipant@tzem10
- 9 Topics
- 34 Posts
Hello im having a problem at the back end… its not about the php settings… Appearance->Customize…
and generally everywhere there has the same problem
July 13, 2021 at 19:06 #33439@themodactyl- 0 Topics
- 6587 Posts
Hi @tzem10,
Thank you for buying our theme. We hope it will meet all your expectations! 🙂
We’ve addressed this very issue in another topic. To find out how you can resolve it, please click on the following link:
In this topic, the user solved this issue by raising the memory limit by adding those two lines of code in the wp-config.php :
define( 'WP_MEMORY_LIMIT', '256M' ); define( 'WP_MAX_MEMORY_LIMIT', '256M' );
In case this doesn’t solve your issue, please activate logging on your website. Just turn WP_DEBUG to true, by pasting the following code lines in your wp-config.php file, just before the line that says ‘That’s all, stop editing! Happy blogging.’:
// Enable WP_DEBUG mode define( 'WP_DEBUG', true ); // Enable Debug logging to the /wp-content/debug.log file define( 'WP_DEBUG_LOG', true ); // Disable display of errors and warnings define( 'WP_DEBUG_DISPLAY', false ); @ini_set( 'display_errors', 0 );
More on this in the following topic: https://codex.wordpress.org/Debugging_in_WordPress
Thank you.
July 14, 2021 at 08:14 #33445Nikos TzemanakisParticipant@tzem10- 9 Topics
- 34 Posts
i did the first thing with activating/ disabling plugins… it seems that the problem was made by Grimlock plugin… what actions do you want me to do in order to solve it ?
July 15, 2021 at 15:13 #33477@themodactyl- 0 Topics
- 6587 Posts
Hi @tzem10,
Thank you for your feedback. Can you confirm me you raised your memory limit like I suggested you in my previous topic?
If it didn’t solve your issue, thanks to the code snippet that you’ve recently added to your
wp-config.php
file, we should be able to read the error.Could you share the content of your
debug.log
file with us please? You can post the content of this file as plain text in your next reply and mark it as private to keep this between us.After having reviewed your next reply, we’ll be able to tell you if the issue is caused by our product or any type misconfiguration on your server.
If we’re not able to help, we’ll recommend you to transfer the error logs to your server hosting support.
Thank you.
July 16, 2021 at 08:10 #33486Nikos TzemanakisParticipant@tzem10- 9 Topics
- 34 Posts
Hello,
[21-Jul-2021 17:22:01 UTC] PHP Deprecated: bp_core_avatar_default is deprecated since version 8.0.0! Use bp_core_avatar_gravatar_default||bp_core_default_avatar instead. This filter was used for 2 different purposes. If your goal was to filter the default *Gravatar*, please use
bp_core_avatar_gravatar_default
instead. Otherwise, please usebp_core_default_avatar
instead. in /var/www/vhosts/djbooth.gr/httpdocs/yourdjprofile/wp-includes/functions.php on line 5458July 23, 2021 at 01:42 #33719@themosaurusrex- 0 Topics
- 2048 Posts
Hi tzem10,
Thank you for notifying of this warning. It just means some plugin codebase need to be updated.
Could you confirm that you’re still facing this 500 error and your Customizer still doesn’t work? If you’re looking for ways to hide this from your page, I suggest that you activate error logging on your website. Please keep WP_DEBUG to true and just paste the following code lines in your wp-config.php file, just before the line that says ‘That’s all, stop editing! Happy blogging.’:
// Enable WP_DEBUG mode define( 'WP_DEBUG', true ); // Enable Debug logging to the /wp-content/debug.log file define( 'WP_DEBUG_LOG', true ); // Disable display of errors and warnings define( 'WP_DEBUG_DISPLAY', false ); @ini_set( 'display_errors', 0 );
More on this in the following topic: Debugging in WordPress
You will still be able to consult the warnings and errors triggered by your website but these won’t appear on your pages anymore.
Regards,
July 23, 2021 at 16:23 #33729Nikos TzemanakisParticipant@tzem10- 9 Topics
- 34 Posts
as i told you earlier every change you needed on memory limits etc. is done…
i updated all thes plugins… the plugin that makes that problem is Grimlock…
as you can see at the screenshot when Grimlock is activated i get this error at the backend at customizer and i cant edit the site
July 28, 2021 at 11:16 #33892@themodactyl- 0 Topics
- 6587 Posts
Hi @tzem10,
Thank you for your precious feedback. We think we found from where this issue is coming from. It should be solved with the next update of Grimlock for BuddyPress.
We’ll be back to you as soon as the update is available.
Thank you for your patience.
Best,
July 28, 2021 at 14:51 #33909Nikos TzemanakisParticipant@tzem10- 9 Topics
- 34 Posts
any update on my issue ?
August 9, 2021 at 16:46 #34226@themodactyl- 0 Topics
- 6587 Posts
Hi @tzem10,
Unfortunately, our development team is reduced due to vacations. Be sure that the next version is under development and should be released soon. However, no date can be disclosed.
We apologize for this inconvenience and thank you for your understanding.
Sincerely,
August 10, 2021 at 09:26 #34239 -
AuthorPosts
Hi there,
This topic has been inactive for a while now so we will be closing it to keep the forum tidy. Don't hesitate to create a new topic if you still need help and we'll be glad to help you!
Best regards,
The Themosaurus team.
The topic ‘500 Internal Server Error on The Backend Customize’ is closed to new replies.