Forums

CF5 and PHP7.2 - deprecated function in cegcore

wallyhowe 14 Apr, 2020
Getting errors with CF5 and struggled to find it.
Did clean install of Joomla, installed CF5. Loaded a form.
Got a string of errors:
Deprecated: Function create_function() is deprecated in xxxxxx.xxx/public_html/libraries/cegcore/helpers/html.php on line 59
Went back through PHP levels. PHP7.0, PHP7.1 both fine. Errors appeared with PHP7.2

Line 59 by my reckoning is:
 return implode('; ', array_map(create_function('$k,$v', 'return $k.":".$v;'), array_keys($styles), array_values($styles)));
}
wallyhowe 15 Apr, 2020
Hi Bob
That seems to have done the trick.
Many thanks
Wally
This topic is locked and no more replies can be posted.