Closed delirius closed 3 months ago
@delirius could you send me the a dump with the stylemanager tables to sebastian@oveleon.de
?
I assume you used labels that are saved as numbers but I'd rather wanna test it on my end with a proper PHPStan configuration set up.
Also, tell me if the branch dev-fix/export
fixes your issue
@delirius The reason why this happens all of the sudden was me introducing declare(strict_types=1)
for strict type checking.
Removing the check can be compared to ignoring the burning house.
I consider this being many bugs where the style manager did falsely use wrong types (e.g. an integer to an array value (See #107))
Prerequisites
Please select the topic(s) that most closely match your concern
Backend (PHP/CSS)
Description
Beim Exportieren aus den StyleManager kommt ein Internal Server Error. Contao 5.3.12 Komponenten StyleManager 3.6.1 PHP 8.2.*
Testweise habe ich eine Konvertierung zu String hinzugefügt, so klappt es bei mir wieder. src/StyleManager/Sync.php Zeile 402: $value = $xml->createTextNode((string) $v);
Relevant log output