isotope / core

Core repository of Isotope eCommerce, an eCommerce extension for Contao Open Source CMS
https://isotopeecommerce.org
136 stars 107 forks source link

Prevent "class not available" error (Adaption towards Contao 5 Step 002) #2490

Closed Ernestopheles closed 10 months ago

Ernestopheles commented 11 months ago

Next adaption towards Contao 5.

See useCases tested with cypress: tests Contao 4.13.31, Isotope 2.9 and PHP 8.1

Ernestopheles commented 10 months ago

First adaption (002) towards Contao 5.

Take Template from Isotope\Template instead of \Template to prevent "class not available" error in ProductCollection::addToTemplate.

This error occured during cache warm-up under Contao 5.2, PHP 8.1 as class \Template was not available.

See useCases tested with cypress: tests Contao 4.13.31, Isotope 2.9 and PHP 8.1

aschempp commented 10 months ago

Thank you @Ernestopheles