Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1173929

    Hi,
    after having updated to version 4.7.1 some webpages are not shown istead I get the error message:

    Fatal error: Uncaught Error: Call to undefined function rray_key_exists() in /homepages/4/d631098802/htdocs/Logiclight/ll-enfold/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/timeline/timeline.php:981 Stack trace: #0 /homepages/4/d631098802/htdocs/Logiclight/ll-enfold/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/shortcode-template.class.php(1041): avia_sc_timeline->shortcode_handler(Array, ‘\n[av_timeline_i…’, ‘av_timeline’, Array) #1 /homepages/4/d631098802/htdocs/Logiclight/ll-enfold/wp-includes/shortcodes.php(325): aviaShortcodeTemplate->shortcode_handler_prepare(Array, ‘\n[av_timeline_i…’, ‘av_timeline’) #2 [internal function]: do_shortcode_tag(Array) #3 /homepages/4/d631098802/htdocs/Logiclight/ll-enfold/wp-includes/shortcodes.php(199): preg_replace_callback(‘/\\[(\\[?)(av_tim…’, ‘do_shortcode_ta…’, ‘<br />\n[av_thre…’) #4 /homepages/4/d631098802/htdocs/Logiclight/ll-enfold/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/shortcode-help in /homepages/4/d631098802/htdocs/Logiclight/ll-enfold/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/timeline/timeline.php on line 981

    Can you help me?

    Regard’s
    Michael

    #1173966

    Hi,

    I found the ero by myself:

    Your php-code is faulty:
    In your file timeline.php line 981 is written as:
    if( !rray_key_exists( ‘font-size’, $this->title_styling ) )
    instead of
    if( !array_key_exists( ‘font-size’, $this->title_styling ) )

    After having corrected the code by myself everything works fine.

    You can close the post as solved!

    Regards,

    Michael

    #1174763

    Hi Michael,

    Thanks for the update and I’m glad that you found the problem, this will be corrected in the next update of the theme.

    Best regards,
    Rikard

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.