Project

General

Profile

Bug #81375

Updated by Moritz Ngo almost 7 years ago

I had a "very old" extension thats VendorName was "Myvendor". 
 I wrote a new extension a while ago with the VendorName "MyVendor". 

 TYPO3 CMS 8.7.1 wont recognize the difference between "Myvendor" and "MyVendor" if both extensions are installed. "MyVendor". 
 Thus TYPO3 CMS 8.7.1 won't    autoload classes in my new extension. 
 That generated an Exception:  

 Uncaught TYPO3 Exception Class 'MyVendor\MyExt\Utility\ModifyTca' not found 

Back