Support Offline: Mon - Fri / 08:00am - 05:00pm (GMT +7)
Your Time: Our Time:

file Module showing Warning

More
4 years 5 months ago #36542 by YAWO ABOTSI
Hi,

I have just bought the JUX Logo Showcase and installed it.

When I tried to use on my website. I got this message :

Warning: count(): Parameter must be an array or an object that implements Countable in /home/yawoabot/public_html/yourgospelteam.ch/modules/mod_jux_logoshowcase/includes/css.php on line 26

Can you please help me to solve it ? It is URGENT !

Best regards

Yawo

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

More
4 years 5 months ago #36549 by HaiND
Replied by HaiND on topic Module showing Warning
Hi
Thank you for feedbak us
Please go to source code:
..\modules\mod_jux_logoshowcase\includes\css.php at line 25 and line 26

$cssString = '';
if (count($cssArr)){
edit:
$cssString = '';$count = is_array($cssArr) ? count($cssArr) : 0 ;
if ($count > 0){

..\modules\mod_jux_logoshowcase\includes\css.php at line 56 and line 57

$cssString = '';
if (count($cssArr)){
edit:
$cssString = '';$count = is_array($cssArr) ? count($cssArr) : 0 ;
if ($count > 0){


Hope it will help you
Thanks

Best Regards
--HaiND--

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

Moderators: Jackie
Time to create page: 0.024 seconds
Powered by Kunena Forum