co01 Posted November 13, 2018 Report Share Posted November 13, 2018 Hello, what can be reason ? Thank you. Link to comment Share on other sites More sharing options...
Support Montgomerie Posted November 13, 2018 Support Report Share Posted November 13, 2018 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 More sharing options...
co01 Posted November 13, 2018 Author Report Share Posted November 13, 2018 Hello, Ok. More than one message is gone. I can't delete them. Can you edit?Thank you. Link to comment Share on other sites More sharing options...
Support Montgomerie Posted November 13, 2018 Support Report Share Posted November 13, 2018 Hello, That PHP function needs to be enabled by the hosting provider and not us. 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 More sharing options...
co01 Posted November 13, 2018 Author Report Share Posted November 13, 2018 (edited) Hello, The company didn't allow it.Can a setting change be made for it doesn't need php function? How can I destroy the writing? Thank you. Edited November 13, 2018 by co01 Link to comment Share on other sites More sharing options...
Support Montgomerie Posted November 13, 2018 Support Report Share Posted November 13, 2018 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 More sharing options...
co01 Posted November 13, 2018 Author Report Share Posted November 13, 2018 (edited) 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 November 13, 2018 by co01 typo Link to comment Share on other sites More sharing options...
Support Montgomerie Posted November 13, 2018 Support Report Share Posted November 13, 2018 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 More sharing options...
co01 Posted November 13, 2018 Author Report Share Posted November 13, 2018 Hello,I have updated the sensitive data as requested. Can you please check further?Thank you. Link to comment Share on other sites More sharing options...
Support Montgomerie Posted November 13, 2018 Support Report Share Posted November 13, 2018 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 More sharing options...
co01 Posted May 23, 2019 Author Report Share Posted May 23, 2019 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 More sharing options...
Recommended Posts