Okay
  Public Ticket #942696
404 Page - Weird Text Bug
Closed

Comments

  •  2
    motiv_studio started the conversation

    On the 404 page, it displays a random line at the top, above the header:

    Notice: Trying to get property of non-object in /home/clarklai/clarklai.com/wp-content/plugins/revslider/includes/page-template.class.php on line 115

    Can we remove this?

  •  1,558
    Laborator replied

    Hi motiv_studio,

    This is a problem with Revolution Slider and we have just submitted a ticket on their support system as we also have had this issue yesterday with one of our theme demos, we will let you know when they come up with a fix to this.

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  2
    motiv_studio replied

    Hello,

    Are there any updates for this issue?

    Thanks

  •  1,558
    Laborator replied

    Hi there,

    This is the last message we got from them, when they reply us or fix the issue we will let you know!


    (view large version)


    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  1,558
    Laborator replied

    Hi again,

    This is the reply we got from Rev. Slider team:

    ---------------------------------------------------------------------------------------------------------------------------

    It is not error but it is just notice and it is displayed because your site was not able to force disable them so simply edit wp-config.php file of your site and replace below line 

    define('WP_DEBUG', false);
    

    With this :-

    ini_set('log_errors','On');
    ini_set('display_errors','Off');
    ini_set('error_reporting', E_ALL );
    define('WP_DEBUG', false);
    define('WP_DEBUG_LOG', true);
    define('WP_DEBUG_DISPLAY', false);
    

    Best regards,
    Laborator Team


      Documentation         Join Kalium Users Group

  •  2
    motiv_studio replied

    Okay thank you. I will try it out.