Viewing 3 replies - 1 through 3 (of 3 total)
  • It seems your themes is broken.
    If you just want ignore the error, add this in your first line of your wp-config.php

    /** Sets up WordPress vars and included files. */
    require_once(ABSPATH . 'wp-settings.php');
    
    error_reporting(0);

    Please make sure to backup your original wp-config.php first. If doesn’t work, undo the changes.
    Then ask your hosting how to disable error reporting.

    Thread Starter NFS

    (@nfs)

    How would I find the wp-config.php in CPanel? What exact folder?

    it is usually in public_html folder where your wordpress is installed.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Notice: Constant WP_USE_THEMES already defined in /home/salmonfa/public_html/ind’ is closed to new replies.