By piter-flirt on Monday, 30 August 2021
Replies 1
Likes 0
Views 727
Votes 0
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
Thank you! This has actually already been done for the next release :-)
·
3 years ago
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post