×
Support Offline :
Mon - Fri / 08:00am - 05:00pm (GMT +7)
Your Time:
Our Time:
Forum
JUX Member Forum - Restricted to Members Only
JUX Other Extensions
JUX Logo Showcase
Module showing Warning
Module showing Warning
Less
More
Posts: 2
Thank you received: 0
5 years 1 month 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.
Less
More
Posts: 4926
Karma: 49
Thank you received: 334
5 years 1 month ago #36549
by HaiND
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.
Forum
JUX Member Forum - Restricted to Members Only
JUX Other Extensions
JUX Logo Showcase
Module showing Warning
Time to create page: 0.072 seconds