• Resolved shaphiro

    (@shaphiro)


    Environment php 7.1 in catalog_front_end_view.php the variable $paramssld is not defined as array. In php 7.1 this is a problem.

    Added in
    function front_end_catalog($images, $paramssld, $paramssld3, $catalog


    global $wpdb; //line 21

    + if ($paramssld==null) $paramssld=array();

    Red,
    Regards

Viewing 1 replies (of 1 total)
  • Hello @shaphiro,

    Thank you for the comment. We will test catalog Plugin with the PHP 7 version and check if these errors come from the PHP version and let you know about the result. In the meanwhile the issue can be fixed in the upcoming version too, so follow up the changelog.

    Thank you.

Viewing 1 replies (of 1 total)

The topic ‘PHP 7 compatibility problem in front end’ is closed to new replies.