Okay
  Public Ticket #2033973
Matic Theme - Php 7.2 - Error in modules - Function: count()
Closed

Comments

  •  1
    Alan started the conversation

    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:

    Warning: count(): Parameter must be an array or an object that implements Countable
    in fieldstaticblocks.php line 287


    The same error appears in modules:

    - Static Footer

    - Staticblock

    - Block categories

    Prestashop version: 1.7.5.2


  •  1,593
    Criss replied

    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

  •  1
    Alan replied

    It's worked. :)

    Thank you Peter.

  •  1,593
    Criss replied

    Hi Alan

    Thanks for your review.

    Have a nice day.

    Best Regards,
    Criss - FieldThemes