Actions
Bug #69201
closedmap to foreign table in php
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2015-08-20
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
If you you follow the guidelines for mapping a foreign table through ts, the Backend will generate mysql Errors because of a missing table
lastBuiltQuery => "SELECT uid FROM tx_myext_domain_model_myplugin WHERE pid=119 LIMIT 1"
see: https://docs.typo3.org/typo3cms/ExtbaseFluidBook/6-Persistence/4-use-foreign-data-sources.html
but perhaps I'm just missing some crucial information :-)
Actions