Support only during business hours : Monday to friday, from 8:30 am – 5:30 pm CEST

Due to the decrease in our staff due to vacations, our response time may be longer.

Be sure we're doing our best to manage your topic as soon as possible.

500 Internal Server Error on The Backend Customize

This topic is resolved
Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • Nikos Tzemanakis
    Participant
    • 9 Topics
    • 34 Posts
    @tzem10

    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

    Manathan
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 6297 Posts
    @themodactyl

    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:

    Customizer gets 500 error after editing Hero

    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.

    Nikos Tzemanakis
    Participant
    • 9 Topics
    • 34 Posts
    @tzem10

    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 ?

    Manathan
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 6297 Posts
    @themodactyl

    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.

    Nikos Tzemanakis
    Participant
    • 9 Topics
    • 34 Posts
    @tzem10

    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 use bp_core_default_avatar instead. in /var/www/vhosts/djbooth.gr/httpdocs/yourdjprofile/wp-includes/functions.php on line 5458

    Themosaurusrex
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 2048 Posts
    @themosaurusrex

    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,

    Nikos Tzemanakis
    Participant
    • 9 Topics
    • 34 Posts
    @tzem10

    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

    Manathan
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 6297 Posts
    @themodactyl

    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,

    Nikos Tzemanakis
    Participant
    • 9 Topics
    • 34 Posts
    @tzem10

    any update on my issue ?

    Manathan
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 6297 Posts
    @themodactyl

    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,

    Manathan
    Keymaster
    Themosaurus Support
    • 0 Topics
    • 6297 Posts
    @themodactyl

    [Updated]

    Hi @tzem10,

    We’re glad to inform you that another user found the solution. It seems to be related to a ModSecurity Setting on Plesk Server:

    500 Error in Customizr only on Homepage

    We hope this will help you solve this.

    Sincerely,

Roboraptor 🦖
Themosaurus Topic Closer

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.

Viewing 11 posts - 1 through 11 (of 11 total)

The topic ‘500 Internal Server Error on The Backend Customize’ is closed to new replies.

Troubleshooting Demo Imports

You're trying to setup your theme but you're experiencing errors when importing the demo content? Or you've just followed the setup guide but your website doesn't look exactly like our demo? These are common issues for which you can find easy and quick fixes.

Happy With our Support So Far?

Feel free to review our theme on Themeforest! It helps us making our products more known to new potential customers, which allow us more time to improve the quality and develop new features. #SharingIsCaring ❤️

Discover MatchPress

Skip • Like • Super-Like

Add powerful matching features like Member likes, skips, super likes, conditional private messaging and much more.

Setup Your Cera or Gwangi powered Community Website and Turn it into an iOS and Android App

15% discount for Cera users

To unleash the full power of your Cera or Gwangi theme, we have partnered with the Zipline team. Your community website can now be fully setup and turned into your very own custom app for iOS and Android.

Whether you've newly acquired the theme or already got your site up and running, Zipline got you covered. And we got you an incredible discount.

Holiday, Weather & Festive effects
to pimp your WordPress Site