Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #221355

    Hi all,
    I have two different error messages in WordPress with the Enfold theme.

    The first at the Avia Layout Architect:

    Strict Standards: Non-static method AviaHelper::save_string() should not be called statically in /webspace/12/79878/ubercreative.me/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/storage-post.class.php on line 41

    The second after I’ve implemented the WordPress SEO plugin from Yoast:

    Notice: Undefined index: index in /webspace/12/79878/ubercreative.me/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow_layerslider.php on line 116

    Can you help me please. I’ve got no clou what this is about.

    Merci,
    Wiebke

    #221387

    Hello again,
    one additional note:
    Also the meta description below the website title at the google search are not been shown. Instead of the meta description there is an error message:

    Notice: Undefined offset: 1 in /webspace/12/79878/ubercreative.me/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on … Ubercreative.

    Cheers,
    Wiebke

    #221490

    Hey!

    Please add this on functions.php:

    error_reporting(0);
    

    Or edit wp-config.php, add this:

    error_reporting(0);
    @ini_set('display_errors', 0);
    

    Cheers!
    Ismael

    #225092

    Hi Ismael,
    thank you for your tip. The error messages within the Enfold Avia Layout Architekt disappeared, but I have already the problem that the meta description below the website title at the google search is an error message:

    Notice: Undefined offset: 1 in /webspace/12/79878/ubercreative.me/wp-content/themes/enfold/framework/php/function-set-avia-frontend.php on … Ubercreative.

    Do you have any ideas how I can fix this problem?

    Cheers, Wiebke

    #225316

    Hi!

    Give Google some time to re-index your error-free site :)

    Best regards,
    Josue

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Error Messages at the Avia Layout Architect’ is closed to new replies.