help to better help you:

Please: add always Joomla / JEM version and details to your posts, so we can try to reproduce your issue!

[SOLVED] Deprecated: Function create_function() is deprecated in

Re: [SOLVED] Deprecated: Function create_function() is deprecated in

4 years 8 months ago
#26925
JEM2.2.3

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

Re: [SOLVED] Deprecated: Function create_function() is deprecated in

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

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

Re: [SOLVED] Deprecated: Function create_function() is deprecated in

4 years 7 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.

Re: [SOLVED] Deprecated: Function create_function() is deprecated in

4 years 7 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.

Re: [SOLVED] Deprecated: Function create_function() is deprecated in

4 years 7 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.

Re: [SOLVED] Deprecated: Function create_function() is deprecated in

4 years 7 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.627 seconds