Tagged: x
-
AuthorPosts
-
November 11, 2016 at 12:36 pm #1253618
dtg10001ParticipantI 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.
November 11, 2016 at 7:04 pm #1254011
Rue NelModeratorHello 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.phpand 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.
November 14, 2016 at 11:38 am #1256728
dtg10001ParticipantThat worked thank you.
November 14, 2016 at 11:53 am #1256759
RahulModeratorGlad it worked for you.
Let us know if we can help with anything else.
Thanks for choosing the X-theme!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1253618 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
