Monday, 30 August 2021
  1 Replies
  882 Visits
0
Votes
Undo
I has a warnings:

Warning: DefaultModLatestView::_sortEventsByTime(): Argument #1 ($a) must be passed by reference, value given in /modules/mod_jevents_latest/tmpl/default/latest.php on line 806
Warning: DefaultModLatestView::_sortEventsByTime(): Argument #2 ($b) must be passed by reference, value given in /modules/mod_jevents_latest/tmpl/default/latest.php on line 806

----
Solution was in file /modules/mod_jevents_latest/tmpl/default/latest.php on line 292 change

public static function _sortEventsByTime(&$a, &$b)

to

public static function _sortEventsByTime($a, $b)

----
Joomla 3.10
JEvents 3.6.15
PHP 8
3 years ago
·
#223049
0
Votes
Undo
Thank you! This has actually already been done for the next release :-)

JEvents Club members can get priority forum support at the Support Forum. As well as access to a variety of custom JEvents addons and benefits. Join the JEvents club today!Join the JEvents club today!

  • Page :
  • 1
There are no replies made for this post yet.