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

    Hi Support,

    we got errors on our website
    Notice: Undefined index: img_scrset in /wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/postslider/postslider.php on line 464
    Notice: Undefined variable: the_id in /wp-content/themes/enfold/footer.php on line 48
    Notice: Undefined variable: the_id in /wp-content/themes/enfold/footer.php on line 73
    Notice: Undefined variable: the_id in /wp-content/themes/enfold/footer.php on line 85

    We disable any plugin – but the bug doesn´t change.

    What is the problem?

    Thanks for your help!

    Best regards

    Tobias

    #1324845

    Hey Tobias,

    Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #1324983

    did you have the last Enfold installed?
    because magazine has this too on 4.8.6.3.: https://kriesi.at/support/topic/error-25/#post-1322781
    or update to 4.8.6.5

    go and look if on line 464 from postslider.php there is only:

    if( 'disabled' == $atts['img_scrset'] )
    

    and try to replace it with:

    if( isset( $atts['img_scrset'] ) && 'disabled' == $atts['img_scrset'] )
    
    #1325041

    Hi,

    Thanks for helping out @guenni007 :-)

    Best regards,
    Rikard

    #1325086

    @guenni007

    Danke das hatte ich übersehen!

    Viele Grüße

    Tobias

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Undefined index: img_scrset in postslider.php on line 464’ is closed to new replies.