easydb / typo3-integration
Integration of easydb / fylr asset management in TYPO3
Installs: 11 202
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 5
Forks: 2
Open Issues: 0
Type:typo3-cms-extension
Requires
- php: >=8.2
- ext-json: *
- psr/http-message: ^1.1
- typo3/cms-core: ^12.4.34 || ^13.4.15
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.76
- php-parallel-lint/php-parallel-lint: ^1.4
- phpstan/phpstan: ^1.12.27 || ^2.1
- phpstan/phpstan-deprecation-rules: ^1.1.4 || ^2
- phpstan/phpstan-doctrine: ^1.3.69|| ^2
- phpstan/phpstan-phpunit: ^1.3.16 || ^2
- phpstan/phpstan-strict-rules: ^1.5.5 || ^2
- phpunit/phpunit: ^10.5.19
- saschaegerer/phpstan-typo3: ^1.10.0 || ^2
- typo3/testing-framework: ^7.0.4 || ^8
Replaces
- typo3-ter/easydb: 3.1.2
README
This TYPO3 extension provides an interface in the TYPO3 backend to access and import files from easydb digital asset management.
Installation
Either download and install it from TER,
or install it with composer: composer require easydb/typo3-integration
Configuration
You can configure the extension by using the Extension Manager backend module. Just open the extension configuration of easydb extension and at least specify a server URL to your easydb server.
You can limit the allowed file extensions of files that can be imported from easydb.
Just specify a comma separated list extensions.
If you don't need multi language support, you will be good to go. Otherwise read on.
Multilanguage configuration
The only thing you need to do is set the easydb locale that should be mapped to the TYPO3 default language in the extension manager configuration and set the according easydb locale in each TYPO3 language record.
Known problems with cross site cookies
If you are experiencing problems with the upload into the TYPO3 server, and get errors like
- "No cookie present"
- "Are cross site cookies allowed in your browser?"
then this means that your browser is blocking cookies, which are needed to authenticate in the TYPO3 server. This is most likely due to the security settings in your browser. Depending on the browser you are using, you need to update the settings to allow cross site cookies.
For example, in Firefox it is necessary to change the settings for blocking cookies from the most strict option "Cross-site tracking cookies, and isolate other cross-site cookies" to "Cross-site tracking cookies", so that the cross site cookie between easydb5/fylr and TYPO3 can be used. For other browsers, there are similar security options.