Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix incompatibilities with current TYPO3 versions #6

Merged
merged 2 commits into from
Feb 23, 2017

Conversation

helhum
Copy link
Contributor

@helhum helhum commented Feb 22, 2017

  • Assume root folder for emtpy identifier
  • Enforce trailing slash for processing folder
  • Fix autoloading fatal error in non composer mode

* Assume root folder for emtpy identifier
* Enforce trailing slash for processing folder
* Fix autoloading fatal error in non composer mode
To avoid an exception caused by a warning, we must
catch a case where it is tried to merge null values.
@Lagerregal Lagerregal merged commit 155c7fc into andersundsehr:master Feb 23, 2017
@helhum
Copy link
Contributor Author

helhum commented Feb 23, 2017

Thanks for the quick merge!

@helhum helhum deleted the pulls/make-compatible branch March 3, 2017 19:43
@aminemeister aminemeister mentioned this pull request Jan 25, 2019
cweiske added a commit to mogic-le/aus_driver_amazon_s3 that referenced this pull request Dec 4, 2023
When uploading a new file in TYPO3 v11.5.33, most of the times
the meta data record has not been created yet when the MetaDataUpdateService
is called.
This patch creates the meta data record when necessary, preventing
the following error:

> (1/1) #1476107295 TYPO3\CMS\Core\Error\Exception
> PHP Warning: Undefined array key "uid" in typo3/sysext/core/Classes/Resource/Index/MetaDataRepository.php line 197
> Stack trace:
> #0 typo3/sysext/core/Classes/Resource/Index/MetaDataRepository.php(197): TYPO3\\CMS\\Core\\Error\\ErrorHandler->handleError()
> andersundsehr#1 typo3conf/ext/aus_driver_amazon_s3/Classes/Service/MetaDataUpdateService.php(51): TYPO3\\CMS\\Core\\Resource\\Index\\MetaDataRepository->update()
> andersundsehr#2 typo3conf/ext/aus_driver_amazon_s3/Classes/EventListener/AfterFileAddedToIndexEventListener.php(31): AUS\\AusDriverAmazonS3\\Service\\MetaDataUpdateService->updateMetadata()
> andersundsehr#3 typo3/sysext/core/Classes/EventDispatcher/EventDispatcher.php(51): AUS\\AusDriverAmazonS3\\EventListener\\AfterFileAddedToIndexEventListener->__invoke()
> andersundsehr#4 typo3/sysext/adminpanel/Classes/Service/EventDispatcher.php(41): TYPO3\\CMS\\Core\\EventDispatcher\\EventDispatcher->dispatch()
> andersundsehr#5 typo3/sysext/core/Classes/Resource/Index/FileIndexRepository.php(340): TYPO3\\CMS\\Adminpanel\\Service\\EventDispatcher->dispatch()
> andersundsehr#6 typo3/sysext/core/Classes/Resource/Index/FileIndexRepository.php(318): TYPO3\\CMS\\Core\\Resource\\Index\\FileIndexRepository->insertRecord()
> andersundsehr#7 typo3/sysext/core/Classes/Resource/Index/Indexer.php(84): TYPO3\\CMS\\Core\\Resource\\Index\\FileIndexRepository->addRaw()
cweiske added a commit to mogic-le/aus_driver_amazon_s3 that referenced this pull request Dec 4, 2023
When uploading a new file in TYPO3 v11.5.33, most of the times
the meta data record has not been created yet when the MetaDataUpdateService
is called.
This patch creates the meta data record when necessary, preventing
the following error:

> (1/1) #1476107295 TYPO3\CMS\Core\Error\Exception
> PHP Warning: Undefined array key "uid" in typo3/sysext/core/Classes/Resource/Index/MetaDataRepository.php line 197
> Stack trace:
> #0 typo3/sysext/core/Classes/Resource/Index/MetaDataRepository.php(197): TYPO3\\CMS\\Core\\Error\\ErrorHandler->handleError()
> andersundsehr#1 typo3conf/ext/aus_driver_amazon_s3/Classes/Service/MetaDataUpdateService.php(51): TYPO3\\CMS\\Core\\Resource\\Index\\MetaDataRepository->update()
> andersundsehr#2 typo3conf/ext/aus_driver_amazon_s3/Classes/EventListener/AfterFileAddedToIndexEventListener.php(31): AUS\\AusDriverAmazonS3\\Service\\MetaDataUpdateService->updateMetadata()
> andersundsehr#3 typo3/sysext/core/Classes/EventDispatcher/EventDispatcher.php(51): AUS\\AusDriverAmazonS3\\EventListener\\AfterFileAddedToIndexEventListener->__invoke()
> andersundsehr#4 typo3/sysext/adminpanel/Classes/Service/EventDispatcher.php(41): TYPO3\\CMS\\Core\\EventDispatcher\\EventDispatcher->dispatch()
> andersundsehr#5 typo3/sysext/core/Classes/Resource/Index/FileIndexRepository.php(340): TYPO3\\CMS\\Adminpanel\\Service\\EventDispatcher->dispatch()
> andersundsehr#6 typo3/sysext/core/Classes/Resource/Index/FileIndexRepository.php(318): TYPO3\\CMS\\Core\\Resource\\Index\\FileIndexRepository->insertRecord()
> andersundsehr#7 typo3/sysext/core/Classes/Resource/Index/Indexer.php(84): TYPO3\\CMS\\Core\\Resource\\Index\\FileIndexRepository->addRaw()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants