Open runningnet opened 5 years ago
RealURL v2.1.0 renamed the table from tx_realurl_pathcache
to tx_realurl_pathdata
in 2016-09.
Commit: https://github.com/dmitryd/typo3-realurl/commit/d132e02ed6962841123dff6868c082f73146e641
Patches that fixes this bug:
The SEO ext. try to query the tx_realurl_pathcache Table wich not exits.
ERROR => 'Table 'tx_realurl_pathcache' doesn't exist'
lastBuiltQuery => 'SELECT page_id, language_id, pagepath FROM tx_realurl_pathcache WHERE page_i d IN (1,6,5,3,25,34,52,55,57,71,86,84,273) AND language_id = 0 ORDER BY lan guage_id ASC, expire ASC'
The Error is locatet atSeoModule->loadPathCache#232
I use: