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 7 months ago
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
quickfix for php7.2+:
on component/com_jem/classes/user.class.php line 229:
replace
with
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);
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
This fix worked like a charm. Will this need to be done after every update?
Thanks!
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
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
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
Don Dickens
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
Your feedback is making us happy!
Please Log in or Create an account to join the conversation.
Time to create page: 0.655 seconds