Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1246185
    Olavski
    Participant

    Hi, I’m seeing this code just above breadcrumbs on my blog page. I haven’t written anything yet. My blog isn’t active. But I do like to get rid of the code:

    NOTICE: TRYING TO GET PROPERTY OF NON-OBJECT IN /HERMES/BOSNAWEB25A/B2819/IPG.PROFITMARKETINGACADE/WP-CONTENT/THEMES/X_PACKAGE/X/FRAMEWORK/FUNCTIONS/GLOBAL/BREADCRUMBS.PHP ON LINE 90

    What is it and how do i remove it?

    Regards,
    Olav,
    Profitmarketingacademy.com

    #1246493
    Rupok
    Member

    Hi Olav,

    It seems you didn’t yet set a Blog page. Let’s create a page and set as “Post Page” from Settings > Reading to get rid of this.

    Since this is just a notice and should be gone if you disable WP_DEBUG mode.

    You can do this by opening wp-config.php and updating :

    define( 'WP_DEBUG' , true );

    to

    define('WP_DEBUG', false);

    Hope this helps.

    Cheers!

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