HTTP API Call – 404 Not Found
-
I use your plugin and it works very well. I also use query monitor.
On the WordPress dashboard, when I select “System Information” in the FooGallery settings panel, query monitor displays an error message about HTTP API Call.
It displays the following message 404 not Found due to HEAD caller :
FooGallery_Thumbnails->image_file_exists()
wp-content/plugins/foogallery/includes/class-thumbnails.php:226
FooGallery_Thumbnails->find_first_image_in_media_library()
wp-content/plugins/foogallery/includes/class-thumbnails.php:208
apply_filters(‘foogallery_test_thumb_url’)
wp-includes/plugin.php:206
foogallery_test_thumb_url()
wp-content/plugins/foogallery/includes/functions.php:851
FooGallery_Admin_Menu->foogallery_systeminfo()
wp-content/plugins/foogallery/includes/admin/class-menu.php:103
do_action(‘foogallery_page_foogallery-systeminfo’)
wp-includes/plugin.php:478The problem I observe is that FooGallery to perform its tests will look for the first images of the site contained in the UPLOADS/2020/04 folder (the first image folder in my case). The problem is that I deleted these images a long time ago because I don’t use them on my site. But FooGallery has kept these images and their path in memory. There are only 3 .png images left in this folder.
Why doesn’t the plugin search for new images instead of old images that no longer exist?
Is there a way to fix this.
Thanks
- The topic ‘HTTP API Call – 404 Not Found’ is closed to new replies.