Comments 1Alan started the conversationJune 3, 2019 at 10:16amHi,There is error in some modules, when using Php 7.2 version. I can only use php in version 5.6, 7.2, 7.3Error message: Warning: count(): Parameter must be an array or an object that implements Countable in fieldstaticblocks.php line 287The same error appears in modules:- Static Footer- Staticblock- Block categoriesPrestashop version: 1.7.5.2 1,593Criss repliedJune 5, 2019 at 1:48amHi AlanYou go to the directory\modules\fieldhtmlblock\class\and remove the conditionif (count ($ newObject> 0)) {}in the name_modules.class.php fileBest Regards,Criss - FieldThemes 1Alan repliedJune 7, 2019 at 9:59amIt's worked. :)Thank you Peter.1 Like 1,593Criss repliedJune 7, 2019 at 10:05amHi AlanThanks for your review. Have a nice day.Best Regards,Criss - FieldThemes Sign in to reply ...
Hi,
There is error in some modules, when using Php 7.2 version.
I can only use php in version 5.6, 7.2, 7.3
Error message:
The same error appears in modules:
- Static Footer
- Staticblock
- Block categories
Prestashop version: 1.7.5.2
Hi Alan
You go to the directory
\modules\fieldhtmlblock\class\
and remove the condition
if (count ($ newObject> 0)) {
}
in the name_modules.class.php file
Best Regards,
Criss - FieldThemes
It's worked. :)
Thank you Peter.
Hi Alan
Thanks for your review.
Have a nice day.
Best Regards,
Criss - FieldThemes