Project

General

Profile

Bug #90760

Updated by Riccardo De Contardi about 4 years ago

I performed the following operation with the latest version TYPO3 10.4.0-dev (latest master) 

 Info > link validator > check links 

 It threw an exception: 

 <pre> 
 (1/2) Doctrine\DBAL\Exception\InvalidFieldNameException 
 An exception occurred while executing 'SELECT `uid`, `pid`, `uid_local`, `link`, `sys_language_uid`, `uid_local:type` FROM `sys_file_reference` WHERE (`pid` IN (?)) AND ((`sys_file_reference`.`deleted` = 0) AND (`sys_file_reference`.`hidden` = 0))' with params [307]: Unknown column 'uid_local:type' in 'field list' 
 </pre> 

 I tried to clear all caches from install tool, updated db schema and dump php autoload without success 

 [UPDATE]: I've found that @ params [307]:@ refers to the page I am when I start the link validator; plus I also found the odd situation you see on the attached file: 

 !cattura3.png! 

 Environment: MAMP 5.5 on MAC 

 PHP version: 7.2.21 
 MySQL version: 5.7.26 

 Let me know if you need further information

Back