Your account expired support, please renew to get your support.

Support Forum Forums Zihom – Real Estate WordPress Theme Multiple errors after installing theme & demo

Tagged: ,

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #3284
    anzima
    Support Expired

    Hello, i am getting multiple errors and warnings after installing the theme and demo,
    note the website is a fresh install.

    thank you.

    #3287

    Hi,

    These are just warnings from the system, not too serious errors, you can turn them off by turning off debugging in the wp-config.php file: https://docs.themeisle.com/article/819-how-to-turn-on-off-debugging-in-wordpress

    #3293
    anzima
    Support Expired

    Hello, i checked the wp-config file, and it already had the define(‘WP_DEBUG’, false); in it, i tried to change it’s position to top, still same thing.

    how can i remove these warnings?

    #3294
    anzima
    Support Expired

    fixed using this code :

    ini_set(‘display_errors’,’Off’);
    ini_set(‘error_reporting’, E_ALL );
    define(‘WP_DEBUG’, false);
    define(‘WP_DEBUG_DISPLAY’, false);

    #3296

    Good job!

    Let me know if you need to help.

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

You must be logged in to reply to this topic.