punktDe / pt_extlist

Generic list generator
http://extlist.punkt.de
12 stars 14 forks source link

Updating pt_extlist to 2.2.0 crashes pages with yag #11

Closed chris246 closed 8 years ago

chris246 commented 8 years ago

PHP Fatal error: Call to undefined method Tx_PtExtlist_Domain_Configuration_Filters_FilterConfig::configValueExistsAndNotNothing() in [...]/typo3/typo3conf/ext/pt_extlist/Classes/Domain/Configuration/Filters/FilterConfig.php on line 336

Caches cleared via install tool Important actions > Clear all cache

Maybe related to #9?

daniellienert commented 8 years ago

Please make sure, that you have the latest version of pt_extlist, yag and pt_extbase

chris246 commented 8 years ago

As I'm still using TYPO3 6 (see #10), the latest updates for yag and pt_extbase weren't suggested in the extension manager. Just the one for pt_extlist which then crashed pages with yag. Maybe you want to set the TYPO3 dependency to 7.x, as in the other plugins, also as the composer.json (#10) breaks the extension manager of TYPO3 6 (and is therefore not compatible to TYPO3 6).

daniellienert commented 8 years ago

Thanks for the hint. I changed the minimum version.

liayn commented 8 years ago

Just for info. TER of course still offers the 2.2.0 version for CMS 6.2. I suggest to release a 2.2.1, which is for 6.2 and which fixes the issue and then release a 3.0.0 for CMS 7+ only.

hocomadvies commented 8 years ago

Hi, I updated today and experience the same problem. in Typo3 6.2.19 with version 2.2.2 ? Tried to reverse to a lower version but that did non work either. How to get this - YAG Gallery page - working again?

liayn commented 8 years ago

@hocomadvies Downgrade one version (2.0.4) and make sure you cleared all caches via Install Tool.

liayn commented 8 years ago

@daniellienert Would be nice if you could follow my suggestion from above. Release one last version for 6.2 that works (2.2.2 does not work for me either) and has a version number higher than 2.2.2.

liayn commented 8 years ago

@daniellienert Repeating my request, please get a fixed version out for 6.2.x!!!

Versions:

Methodname in pt_extbase: configValueExiststAndNotNothing() Calls in pt_extlist: configValueExistsAndNotNothing()

Forge issue is: https://forge.typo3.org/issues/73515

TobiLei commented 7 years ago

Hi all,

for Typo3 6.2 you must use the following versions:

Please ignore any updates for this extensions.

TobiLei