Hallo,

Contao 3.5.30
isotope/isotope-core 2.4.4
codefog/contao-haste 4.17.6

Ich bekomme öfter (nicht immer) folgende Meldung im FE wenn ich bei einem Produkt ein neues Bild hinzufüge:

Warning: imagejpeg(/kunden/12345/mywebsite/assets/images/y/image-92997352.jpg): failed to open stream: No such file or directory in composer/vendor/codefog/contao-haste/library/Haste/Image/Image.php on line 189
Code:
#0 [internal function]: __error(2, 'imagejpeg(/kund...', '/kunden/12345...', 189, Array)
#1 composer/vendor/codefog/contao-haste/library/Haste/Image/Image.php(189): imagejpeg(Resource id #297, '/kunden/12345...', 80)
#2 composer/vendor/isotope/isotope-core/system/modules/isotope/library/Isotope/Model/Gallery/Standard.php(372): Haste\Image\Image::addWatermark('isotope/k/image...', 'files/mywebsite/as...', 'right_bottom')
#3 composer/vendor/isotope/isotope-core/system/modules/isotope/library/Isotope/Model/Gallery/Standard.php(290): Isotope\Model\Gallery\Standard->getImageForType('lightbox', Array, true)
#4 composer/vendor/isotope/isotope-core/system/modules/isotope/library/Isotope/Model/Gallery/Standard.php(233): Isotope\Model\Gallery\Standard->addImageToTemplate(Object(Isotope\Template), 'gallery', Array, true)
#5 system/modules/isotope/templates/isotope/iso_reader_default.html5(17): Isotope\Model\Gallery\Standard->generateGallery()
#6 system/modules/core/library/Contao/BaseTemplate.php(88): include('/kunden/12345...')
#7 system/modules/core/library/Contao/Template.php(277): Contao\BaseTemplate->parse()
#8 system/modules/core/classes/FrontendTemplate.php(46): Contao\Template->parse()
#9 composer/vendor/isotope/isotope-core/system/modules/isotope/library/Isotope/Model/Product/Standard.php(549): Contao\FrontendTemplate->parse()
#10 composer/vendor/isotope/isotope-core/system/modules/isotope/library/Isotope/Module/ProductReader.php(105): Isotope\Model\Product\Standard->generate(Array)
#11 system/modules/core/modules/Module.php(287): Isotope\Module\ProductReader->compile()
#12 composer/vendor/codefog/contao-haste/library/Haste/Frontend/AbstractFrontendModule.php(52): Contao\Module->generate()
#13 composer/vendor/isotope/isotope-core/system/modules/isotope/library/Isotope/Module/Module.php(111): Haste\Frontend\AbstractFrontendModule->generate()
#14 composer/vendor/isotope/isotope-core/system/modules/isotope/library/Isotope/Module/ProductReader.php(62): Isotope\Module\Module->generate()
#15 system/modules/core/elements/ContentModule.php(59): Isotope\Module\ProductReader->generate()
#16 system/modules/core/library/Contao/Controller.php(484): Contao\ContentModule->generate()
#17 system/modules/core/modules/ModuleArticle.php(213): Contao\Controller::getContentElement(Object(Contao\ContentModel), 'main')
#18 system/modules/core/modules/Module.php(287): Contao\ModuleArticle->compile()
#19 system/modules/core/modules/ModuleArticle.php(67): Contao\Module->generate()
#20 system/modules/core/library/Contao/Controller.php(417): Contao\ModuleArticle->generate(false)
#21 system/modules/core/library/Contao/Controller.php(277): Contao\Controller::getArticle(Object(Contao\ArticleModel), false, false, 'main')
#22 system/modules/core/pages/PageRegular.php(133): Contao\Controller::getFrontendModule('0', 'main')
#23 system/modules/core/controllers/FrontendIndex.php(285): Contao\PageRegular->generate(Object(Contao\PageModel), true)
#24 index.php(20): Contao\FrontendIndex->run()
#25 {main}
Diese Meldung ercheint insges. 3x mit kleinen Unterschieden, darunter wird das Thumbnail angezeigt. Wenn man zum vergrößern klickt, kommt "failed to load".

Hab das Composer update durchlaufen lassen, es sollte alles auf dem neuesten Stand sein.

Der Fehler tritt nicht immer auf. Ich hatte den Fehler, habe ein anderes Bild hochgeladen, Fehler war weg. Nochmal anderes Bild, Fehler wieder da usw usf.
Ich hab es mit verschiedenen Bildern (welche sonst fehlerfrei auf der Website dargestellt werden) und verschiedenen Dateinamen versucht, konnte jedoch kein Muster ableiten.

Als Galerie wird eine Standard-Galerie mit Lightbox verwendet. Das öffnen in der Lightbox funktioniert beim ersten Bild, das zweite erzeugt die Fehlermeldung.

Vielen dank.