Bug #53686
Undefined method in TYPO3 6.1 when extension yag is installed
0%
Description
using the language menu on a site where yag is instaled, then (when trying to ad images to the gallery) the following error was shown:
Fatal error:
Call to undefined method TYPO3\CMS\Extbase\Persistence\Generic\Typo3QuerySettings::getPreventLanguageOverlay()
in
/html/typo3/typo3conf/ext/sr_language_menu/Classes/Xclass/Extbase/Persistence/Generic/Storage/Typo3DbBackend.php on line 70
the patch from http://forge.typo3.org/issues/51293 is already installed...
any ideas to fix it ???
(Question: is it planned, and if yes then when, that this extension will be 6.1 or better 6.2 ready)
Updated by Stanislas Rolland about 7 years ago
- Assignee set to Stanislas Rolland
The extension should work with 6.1.3+.
After applying the patch, the TYPO3 configuration cache should be cleared.
Or, you may also try current trunk.
Updated by Stanislas Rolland about 7 years ago
Ralf-Rene Schroeder wrote:
(Question: is it planned, and if yes then when, that this extension will be 6.1 or better 6.2 ready)
Version 6.0.3, now on TER, is TYPO3 6.2 ready.
Updated by Alexander Ketter about 7 years ago
i have the same problem using yag 3.0.0 and sr_language_menu 6.0.3 on typo3 6.1.5, leading to the error mentioned above!
any fix coming?
Updated by Stanislas Rolland about 7 years ago
- Subject changed from undefined method in TYPO3 6.1 to Undefined method in TYPO3 6.1 when extension yag is installed
Updated by Stanislas Rolland about 7 years ago
Alexander Ketter wrote:
i have the same problem using yag 3.0.0 and sr_language_menu 6.0.3 on typo3 6.1.5, leading to the error mentioned above!
any fix coming?
In what order are the extensions installed?
Updated by Ralf-Rene Schroeder about 7 years ago
for me the order is
1.) sr_language_menu
2.) yag
because of the testing with yag was only for another customer, i have no testing installation at the moment...
Updated by Stanislas Rolland about 7 years ago
- File SrLanguageMenuIssue53686.patch added
Please test the attached patch.
Updated by Alexander Ketter about 7 years ago
for me it was
1. yag
2. sr_language_menu
why has the patch been removed?
Updated by Stanislas Rolland about 7 years ago
- File SrLanguageMenuIssue53686.patch added
Alexander Ketter wrote:
for me it was
1. yag
2. sr_language_menuwhy has the patch been removed?
Someone tried it and said it did not work. If you wish to test it, here it is again. Make sure to clear all caches after installing the patch.
Updated by Klaus Bader almost 7 years ago
Alexander Ketter wrote:
Tried it, but didn't work for me too.
Tried it also, but didn't work. Caches are cleared after installing the patch. Please make the extension working with yag.
Updated by Stanislas Rolland almost 7 years ago
- File SrLanguageMenuIssue53686v2.patch added
Please test patch v2.
Make sure sr_language_menu is installed after yag.
Updated by lexi no-lastname-given almost 7 years ago
Tested the patch today. Cleared all Caches. Unfortunately still get the same error:
Fatal error: Call to undefined method TYPO3\CMS\Extbase\Persistence\Generic\Typo3QuerySettings::getPreventLanguageOverlay() in /html/typo3/typo3conf/ext/sr_language_menu/Classes/Xclass/Extbase/Persistence/Generic/Storage/Typo3DbBackend.php on line 70
Updated by Stanislas Rolland almost 7 years ago
- Status changed from On Hold to Under Review
I think this is now resolved in current trunk please confirm.
Updated by Stanislas Rolland almost 7 years ago
Fixed in 6.0.13, 6.1.8 and 6.2.0 with upcoming version 6.0.4 of the extension (or trunk version).