Welcome, Guest
Username: Password: Remember me

TOPIC:

[SOLVED] Deprecated: Function create_function() is deprecated in 3 years 6 months ago #26925

JEM2.2.3

Please Log in or Create an account to join the conversation.

[SOLVED] Deprecated: Function create_function() is deprecated in 3 years 6 months ago #26926

quickfix for php7.2+:
on component/com_jem/classes/user.class.php line 229:
replace
array_walk($asset, create_function('&$v, $k, $db', '$v = $db->quoteName($v);'), $db);
with
array_walk($asset, function(&$v, $k, $db) { $v = $db->quoteName($v); }, $db);

Please Log in or Create an account to join the conversation.

[SOLVED] Deprecated: Function create_function() is deprecated in 3 years 6 months ago #26927

This fix worked like a charm. Will this need to be done after every update?

Thanks!

Please Log in or Create an account to join the conversation.

[SOLVED] Deprecated: Function create_function() is deprecated in 3 years 6 months ago #26928

I hope not so! We're working on a update. But there are more things to do. And our developers are busy.

Please Log in or Create an account to join the conversation.

[SOLVED] Deprecated: Function create_function() is deprecated in 3 years 6 months ago #26929

Great! Thanks. I did want you all to know this is the best calendar that I have come across and I have researched a great many. All I wanted for the site that I have it on is a list of things that were coming up and the date they were happening. I didn't want anything clickable or fancy but still wanted the ability to be able to have those things. I'll be making a donation that's for sure.

Don Dickens
The following user(s) said Thank You: ernst67, jojo12

Please Log in or Create an account to join the conversation.

[SOLVED] Deprecated: Function create_function() is deprecated in 3 years 6 months ago #26930

Your feedback is making us happy!

Please Log in or Create an account to join the conversation.

Time to create page: 0.410 seconds

Donate

If you find JEM useful and if you use it on your site, please consider a donation to the project.

Private Messages

You are not logged in.

Follow us......