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:
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)));
}