[OFFER ALERT!] This Halloween, Get Any Premium Theme for Just $19 [GET IT NOW]
Jump to content

[Rank Math SEO Plugin] Disabled for security reasons


co01
 Share

Recommended Posts

  • Support

Hello,

Thank you for contacting MyThemeShop and sorry for any inconvenience that might have been caused due to that.

Please ask your hosting to enable php_uname function on your server. That should resolve the issue.

Looking forward to helping you. Thank you.


🏁Rank #1 on Google With our WordPress SEO Plugin

Score a 💯on PageSpeed and Dominate Search Rankings.

✏ Editing theme files? Please create a child theme to make your changes update-proof.

Link to comment
Share on other sites

  • Support

Hello,

For this part, you will need to edit the wp-config.php file.

Inside your wp-config.php file, look for the following line:

1
define('WP_DEBUG', true);

It is also possible, that this line is already set to false. In that case, you’ll see the following code:

1
define('WP_DEBUG', false);

In either case, you need to replace this line with the following code:

1
2
3
4
ini_set('display_errors','Off');
ini_set('error_reporting', E_ALL );
define('WP_DEBUG', false);
define('WP_DEBUG_DISPLAY', false);

Hope that helps. Thank you.


🏁Rank #1 on Google With our WordPress SEO Plugin

Score a 💯on PageSpeed and Dominate Search Rankings.

✏ Editing theme files? Please create a child theme to make your changes update-proof.

Link to comment
Share on other sites

Hello,

I have updated the sensitive data.  I did what you said and the problem was solved. But I've detected another problem. When I upload images with FTP, It doesn't appear in library.Can you please check ?

Thank you.

Edited by co01
typo
Link to comment
Share on other sites

  • Support

Hello,

You seemed to miss the URL of your website.

Can you please update the sensitive data again to include your website's URL as well?

Looking forward to helping you. Thank you.


🏁Rank #1 on Google With our WordPress SEO Plugin

Score a 💯on PageSpeed and Dominate Search Rankings.

✏ Editing theme files? Please create a child theme to make your changes update-proof.

Link to comment
Share on other sites

  • Support

Hello,

Sorry for the misunderstanding there. Images uploaded from FTP do not appear in the library and that has nothing to do with any plugin. It's a WordPress's default behavior.

To show the images in the library, you need to use the media uploader of WordPress.

Also, I noticed a server-side error on your hosting. Can you please check the sensitive data's first image I mentioned? I was seeing such error quite often on your website.

Hope that helps. If you have any further question(s), please let us know. Thank you.


🏁Rank #1 on Google With our WordPress SEO Plugin

Score a 💯on PageSpeed and Dominate Search Rankings.

✏ Editing theme files? Please create a child theme to make your changes update-proof.

Link to comment
Share on other sites

  • 6 months later...

Hello,

I've had the same error on another site.

On 11/13/2018 at 1:51 PM, Montgomerie said:
1
2
3
4
ini_set('display_errors','Off');
ini_set('error_reporting', E_ALL );
define('WP_DEBUG', false);
define('WP_DEBUG_DISPLAY', false);

I solved it with this code. Thank you

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 Share

×
×
  • Create New...