Actions
Bug #87535
closedError There is no column with name 't3ver_oid' on table 'tt_address'.
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
Start date:
2019-01-24
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Hello TYPO3 Team,
I have a TYPO3 9.5.4 with installed maps2 4.2.6. tt_address is currently NOT installed/active
In ext_tables.sql we have added following lines:
# # Table structure for table 'tt_address' # CREATE TABLE tt_address ( tx_maps2_uid int(11) unsigned DEFAULT '0' NOT NULL );
Database looks OK and has table tt_address with ONE column called tx_maps2_uid.
COMPOSER: Install tt_address, deactivate it in ExtensionManager, remove all columns tt_address columns from DB by hand or Database Analyzer.
Now activate tt_address again.
NON-COMPOSER: Install or activate tt_address
You will get the Error:
There is no column with name 't3ver_oid' on table 'tt_address'.
Stefan
Actions