Closed fnagel closed 7 years ago
@dreadwarrior Any suggestions or hints?
Hi Felix,
are there any error messages when deleting a page? I am still on a 7.x branch and will check if I am using this workaround in One of the next days.
Cheers, tommy
Added error message to description. No time yet to check what's causing the actual issue.
Error message in 8.4:
Exception
An exception occurred while executing 'SELECT `uid` FROM `tx_beautyofcode_domain_model_flexform` WHERE `pid` = 47':
Table 'typo3v8.tx_beautyofcode_domain_model_flexform' doesn't exist
Similar issue in TYPO3 7.6 too. No idea how we missed that one :-/
Mapping is needed, otherwise the flexform won't work in FE. Some check excluding BE context seems to do the trick! I will do some more testing...
Dummy TCA mapping seems to cause issues when deleting a page, see: https://github.com/fnagel/beautyofcode/blob/master/ext_tables.php#L63-L76
Error:
Needs some testing if those lines are still needed in older TYPO3 versions (speaking 7.3.1+).
This was added in https://github.com/fnagel/beautyofcode/commit/d3f4d8a741ee8523f845ade8e970d94d7de237b2