[SOLVED] Issue with backend text fields in extensions after upgrading to Typo3 13.4.27

I am hosting several educational Typo3 webpages and I upgraded them to 13.4.27 yesterday. After the upgrade the backend textfields in the extension “news” and in the Bootstrap Cards (using t3bootstrap) were not available any more. Saving such an entry deleted existing text field content. New items did not even show text fields.

Downgrading to 13.4.26 solved the problem - but I’d prefer a solution with 13.4.27 :slight_smile:

Example screen shots:

Extensions used:
dp_cookieconsent 13.0.2
iconpack 1.1.9 / 1.4.1
iconpack_fontawesome 1.0.3 / 1.3.1
me_google_calendar 5.2.2
news 12.3.0 / 12.3.1
t3sbootstrap 5.3.23 / 5.3.30
typo3_console 8.2.2 / 8.3.1

I have not yet ported the sites to Site-Sets and am still using the traditional sys_templates. Not sure if this might cause this problem?

Any ideas are welcome…

Kind Regards
Kuno

These were CKEditor RTE fields? This component was updated. Have ylu cleared the TYPO3 cache and maybe your browser’s cache? Did you check the briwser javascript error console?

1 Like

Hi Garvin,

thanks for the quick response - and your ideas really helped me tracking it…

Indeed they are CKEditor RTE fields, and they do not work on any backend page, as I realised now. Typo3 cache is always cleared by my update script, and I also cleared the local cache.

But the JavaScript error console indeed tracks an error - the problem seems to be with the IconPack Extension: plugincollection-plugin-invalid-constructor

and - according to the issue tracker - they released a new version of iconpack yesterday which should solve this problem.
Will try this immediately and report :slight_smile:

Kind Regards
Kuno

Hi Garvin,

thanks again - that was the path to the solution.

Upgrading to Iconpack 1.5.0 solved it:

Kind Regards
Kuno

Nice, happy you could solve it! :slight_smile: