Project

General

Profile

Bug #101570

Updated by Daniel Siepmann 10 months ago

Reproduce: 

 # Enable CSP feature for backend 
 # Ensure <code>sys_csp_resolution</code> table is missing, e.g. execute <code>drop table sys_csp_resolution</code> 
 # Log into TYPO3 backend 


 # Enable CSP feature for frontend 
 # Ensure <code>sys_csp_resolution</code> table is missing, e.g. execute <code>drop table sys_csp_resolution</code> 
 # Open TYPO3 frontend 


 

 Error: 
 <pre> 
 (1/3) #1146 Doctrine\DBAL\Exception\TableNotFoundException 

 An exception occurred while executing a query: Table 'own_danielsiepmann.sys_csp_resolution' doesn't exist 
 </pre> 

 Triggered by vendor/typo3/cms-core/Classes/Security/ContentSecurityPolicy/Reporting/ResolutionRepository.php line 58 findByScope()

Back