fnagel / generic-gallery

TYPO3 extension: Generic Gallery - One gallery to rule them all!
https://extensions.typo3.org/extension/generic_gallery/
GNU General Public License v3.0
7 stars 12 forks source link

Error: Template for settings.gallery.bootstrap_slider_image not found #15

Closed Scunkaneli closed 7 years ago

Scunkaneli commented 7 years ago

Since I upgraded my CMS to 8.7.1, the error [tx_generic_gallery] Error: Template for settings.gallery.bootstrap_slider_image not found! started to occur randomly. I have no idea what is causing this. I have changed no paths of the extension nor changed the Typo Setup. Sometimes it occurs 20 times an hour, it can then vanish for a longer time, sometimes over a week, and come back again.

Maybe it started since I used the Bootstrap Image Slider template to show images on some places of my website. But the gallery is working fine, even though the error lets you think of the opposite.

Is there any idea what could cause this?

Scunkaneli commented 7 years ago

After more digging around the logs, I maybe have an idea what could cause this: Most, if not all errors, happen right around 5:30 AM. I guess this could be the time some crawler, most likly Googlebot, crawls the site and requests some kind of wrong or outdated content that causes the ext to display this error.

Sadly no requested URL is shown in the errorlog, so I have no idea which part of the page could cause this.

System now: CMS 8.7.3 PHP 7.1.6 newest generic-gallery from TER.

Scunkaneli commented 7 years ago

I was able to identify the issue: The plugin generated some wrong image caption href-links which caused the error. They were then crawled by google and opened. I fixed it by blocking the generation of these links as I don't need them.