WordPress admin panel issue with plugin plugin

hello, since the last week the web site: https://www.giladrm.co.il/
is getting a lot of errors in the admin panel.

  1. unable to access media folder.
  2. the light speed cache plugin is not working well with the themeimage
  3. end most importante cant hover on setting on the admin side ber panel

Hi @GPRSEO

There might be a few different reasons for this issue, I would suggest you troubleshoot with a few of the common issues:

  1. Theme Related Issue
  2. TESTING FOR PLUGIN CONFLICT
  3. Increasing PHP Memory Limit
  4. Child Theme Issue

If none of these helps, can you please add the following code to your wp-config.php for debug setup.
And please inform the exact issues to us for further support.

// 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 );
//SET PHP INI DISPLAY ERROR FALSE
@ini_set( 'display_errors', 0 );

Please find the video will help you to edit wp-config.php and add the above code: https://www.youtube.com/watch?v=3SDPTafEM8o

Hope it helps.

nothing is working, i just tried to do step 1-4
the conflict happened just wen gothenburg is on.
this is my 10 webstie that ive bean developed with x pro. all of them have same plugins end housing account

Hey Gilan,

To better assist you with your issue, kindly provide us access to your site so that we can check your settings. Please create a secure note with the following info:

Thanks!

Hey There,

I’ve taken a look and your plugin Just SEO is the cause of the issues. I’ve disabled it and now everything loads fine. Since Just SEO is not officially supported from us please reach out to the plugin author and ask them to look into this. Alternatively you can switch to a different SEO plugin like Yoast SEO which is used by many of our customers. Hope this helps!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.