Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1289448
    [email protected]
    Participant

    Hi,

    My page dispalying the grid has the following error message:

    Warning: Illegal string offset ‘type’ in /home/kirsten6/public_html/wp-content/plugins/the-grid/frontend/the-grid-element.class.php on line 1446

    How can I fix this?

    The page is http://www.papirmass.com/news/

    Thank you.

    #1289527
    Rupok
    Member

    Hi there,

    Thanks for writing in! Let’s check for the offset value and place a real value like 0 and save again. If you can’t find this, you can try disabling debug mode. This 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!

    #1292111
    [email protected]
    Participant

    Hi,

    I opened my wp_config file and WP_DEBUG was already set to false.

    This is what it said:

    define(‘WP_DEBUG’, false);
    define(‘WP_DEBUG_LOG’, true);
    define( ‘WP_MEMORY_LIMIT’, ‘128M’ );

    Any other thoughts on what the problem could be?

    #1292120
    [email protected]
    Participant

    I created a new grid item and it is no longer showing the error message. Fingers crossed. Last time it showed up after about a day.

    #1292334
    Christopher
    Moderator

    Let us know if it happens again.

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