Display warning array_multisort
-
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)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Display warning array_multisort’ is closed to new replies.