Shape 5

Joomla Club Extensions => Masonry - Club => : Quincy2000 July 06, 2017, 08:35:23 AM



: Error: Warning: usort() expects parameter 2 to be a valid callback, non-static
: Quincy2000 July 06, 2017, 08:35:23 AM
I get this errors - any help?

Warning: usort() expects parameter 2 to be a valid callback, non-static method mods5MasonryHelper::cmp() should not be called statically in /home/SITE/public_html/LAI/modules/mod_s5_masonry/helper.php on line 79

Deprecated: Non-static method mods5MasonryHelper::getCategory() should not be called statically in /home/SITE/public_html/LAI/modules/mod_s5_masonry/mod_s5_masonry.php on line 18

Warning: usort() expects parameter 2 to be a valid callback, non-static method mods5MasonryHelper::cmp() should not be called statically in /home/SITE/public_html/LAI/modules/mod_s5_masonry/helper.php on line 291



: Re: Error: Warning: usort() expects parameter 2 to be a valid callback, non-static
: jonahh July 06, 2017, 09:48:14 AM
Hello,

This are just warnings and most likely they are showing because strict standards are enabled. Please be sure to disable them on your server and these won't show anymore.


: Re: Error: Warning: usort() expects parameter 2 to be a valid callback, non-static
: Quincy2000 July 06, 2017, 09:53:13 AM
Thank you for the fast reply - I will check this at the server!