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 ...?
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 ...?