Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1149855
    netach
    Participant

    Hello,

    I have got a problem with my portfolio page. The meassage “Notice: Undefined offset: 0 in /home/netach/domains/netach.nl/public_html/wp-content/themes/x/framework/functions/global/portfolio.php on line 37” appears.
    I have this issue since this week only on the English language portfolio, Dutch language portfolio seems fine.

    http://www.netach.nl/en/portfolio-archive/netach-viewer-info-panel-2/

    Wordpress 4.6
    X theme 4.6.1
    Cornerstone 1.3.1

    #1150130
    Rue Nel
    Moderator

    Hi There,

    Thanks for writing in! These are just PHP notices. You can turn this off by editing your wp-config file. Can 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 see the PHP notices.

    Please let us know how it goes.

    #1152156
    netach
    Participant

    Hi,

    I don’t know how this debug mode was enabled, but I disabled it and the meassages are gone.
    Thanks a lot.

    Best regards.

    #1152158
    Nico
    Moderator

    Happy to hear that.

    Feel free to ask us again.

    Thanks.

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