-
AuthorPosts
-
January 15, 2020 at 12:27 pm #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
MichaelJanuary 15, 2020 at 1:20 pm #1173966Hi,
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
January 16, 2020 at 8:22 am #1174763 -
AuthorPosts
- You must be logged in to reply to this topic.