You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
line 386 of /mod/mediagallery/classes/item.php: TypeError thrown
line 386 of /mod/mediagallery/classes/item.php: call to imagesx()
line 296 of /mod/mediagallery/classes/item.php: call to mod_mediagallery\item->get_image_resized()
line 495 of /mod/mediagallery/classes/item.php: call to mod_mediagallery\item->generate_image_by_type()
line 622 of /mod/mediagallery/classes/item.php: call to mod_mediagallery\item->get_stored_file_by_type()
line 340 of /mod/mediagallery/classes/gallery.php: call to mod_mediagallery\item->get_image_url()
line 204 of /mod/mediagallery/renderer.php: call to mod_mediagallery\gallery->get_thumbnail()
line 173 of /mod/mediagallery/renderer.php: call to mod_mediagallery_renderer->gallery_list_item()
line 128 of /mod/mediagallery/classes/viewcontroller.php: call to mod_mediagallery_renderer->render_collection()
line 64 of /mod/mediagallery/classes/viewcontroller.php: call to mod_mediagallery\viewcontroller->action_viewcollection()
line 144 of /mod/mediagallery/view.php: call to mod_mediagallery\viewcontroller->display_action()
The text was updated successfully, but these errors were encountered:
The problem is there is no sanity check if the file_get_contents is empty. In the event that an image isn't available (for whatever reason) the system automatically fails to check if the contents are good to process, and if the image is even of the right type.
MDL 4.1 getting this error:
line 386 of /mod/mediagallery/classes/item.php: TypeError thrown
line 386 of /mod/mediagallery/classes/item.php: call to imagesx()
line 296 of /mod/mediagallery/classes/item.php: call to mod_mediagallery\item->get_image_resized()
line 495 of /mod/mediagallery/classes/item.php: call to mod_mediagallery\item->generate_image_by_type()
line 622 of /mod/mediagallery/classes/item.php: call to mod_mediagallery\item->get_stored_file_by_type()
line 340 of /mod/mediagallery/classes/gallery.php: call to mod_mediagallery\item->get_image_url()
line 204 of /mod/mediagallery/renderer.php: call to mod_mediagallery\gallery->get_thumbnail()
line 173 of /mod/mediagallery/renderer.php: call to mod_mediagallery_renderer->gallery_list_item()
line 128 of /mod/mediagallery/classes/viewcontroller.php: call to mod_mediagallery_renderer->render_collection()
line 64 of /mod/mediagallery/classes/viewcontroller.php: call to mod_mediagallery\viewcontroller->action_viewcollection()
line 144 of /mod/mediagallery/view.php: call to mod_mediagallery\viewcontroller->display_action()
The text was updated successfully, but these errors were encountered: