Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Champ Camba

    (@champsupertramp)

    Hi,

    Can you please paste your site’s error log here so we can investigate further?

    Regards,

    Thread Starter AlMackM

    (@almackm)

    Thanks Champ.

    I’ve contacted the theme developer and they are coming with an update to tackle the problem.

    Meanwhile I’ve disabled the error message by adding the following code in the class-wp-error.php right after the opening php tag:
    error_reporting(0);
    @ini_set(‘display_errors’, 0);

    It works for me.

    Regards,

    Al

    Plugin Contributor Champ Camba

    (@champsupertramp)

    Thanks for letting us know.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Error text in the header’ is closed to new replies.