You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 8, 2023. It is now read-only.
When using config.sys_language_mode = strict following error occurs:
#1: PHP Warning: spl_object_hash() expects parameter 1 to be object, null given in /typo3_src-6.2.10/typo3/sysext/extbase/Classes/Persistence/ObjectStorage.php line 147
Can somebody confirm this issue? Any idea how to fix this in a quick way?
The text was updated successfully, but these errors were encountered:
Hello fnagel. This is more a core bug. Same problem in tx_news and many other extensions. As long as the core has not solved it you can try my extension repair_translation. With my pull request from today ws_flexslider would be localizable in strict mode, too.
Thanks for coming back to this! Even if it's no longer urgent ;-)
Your extension looks promising! Whats the difference to the faltranslation extension by t3easy?
It's getting harder and harder to understand whats actually working in which version of TYPO3 / extbase. A comparison table for localization / versioning / FCE extensions busg / featurs doesn't exist, or does it?
t3easy replaces multiple core methods to get the translation working. Further you will only see images which don't have a default translation (l10n_parent=0). So it hides images which are translated into current language in strict mode.
I use only one hook. No replacing of core features. Further you will see translated records with AND without parent in my extension in strict mode.
When using
config.sys_language_mode = strict
following error occurs:Can somebody confirm this issue? Any idea how to fix this in a quick way?
The text was updated successfully, but these errors were encountered: