Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • T TYPO3.CMS
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • accessibilityaccessibility
  • TYPO3.CMS
  • Repository
Switch branch/tag
  • TYPO3.CMS
  • ..
  • Container
  • InlineRecordContainer.php
Find file BlameHistoryPermalink
  • Nicole Cordes's avatar
    [BUGFIX] Catch some FAL exceptions for missing driver · 9f131622
    Nicole Cordes authored Nov 03, 2015 and Alexander Opitz's avatar Alexander Opitz committed Nov 04, 2015
    If a driver of a storage isn't available anymore (e.g. because an
    extension was deactivated), an exception is thrown and the backend
    stops working on multiple sites.
    
    This patch catches the InvalidArgumentException which is thrown by the
    DriverRegistry and ensures a proper working mode. The exception is
    caught when:
    
    - editing a record with inline record to a file of that storage
    - editing a record with image manipulation of a file of that storage
    - opening the element browser where the last folder was within that storage
    
    Resolves: #71296
    Releases: master
    Change-Id: Ide83d411ab6c0e1850ff9cb9eec894753e73727f
    Reviewed-on: https://review.typo3.org/44523
    
    
    Reviewed-by: Georg Ringer's avatarGeorg Ringer <georg.ringer@gmail.com>
    Tested-by: Georg Ringer's avatarGeorg Ringer <georg.ringer@gmail.com>
    Reviewed-by: Alexander Opitz's avatarAlexander Opitz <opitz.alexander@googlemail.com>
    Tested-by: Alexander Opitz's avatarAlexander Opitz <opitz.alexander@googlemail.com>
    9f131622