heimrichhannot / contao-exporter-bundle

A backend module for exporting any contao entity to file.
1 stars 2 forks source link

Uncaught PHP Exception Error over install with Contao Manager #10

Closed albirs closed 2 years ago

albirs commented 2 years ago

Installing last version from conato-exporter-bundle on clean LTS 4.9 and also LTS 4.13 (PHP 7.4) results in an error in installtool (LOG):

[2022-03-20T18:58:47.329468+01:00] request.CRITICAL: Uncaught PHP Exception Doctrine\DBAL\Exception\TableNotFoundException: "An exception occurred while executing a query: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'xxxxxxx.tl_exporter' doesn't exist" at /xxxxxxx/contao/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php line 51 {"exception":"[object] (Doctrine\DBAL\Exception\TableNotFoundException(code: 1146): An exception occurred while executing a query: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'xxxxxxx.tl_exporter' doesn't exist at /xxxxxxx/contao/vendor/doctrine/dbal/src/Driver/API/MySQL/ExceptionConverter.php:51)\n[previous exception] [object] (Doctrine\DBAL\Driver\PDO\Exception(code: 1146): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'xxxxxxx.tl_exporter' doesn't exist at /xxxxxxx/contao/vendor/doctrine/dbal/src/Driver/PDO/Exception.php:30)\n[previous exception] [object] (PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'xxxxxxx.tl_exporter' doesn't exist at /xxxxxxx/contao/vendor/doctrine/dbal/src/Driver/PDO/Statement.php:101)"} []

local path replaced with xxxxxx

seems that the tl_exporter table is expected before creating. Other packages or modules can be installing normally

EDIT: if i create "tl_exporter" manually, appears same error for table "tl_field_value_copier" ... may related with last change f3890fb ...?

koertho commented 2 years ago

Should be fixed in 0.11.1, there was an issue in the migration.