b13 / t3ext-seo_basics

TYPO3 Extension: SEO Basics
7 stars 27 forks source link

DB Error in Typo3 Backend at Info #78

Open runningnet opened 5 years ago

runningnet commented 5 years ago

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 at SeoModule->loadPathCache#232

I use:

cweiske commented 3 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

cweiske commented 3 years ago

Patches that fixes this bug: