Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1253618
    dtg10001
    Participant

    I am getting an error after one of the updates, unfortunatly I don’t know if it was a wordpress or x theme update. The error is as follows

    “Notice: Undefined index: WP_Widget_Recent_Comments in C:\xampp\htdocs\iHub\wp-content\themes\x\framework\functions\global\remove.php on line 36

    The one issue I have is this is not a public website it is on my intranet (company’s internal website). So any guidance would be greatly appreciated.

    #1254011
    Rue Nel
    Moderator

    Hello There,

    Thanks for writing in! The message that you were seeing is not an error. This is just a PHP notice. This appeared because you have the Debug Mode enabled. To get rid of this PHP notice, will you please disable WP_DEBUG mode? You can do this by opening wp-config.php and adding
    define( 'WP_DEBUG' , false ); just above /* That's all, stop editing! Happy blogging. */ For example:

    define('WP_DEBUG', false);
    
    /* That's all, stop editing! Happy blogging. */

    When you revisit the page, you should no longer be seeing the message.

    Please let us know how it goes.

    #1256728
    dtg10001
    Participant

    That worked thank you.

    #1256759
    Rahul
    Moderator

    Glad it worked for you.

    Let us know if we can help with anything else.

    Thanks for choosing the X-theme!

  • <script> jQuery(function($){ $("#no-reply-1253618 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>