Closed Vasile-Loghin-Reea closed 9 months ago
In the meantime we have updated in2publish_core to the latest version available, 8.1.0, but with the same results, it still throws that error mentioned in the previous post.
Closing, because nothing happened for nearly 5 years.
We are using in2publish_core version 7.0.3 on the staging website, from where we publish pages and content to the live website. Both websites are running on TYPO3 8.7.24, on an apache/linux system. in2publish_core is installed only on the staging website. On both websites, staging and live, we have installed the bynder extension (https://extensions.typo3.org/extension/bynder/), which integrates the bynder DAM (https://www.bynder.com/en/) into TYPO3. Now we come to the problem: if bynder is installed on any of the 2 websites, stage or live, or on both simultaneously, then when we try to publish a page that contains any kind of image content element, whether added directly from TYPO3 or from Bynder, the publishing crashes. It throws the following error:
If we uninstall the bynder extension from both websites, stage and live, the publishing works again flawlessly.
We have managed to narrow down the problem to a section of code in ext_localconf.php in the bynder extension, which, if it is commented out, then even if bynder is installed on both stage and live, the publishing process is working. This is the section of code:
This piece of code registers another custom driver to FAL for the image processing, besides the standard Local driver. The configuration that results is the following, if we look in the TYPO3 backend in the Configuration module:
Here is also a screenshot of the FAL configuration in $GLOBALS['TYPO3_CONF_VARS']: https://imgur.com/317eq2U
Of course, this piece of code can not be left commented out, as without it the bynder integration is not working correctly, so simply leaving it out would not be a solution.
So now to the question: are there any known problems that in2publish_core might have with additional registered FAL drivers, such as this one from Bynder? If yes, are there any solutions that we might apply?