• Resolved eric32

    (@eric32)


    When i display the grid , this message appears in the web page

    Warning: array_multisort(): Array sizes are inconsistent in /htdocs/wp-content/plugins/gallery-photo-gallery/public/class-gallery-photo-gallery-public.php on line 1086

    I fixed this to add this line (line 1076) before the switch

    $images_categories=array_pad($images_categories, count($image_titles), "");

    It is because the categories array is empty.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author ays-pro

    (@ays-pro)

    Hi @eric32 ,

    Thank you for the topic.
    I apologize for the caused inconvenience.
    We will fix it in the next update and let you know.

    Thank you for your understanding.

    Plugin Author ays-pro

    (@ays-pro)

    Hi @eric32 ,

    Thank you for your patience.
    I am glad to inform you that we have fixed your mentioned bug and update our plugin.
    Please update it on your website.

    All the best.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Display warning array_multisort’ is closed to new replies.