external_import icon indicating copy to clipboard operation
external_import copied to clipboard

Results 28 external_import issues
Sort by recently updated
recently updated
newest added

Is the extension allowed for PHP 8.3? The extension should work with TYPO3 12 and TYPO3 11. TYPO3 12 allow php 8.3. Why don't your extension allows the usage of...

Hi, i installed external_import 7.2.4 on typo3 12.4.14 i get the error: `Given select field item list was not found. in /html/typo3/typo3_src-12.4.14/typo3/sysext/core/Classes/Utility/ExtensionManagementUtility.php line 438 } if (!isset($GLOBALS['TCA'][$table]['columns'][$field]['config']['items']) || !is_array($GLOBALS['TCA'][$table]['columns'][$field]['config']['items']) )...

I just installed cobweb/external_import (7.1.1) on TYPO3 v 12.4.6 and after Installing I get the error ``` Interface "TYPO3\CMS\Reactions\Reaction\ReactionInterface" not found in /var/www/html/vendor/cobweb/external_import/Classes/Reaction/ImportReaction.php line 34 ``` The class tries to...

Currently, only a global reporting mail can be configured in the extension settings. When different imports / data sources are configured, it would be great to set different recipients for...

When there are a lot of configurations, the list in the Data Module is a bit cluttered. It could be nice to group rows (according to the "group" property, using...

Functional and unit tests need to be migrated to "typo3/testing-framework" since "nimut/testing-framework" was abandoned.

Typo3 12.4.5 PHP 8.2.4 external_import 7.1.0 svconnector 5.1.0 is installed svconnector_sql 4.1.0 is installed After installing the extenstion via extension manager I get the following error in backend and frontend:...

Is there a way to queue the import? I import a JSON from a external Source.. (Calendar Items) and the Customer wants the Data till 180 Days in the Future.....

When viewing a specific configuration in the BE module, it could be nice to be able to trigger directly a run or a preview without having to go back to...