Dies ist das technische Support-Forum für WPML – das mehrsprachige WordPress-Plugin.
Mitlesen können alle, doch nur WPML-Kunden können hier Fragen veröffentlichen. Das WPML-Team antwortet im Forum an 6 Tagen pro Woche, 22 Stunden am Tag.
Hintergrund des Themas:
Ich versuche, mich in das Admin-Panel meiner Website einzuloggen, aber seit heute erhalte ich einen Fehler. Auf der Frontend-Seite (versteckter Link) funktioniert alles normal. Ich habe WPML manuell deaktiviert, indem ich den Plugin-Ordner über FTP umbenannt habe, und das Admin-Panel funktioniert dann wieder. Sobald ich WPML reaktiviere, tritt das Problem erneut auf. Ich möchte wissen, wie ich es lösen kann und nach welchen Einträgen in der Datenbank ich suchen könnte, um sie manuell zu löschen.
Hier ist der relevante PHP-Fehlercode:
[20-Oct-2025 18:44:58 UTC] PHP Warning: foreach() argument must be of type array|object, null given in /www/htdocs/******/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php on line 81
[20-Oct-2025 18:44:58 UTC] PHP Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /www/htdocs/******/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php:154
Die Symptome:
Beim Einloggen in das Admin-Panel tritt ein Fehler auf, der das Admin-Panel unzugänglich macht, wenn WPML aktiviert ist. Der Fehlercode zeigt eine PHP-Warnung und einen PHP-Fatalfehler an, die mit der Funktion 'foreach()' und 'count()' zusammenhängen.
Fragen:
Wie kann ich das Problem lösen?
Nach welchen Einträgen in der Datenbank sollte ich suchen, um sie manuell zu löschen?
haben Sie eine Staging-Seite, wo ich mri dies genauer ansehen kann?
Dazu bräuchte ich bitte temporären Zugriff (WP-Admin und FTP) auf Ihre Seite, vorzugsweise zu einer Test/Staging Seite, an der das Problem nach Möglichkeit repliziert wurde.
Ihre nächste Antwort ist als „Privat“ markiert, dies bedeutet nur Sie und ich haben Zugriff darauf.
❌ Bitte sichern Sie Ihre Datenbank und Website davor ❌
✙ Ich würde außerdem Ihre Erlaubnis benötigen, um Plugins und das Theme zu deaktivieren und erneut zu aktivieren sowie Konfigurationen auf der Seite zu ändern. Dies ist auch der Grund, warum das Backup wirklich wichtig ist.
wir haben noch keine laufende Staging Seite, versuche heute eine extra zu erstellen. Da die Seite auf einer Multisite liegt, wo andere Domains ebenfalls WPML nutzen laufen, können wir es sie unterbrechen.
Aber da das Problem anscheinend eher in einem fehlerhaften (?) "Automatischen Übersetzung" Eintrag in DB liegen können, gibt es keine Möglichkeit für mich diese Manuell in DB zu löschen?
Wie gesagt, wenn WPML aktiviert ist, können Sie nicht auf Admin zugreifen, das Fehler wird beim Aufrufen von wp-admin gefeuert. Das Adminbar und das Frontend sind nicht betroffen.
Wie gesagt, wenn WPML aktiviert ist, können Sie nicht auf Admin zugreifen, das Fehler wird beim Aufrufen von wp-admin gefeuert. Das Adminbar und das Frontend sind nicht betroffen.
Ich würde das Problem zunächst in der Staging-Umgebung isolieren, um sicherzustellen, dass es nicht durch eine Kombination mit Drittanbieter-Code verursacht wird.
Aktuell gehe ich eher nicht davon aus, dass ein Datenbankeintrag der automatischen Übersetzung der Auslöser ist. Dafür müsste ich das vollständige Log einsehen. Treten dort eventuell auch Warnungen wie Warning: Undefined array key "HTTP_HOST" auf?
Hier 3 logs von der Seite. Log geleert und dann mit einem Aufruf erstellt. Das fehler taucht immer, aber nur im wp-admin kommt es zu einem 500. Erstellung vom Klon noch in der Arbeit. danke
- admin
- frontend mit adminpanel
- nur frontend
|||| ADMIN
[23-Oct-2025 10:43:32 UTC] PHP Warning: foreach() argument must be of type array|object, null given in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php on line 81
[23-Oct-2025 10:43:32 UTC] PHP Warning: foreach() argument must be of type array|object, null given in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php on line 81
[23-Oct-2025 10:43:32 UTC] PHP Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php:154
Stack trace:
#0 [internal function]: count(NULL)
#1 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php(154): call_user_func_array('count', Array)
#2 [internal function]: WPML\FP\Lst::WPML\FP\{closure}(NULL)
#3 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/collect/src/Illuminate/Support/Traits/Macroable.php(56): call_user_func_array(Object(Closure), Array)
#4 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(91): WPML\FP\Lst::__callStatic('length', Array)
#5 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(64): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->deleteElementsThatHaveJobsCreated()
#6 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(43): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->updateNotice()
#7 [internal function]: WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->__construct(Object(WPML_Translation_Element_Factory), Object(WPML_Notices))
#8 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/auryn/lib/Injector.php(415): ReflectionClass->newInstanceArgs(Array)
#9 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/auryn/lib/Injector.php(373): WPML\Auryn\Injector->provisionInstance('WPML\\TM\\Automat...', 'wpml\\tm\\automat...', Array)
#10 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/class-wpml-container.php(98): WPML\Auryn\Injector->make('WPML\\TM\\Automat...', Array)
#11 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/functions.php(29): WPML\Container\Container::make('WPML\\TM\\Automat...', Array)
#12 [internal function]: WPML\Container\{closure}('WPML\\TM\\Automat...')
#13 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php(154): call_user_func_array(Object(Closure), Array)
#14 [internal function]: WPML\FP\{closure}('WPML\\TM\\Automat...')
#15 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/functions.php(35): call_user_func_array(Object(Closure), Array)
#16 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNoticeFactory.php(11): WPML\Container\make('WPML\\TM\\Automat...')
#17 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(148): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory->create()
#18 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(96): WPML_Action_Filter_Loader->run_factory(Object(WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory))
#19 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(80): WPML_Action_Filter_Loader->load_factory(Object(WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory))
#20 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(51): WPML_Action_Filter_Loader->load_factory_or_action('WPML\\TM\\Automat...', false)
#21 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/tm.php(130): WPML_Action_Filter_Loader->load(Array)
#22 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(324): wpml_tm_load(Object(SitePress))
#23 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#24 /www/htdocs/w01c6ffc/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#25 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php(527): do_action('wpml_loaded', Object(SitePress))
#26 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(324): SitePress->init('')
#27 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#28 /www/htdocs/w01c6ffc/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#29 /www/htdocs/w01c6ffc/wp-settings.php(578): do_action('plugins_loaded')
#30 /www/htdocs/w01c6ffc/wp-config.php(197): require_once('/www/htdocs/w01...')
#31 /www/htdocs/w01c6ffc/wp-load.php(50): require_once('/www/htdocs/w01...')
#32 /www/htdocs/w01c6ffc/wp-admin/admin-ajax.php(22): require_once('/www/htdocs/w01...')
#33 {main}
thrown in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php on line 154
[23-Oct-2025 10:43:32 UTC] PHP Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php:154
Stack trace:
#0 [internal function]: count(NULL)
#1 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php(154): call_user_func_array('count', Array)
#2 [internal function]: WPML\FP\Lst::WPML\FP\{closure}(NULL)
#3 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/collect/src/Illuminate/Support/Traits/Macroable.php(56): call_user_func_array(Object(Closure), Array)
#4 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(91): WPML\FP\Lst::__callStatic('length', Array)
#5 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(64): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->deleteElementsThatHaveJobsCreated()
#6 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(43): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->updateNotice()
#7 [internal function]: WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->__construct(Object(WPML_Translation_Element_Factory), Object(WPML_Notices))
#8 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/auryn/lib/Injector.php(415): ReflectionClass->newInstanceArgs(Array)
#9 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/auryn/lib/Injector.php(373): WPML\Auryn\Injector->provisionInstance('WPML\\TM\\Automat...', 'wpml\\tm\\automat...', Array)
#10 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/class-wpml-container.php(98): WPML\Auryn\Injector->make('WPML\\TM\\Automat...', Array)
#11 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/functions.php(29): WPML\Container\Container::make('WPML\\TM\\Automat...', Array)
#12 [internal function]: WPML\Container\{closure}('WPML\\TM\\Automat...')
#13 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php(154): call_user_func_array(Object(Closure), Array)
#14 [internal function]: WPML\FP\{closure}('WPML\\TM\\Automat...')
#15 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/functions.php(35): call_user_func_array(Object(Closure), Array)
#16 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNoticeFactory.php(11): WPML\Container\make('WPML\\TM\\Automat...')
#17 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(148): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory->create()
#18 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(96): WPML_Action_Filter_Loader->run_factory(Object(WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory))
#19 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(80): WPML_Action_Filter_Loader->load_factory(Object(WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory))
#20 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(51): WPML_Action_Filter_Loader->load_factory_or_action('WPML\\TM\\Automat...', false)
#21 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/tm.php(130): WPML_Action_Filter_Loader->load(Array)
#22 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(324): wpml_tm_load(Object(SitePress))
#23 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#24 /www/htdocs/w01c6ffc/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#25 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php(527): do_action('wpml_loaded', Object(SitePress))
#26 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(324): SitePress->init('')
#27 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#28 /www/htdocs/w01c6ffc/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#29 /www/htdocs/w01c6ffc/wp-settings.php(578): do_action('plugins_loaded')
#30 /www/htdocs/w01c6ffc/wp-config.php(197): require_once('/www/htdocs/w01...')
#31 /www/htdocs/w01c6ffc/wp-load.php(50): require_once('/www/htdocs/w01...')
#32 /www/htdocs/w01c6ffc/wp-admin/admin-ajax.php(22): require_once('/www/htdocs/w01...')
#33 {main}
thrown in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php on line 154
[23-Oct-2025 10:43:32 UTC] PHP Warning: foreach() argument must be of type array|object, null given in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php on line 81
[23-Oct-2025 10:43:32 UTC] PHP Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php:154
Stack trace:
#0 [internal function]: count(NULL)
#1 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php(154): call_user_func_array('count', Array)
#2 [internal function]: WPML\FP\Lst::WPML\FP\{closure}(NULL)
#3 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/collect/src/Illuminate/Support/Traits/Macroable.php(56): call_user_func_array(Object(Closure), Array)
#4 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(91): WPML\FP\Lst::__callStatic('length', Array)
#5 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(64): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->deleteElementsThatHaveJobsCreated()
#6 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(43): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->updateNotice()
#7 [internal function]: WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->__construct(Object(WPML_Translation_Element_Factory), Object(WPML_Notices))
#8 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/auryn/lib/Injector.php(415): ReflectionClass->newInstanceArgs(Array)
#9 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/auryn/lib/Injector.php(373): WPML\Auryn\Injector->provisionInstance('WPML\\TM\\Automat...', 'wpml\\tm\\automat...', Array)
#10 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/class-wpml-container.php(98): WPML\Auryn\Injector->make('WPML\\TM\\Automat...', Array)
#11 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/functions.php(29): WPML\Container\Container::make('WPML\\TM\\Automat...', Array)
#12 [internal function]: WPML\Container\{closure}('WPML\\TM\\Automat...')
#13 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php(154): call_user_func_array(Object(Closure), Array)
#14 [internal function]: WPML\FP\{closure}('WPML\\TM\\Automat...')
#15 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/functions.php(35): call_user_func_array(Object(Closure), Array)
#16 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNoticeFactory.php(11): WPML\Container\make('WPML\\TM\\Automat...')
#17 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(148): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory->create()
#18 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(96): WPML_Action_Filter_Loader->run_factory(Object(WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory))
#19 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(80): WPML_Action_Filter_Loader->load_factory(Object(WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory))
#20 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(51): WPML_Action_Filter_Loader->load_factory_or_action('WPML\\TM\\Automat...', false)
#21 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/tm.php(130): WPML_Action_Filter_Loader->load(Array)
#22 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(324): wpml_tm_load(Object(SitePress))
#23 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#24 /www/htdocs/w01c6ffc/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#25 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php(527): do_action('wpml_loaded', Object(SitePress))
#26 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(324): SitePress->init('')
#27 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#28 /www/htdocs/w01c6ffc/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#29 /www/htdocs/w01c6ffc/wp-settings.php(578): do_action('plugins_loaded')
#30 /www/htdocs/w01c6ffc/wp-config.php(197): require_once('/www/htdocs/w01...')
#31 /www/htdocs/w01c6ffc/wp-load.php(50): require_once('/www/htdocs/w01...')
#32 /www/htdocs/w01c6ffc/wp-admin/admin-ajax.php(22): require_once('/www/htdocs/w01...')
#33 {main}
thrown in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php on line 154
[23-Oct-2025 10:43:32 UTC] PHP Warning: foreach() argument must be of type array|object, null given in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php on line 81
[23-Oct-2025 10:43:32 UTC] PHP Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php:154
Stack trace:
#0 [internal function]: count(NULL)
#1 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php(154): call_user_func_array('count', Array)
#2 [internal function]: WPML\FP\Lst::WPML\FP\{closure}(NULL)
#3 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/collect/src/Illuminate/Support/Traits/Macroable.php(56): call_user_func_array(Object(Closure), Array)
#4 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(91): WPML\FP\Lst::__callStatic('length', Array)
#5 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(64): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->deleteElementsThatHaveJobsCreated()
#6 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(43): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->updateNotice()
#7 [internal function]: WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->__construct(Object(WPML_Translation_Element_Factory), Object(WPML_Notices))
#8 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/auryn/lib/Injector.php(415): ReflectionClass->newInstanceArgs(Array)
#9 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/auryn/lib/Injector.php(373): WPML\Auryn\Injector->provisionInstance('WPML\\TM\\Automat...', 'wpml\\tm\\automat...', Array)
#10 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/class-wpml-container.php(98): WPML\Auryn\Injector->make('WPML\\TM\\Automat...', Array)
#11 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/functions.php(29): WPML\Container\Container::make('WPML\\TM\\Automat...', Array)
#12 [internal function]: WPML\Container\{closure}('WPML\\TM\\Automat...')
#13 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php(154): call_user_func_array(Object(Closure), Array)
#14 [internal function]: WPML\FP\{closure}('WPML\\TM\\Automat...')
#15 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/functions.php(35): call_user_func_array(Object(Closure), Array)
#16 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNoticeFactory.php(11): WPML\Container\make('WPML\\TM\\Automat...')
#17 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(148): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory->create()
#18 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(96): WPML_Action_Filter_Loader->run_factory(Object(WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory))
#19 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(80): WPML_Action_Filter_Loader->load_factory(Object(WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory))
#20 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(51): WPML_Action_Filter_Loader->load_factory_or_action('WPML\\TM\\Automat...', false)
#21 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/tm.php(130): WPML_Action_Filter_Loader->load(Array)
#22 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(324): wpml_tm_load(Object(SitePress))
#23 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#24 /www/htdocs/w01c6ffc/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#25 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php(527): do_action('wpml_loaded', Object(SitePress))
#26 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(324): SitePress->init('')
#27 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#28 /www/htdocs/w01c6ffc/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#29 /www/htdocs/w01c6ffc/wp-settings.php(578): do_action('plugins_loaded')
#30 /www/htdocs/w01c6ffc/wp-config.php(197): require_once('/www/htdocs/w01...')
#31 /www/htdocs/w01c6ffc/wp-load.php(50): require_once('/www/htdocs/w01...')
#32 /www/htdocs/w01c6ffc/wp-admin/admin-ajax.php(22): require_once('/www/htdocs/w01...')
#33 {main}
thrown in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php on line 154
[23-Oct-2025 10:43:32 UTC] PHP Warning: foreach() argument must be of type array|object, null given in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php on line 81
[23-Oct-2025 10:43:32 UTC] PHP Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php:154
Stack trace:
#0 [internal function]: count(NULL)
#1 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php(154): call_user_func_array('count', Array)
#2 [internal function]: WPML\FP\Lst::WPML\FP\{closure}(NULL)
#3 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/collect/src/Illuminate/Support/Traits/Macroable.php(56): call_user_func_array(Object(Closure), Array)
#4 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(91): WPML\FP\Lst::__callStatic('length', Array)
#5 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(64): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->deleteElementsThatHaveJobsCreated()
#6 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(43): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->updateNotice()
#7 [internal function]: WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->__construct(Object(WPML_Translation_Element_Factory), Object(WPML_Notices))
#8 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/auryn/lib/Injector.php(415): ReflectionClass->newInstanceArgs(Array)
#9 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/auryn/lib/Injector.php(373): WPML\Auryn\Injector->provisionInstance('WPML\\TM\\Automat...', 'wpml\\tm\\automat...', Array)
#10 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/class-wpml-container.php(98): WPML\Auryn\Injector->make('WPML\\TM\\Automat...', Array)
#11 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/functions.php(29): WPML\Container\Container::make('WPML\\TM\\Automat...', Array)
#12 [internal function]: WPML\Container\{closure}('WPML\\TM\\Automat...')
#13 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php(154): call_user_func_array(Object(Closure), Array)
#14 [internal function]: WPML\FP\{closure}('WPML\\TM\\Automat...')
#15 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/functions.php(35): call_user_func_array(Object(Closure), Array)
#16 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNoticeFactory.php(11): WPML\Container\make('WPML\\TM\\Automat...')
#17 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(148): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory->create()
#18 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(96): WPML_Action_Filter_Loader->run_factory(Object(WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory))
#19 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(80): WPML_Action_Filter_Loader->load_factory(Object(WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory))
#20 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(51): WPML_Action_Filter_Loader->load_factory_or_action('WPML\\TM\\Automat...', false)
#21 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/tm.php(130): WPML_Action_Filter_Loader->load(Array)
#22 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(324): wpml_tm_load(Object(SitePress))
#23 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#24 /www/htdocs/w01c6ffc/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#25 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php(527): do_action('wpml_loaded', Object(SitePress))
#26 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(324): SitePress->init('')
#27 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#28 /www/htdocs/w01c6ffc/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#29 /www/htdocs/w01c6ffc/wp-settings.php(578): do_action('plugins_loaded')
#30 /www/htdocs/w01c6ffc/wp-config.php(197): require_once('/www/htdocs/w01...')
#31 /www/htdocs/w01c6ffc/wp-load.php(50): require_once('/www/htdocs/w01...')
#32 /www/htdocs/w01c6ffc/wp-admin/admin-ajax.php(22): require_once('/www/htdocs/w01...')
#33 {main}
thrown in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php on line 154
[23-Oct-2025 10:43:32 UTC] PHP Warning: foreach() argument must be of type array|object, null given in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php on line 81
[23-Oct-2025 10:43:32 UTC] PHP Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php:154
Stack trace:
#0 [internal function]: count(NULL)
#1 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php(154): call_user_func_array('count', Array)
#2 [internal function]: WPML\FP\Lst::WPML\FP\{closure}(NULL)
#3 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/collect/src/Illuminate/Support/Traits/Macroable.php(56): call_user_func_array(Object(Closure), Array)
#4 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(91): WPML\FP\Lst::__callStatic('length', Array)
#5 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(64): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->deleteElementsThatHaveJobsCreated()
#6 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(43): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->updateNotice()
#7 [internal function]: WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->__construct(Object(WPML_Translation_Element_Factory), Object(WPML_Notices))
#8 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/auryn/lib/Injector.php(415): ReflectionClass->newInstanceArgs(Array)
#9 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/auryn/lib/Injector.php(373): WPML\Auryn\Injector->provisionInstance('WPML\\TM\\Automat...', 'wpml\\tm\\automat...', Array)
#10 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/class-wpml-container.php(98): WPML\Auryn\Injector->make('WPML\\TM\\Automat...', Array)
#11 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/functions.php(29): WPML\Container\Container::make('WPML\\TM\\Automat...', Array)
#12 [internal function]: WPML\Container\{closure}('WPML\\TM\\Automat...')
#13 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php(154): call_user_func_array(Object(Closure), Array)
#14 [internal function]: WPML\FP\{closure}('WPML\\TM\\Automat...')
#15 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/functions.php(35): call_user_func_array(Object(Closure), Array)
#16 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNoticeFactory.php(11): WPML\Container\make('WPML\\TM\\Automat...')
#17 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(148): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory->create()
#18 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(96): WPML_Action_Filter_Loader->run_factory(Object(WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory))
#19 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(80): WPML_Action_Filter_Loader->load_factory(Object(WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory))
#20 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(51): WPML_Action_Filter_Loader->load_factory_or_action('WPML\\TM\\Automat...', false)
#21 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/tm.php(130): WPML_Action_Filter_Loader->load(Array)
#22 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(324): wpml_tm_load(Object(SitePress))
#23 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#24 /www/htdocs/w01c6ffc/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#25 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php(527): do_action('wpml_loaded', Object(SitePress))
#26 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(324): SitePress->init('')
#27 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#28 /www/htdocs/w01c6ffc/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#29 /www/htdocs/w01c6ffc/wp-settings.php(578): do_action('plugins_loaded')
#30 /www/htdocs/w01c6ffc/wp-config.php(197): require_once('/www/htdocs/w01...')
#31 /www/htdocs/w01c6ffc/wp-load.php(50): require_once('/www/htdocs/w01...')
#32 /www/htdocs/w01c6ffc/wp-admin/admin-ajax.php(22): require_once('/www/htdocs/w01...')
#33 {main}
thrown in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php on line 154
[23-Oct-2025 10:43:32 UTC] PHP Warning: foreach() argument must be of type array|object, null given in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php on line 81
[23-Oct-2025 10:43:32 UTC] PHP Warning: foreach() argument must be of type array|object, null given in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php on line 81
[23-Oct-2025 10:43:32 UTC] PHP Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php:154
Stack trace:
#0 [internal function]: count(NULL)
#1 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php(154): call_user_func_array('count', Array)
#2 [internal function]: WPML\FP\Lst::WPML\FP\{closure}(NULL)
#3 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/collect/src/Illuminate/Support/Traits/Macroable.php(56): call_user_func_array(Object(Closure), Array)
#4 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(91): WPML\FP\Lst::__callStatic('length', Array)
#5 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(64): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->deleteElementsThatHaveJobsCreated()
#6 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(43): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->updateNotice()
#7 [internal function]: WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->__construct(Object(WPML_Translation_Element_Factory), Object(WPML_Notices))
#8 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/auryn/lib/Injector.php(415): ReflectionClass->newInstanceArgs(Array)
#9 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/auryn/lib/Injector.php(373): WPML\Auryn\Injector->provisionInstance('WPML\\TM\\Automat...', 'wpml\\tm\\automat...', Array)
#10 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/class-wpml-container.php(98): WPML\Auryn\Injector->make('WPML\\TM\\Automat...', Array)
#11 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/functions.php(29): WPML\Container\Container::make('WPML\\TM\\Automat...', Array)
#12 [internal function]: WPML\Container\{closure}('WPML\\TM\\Automat...')
#13 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php(154): call_user_func_array(Object(Closure), Array)
#14 [internal function]: WPML\FP\{closure}('WPML\\TM\\Automat...')
#15 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/functions.php(35): call_user_func_array(Object(Closure), Array)
#16 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNoticeFactory.php(11): WPML\Container\make('WPML\\TM\\Automat...')
#17 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(148): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory->create()
#18 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(96): WPML_Action_Filter_Loader->run_factory(Object(WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory))
#19 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(80): WPML_Action_Filter_Loader->load_factory(Object(WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory))
#20 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(51): WPML_Action_Filter_Loader->load_factory_or_action('WPML\\TM\\Automat...', false)
#21 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/tm.php(130): WPML_Action_Filter_Loader->load(Array)
#22 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(324): wpml_tm_load(Object(SitePress))
#23 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#24 /www/htdocs/w01c6ffc/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#25 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php(527): do_action('wpml_loaded', Object(SitePress))
#26 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(324): SitePress->init('')
#27 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#28 /www/htdocs/w01c6ffc/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#29 /www/htdocs/w01c6ffc/wp-settings.php(578): do_action('plugins_loaded')
#30 /www/htdocs/w01c6ffc/wp-config.php(197): require_once('/www/htdocs/w01...')
#31 /www/htdocs/w01c6ffc/wp-load.php(50): require_once('/www/htdocs/w01...')
#32 /www/htdocs/w01c6ffc/wp-admin/admin-ajax.php(22): require_once('/www/htdocs/w01...')
#33 {main}
thrown in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php on line 154
[23-Oct-2025 10:43:32 UTC] PHP Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php:154
Stack trace:
#0 [internal function]: count(NULL)
#1 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php(154): call_user_func_array('count', Array)
#2 [internal function]: WPML\FP\Lst::WPML\FP\{closure}(NULL)
#3 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/collect/src/Illuminate/Support/Traits/Macroable.php(56): call_user_func_array(Object(Closure), Array)
#4 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(91): WPML\FP\Lst::__callStatic('length', Array)
#5 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(64): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->deleteElementsThatHaveJobsCreated()
#6 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(43): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->updateNotice()
#7 [internal function]: WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->__construct(Object(WPML_Translation_Element_Factory), Object(WPML_Notices))
#8 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/auryn/lib/Injector.php(415): ReflectionClass->newInstanceArgs(Array)
#9 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/auryn/lib/Injector.php(373): WPML\Auryn\Injector->provisionInstance('WPML\\TM\\Automat...', 'wpml\\tm\\automat...', Array)
#10 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/class-wpml-container.php(98): WPML\Auryn\Injector->make('WPML\\TM\\Automat...', Array)
#11 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/functions.php(29): WPML\Container\Container::make('WPML\\TM\\Automat...', Array)
#12 [internal function]: WPML\Container\{closure}('WPML\\TM\\Automat...')
#13 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php(154): call_user_func_array(Object(Closure), Array)
#14 [internal function]: WPML\FP\{closure}('WPML\\TM\\Automat...')
#15 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/functions.php(35): call_user_func_array(Object(Closure), Array)
#16 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNoticeFactory.php(11): WPML\Container\make('WPML\\TM\\Automat...')
#17 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(148): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory->create()
#18 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(96): WPML_Action_Filter_Loader->run_factory(Object(WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory))
#19 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(80): WPML_Action_Filter_Loader->load_factory(Object(WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory))
#20 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(51): WPML_Action_Filter_Loader->load_factory_or_action('WPML\\TM\\Automat...', false)
#21 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/tm.php(130): WPML_Action_Filter_Loader->load(Array)
#22 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(324): wpml_tm_load(Object(SitePress))
#23 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#24 /www/htdocs/w01c6ffc/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#25 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php(527): do_action('wpml_loaded', Object(SitePress))
#26 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(324): SitePress->init('')
#27 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#28 /www/htdocs/w01c6ffc/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#29 /www/htdocs/w01c6ffc/wp-settings.php(578): do_action('plugins_loaded')
#30 /www/htdocs/w01c6ffc/wp-config.php(197): require_once('/www/htdocs/w01...')
#31 /www/htdocs/w01c6ffc/wp-load.php(50): require_once('/www/htdocs/w01...')
#32 /www/htdocs/w01c6ffc/wp-admin/admin-ajax.php(22): require_once('/www/htdocs/w01...')
#33 {main}
thrown in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php on line 154
[23-Oct-2025 10:43:32 UTC] PHP Warning: foreach() argument must be of type array|object, null given in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php on line 81
[23-Oct-2025 10:43:32 UTC] PHP Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php:154
Stack trace:
#0 [internal function]: count(NULL)
#1 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php(154): call_user_func_array('count', Array)
#2 [internal function]: WPML\FP\Lst::WPML\FP\{closure}(NULL)
#3 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/collect/src/Illuminate/Support/Traits/Macroable.php(56): call_user_func_array(Object(Closure), Array)
#4 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(91): WPML\FP\Lst::__callStatic('length', Array)
#5 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(64): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->deleteElementsThatHaveJobsCreated()
#6 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(43): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->updateNotice()
#7 [internal function]: WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->__construct(Object(WPML_Translation_Element_Factory), Object(WPML_Notices))
#8 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/auryn/lib/Injector.php(415): ReflectionClass->newInstanceArgs(Array)
#9 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/auryn/lib/Injector.php(373): WPML\Auryn\Injector->provisionInstance('WPML\\TM\\Automat...', 'wpml\\tm\\automat...', Array)
#10 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/class-wpml-container.php(98): WPML\Auryn\Injector->make('WPML\\TM\\Automat...', Array)
#11 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/functions.php(29): WPML\Container\Container::make('WPML\\TM\\Automat...', Array)
#12 [internal function]: WPML\Container\{closure}('WPML\\TM\\Automat...')
#13 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php(154): call_user_func_array(Object(Closure), Array)
#14 [internal function]: WPML\FP\{closure}('WPML\\TM\\Automat...')
#15 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/functions.php(35): call_user_func_array(Object(Closure), Array)
#16 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNoticeFactory.php(11): WPML\Container\make('WPML\\TM\\Automat...')
#17 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(148): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory->create()
#18 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(96): WPML_Action_Filter_Loader->run_factory(Object(WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory))
#19 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(80): WPML_Action_Filter_Loader->load_factory(Object(WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory))
#20 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(51): WPML_Action_Filter_Loader->load_factory_or_action('WPML\\TM\\Automat...', false)
#21 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/tm.php(130): WPML_Action_Filter_Loader->load(Array)
#22 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(324): wpml_tm_load(Object(SitePress))
#23 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#24 /www/htdocs/w01c6ffc/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#25 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php(527): do_action('wpml_loaded', Object(SitePress))
#26 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(324): SitePress->init('')
#27 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#28 /www/htdocs/w01c6ffc/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#29 /www/htdocs/w01c6ffc/wp-settings.php(578): do_action('plugins_loaded')
#30 /www/htdocs/w01c6ffc/wp-config.php(197): require_once('/www/htdocs/w01...')
#31 /www/htdocs/w01c6ffc/wp-load.php(50): require_once('/www/htdocs/w01...')
#32 /www/htdocs/w01c6ffc/wp-admin/admin-ajax.php(22): require_once('/www/htdocs/w01...')
#33 {main}
thrown in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php on line 154
[23-Oct-2025 10:43:32 UTC] PHP Warning: foreach() argument must be of type array|object, null given in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php on line 81
[23-Oct-2025 10:43:32 UTC] PHP Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php:154
Stack trace:
#0 [internal function]: count(NULL)
#1 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php(154): call_user_func_array('count', Array)
#2 [internal function]: WPML\FP\Lst::WPML\FP\{closure}(NULL)
#3 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/collect/src/Illuminate/Support/Traits/Macroable.php(56): call_user_func_array(Object(Closure), Array)
#4 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(91): WPML\FP\Lst::__callStatic('length', Array)
#5 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(64): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->deleteElementsThatHaveJobsCreated()
#6 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(43): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->updateNotice()
#7 [internal function]: WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->__construct(Object(WPML_Translation_Element_Factory), Object(WPML_Notices))
#8 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/auryn/lib/Injector.php(415): ReflectionClass->newInstanceArgs(Array)
#9 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/auryn/lib/Injector.php(373): WPML\Auryn\Injector->provisionInstance('WPML\\TM\\Automat...', 'wpml\\tm\\automat...', Array)
#10 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/class-wpml-container.php(98): WPML\Auryn\Injector->make('WPML\\TM\\Automat...', Array)
#11 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/functions.php(29): WPML\Container\Container::make('WPML\\TM\\Automat...', Array)
#12 [internal function]: WPML\Container\{closure}('WPML\\TM\\Automat...')
#13 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php(154): call_user_func_array(Object(Closure), Array)
#14 [internal function]: WPML\FP\{closure}('WPML\\TM\\Automat...')
#15 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/functions.php(35): call_user_func_array(Object(Closure), Array)
#16 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNoticeFactory.php(11): WPML\Container\make('WPML\\TM\\Automat...')
#17 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(148): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory->create()
#18 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(96): WPML_Action_Filter_Loader->run_factory(Object(WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory))
#19 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(80): WPML_Action_Filter_Loader->load_factory(Object(WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory))
#20 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(51): WPML_Action_Filter_Loader->load_factory_or_action('WPML\\TM\\Automat...', false)
#21 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/tm.php(130): WPML_Action_Filter_Loader->load(Array)
#22 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(324): wpml_tm_load(Object(SitePress))
#23 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#24 /www/htdocs/w01c6ffc/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#25 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php(527): do_action('wpml_loaded', Object(SitePress))
#26 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(324): SitePress->init('')
#27 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#28 /www/htdocs/w01c6ffc/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#29 /www/htdocs/w01c6ffc/wp-settings.php(578): do_action('plugins_loaded')
#30 /www/htdocs/w01c6ffc/wp-config.php(197): require_once('/www/htdocs/w01...')
#31 /www/htdocs/w01c6ffc/wp-load.php(50): require_once('/www/htdocs/w01...')
#32 /www/htdocs/w01c6ffc/wp-admin/admin-ajax.php(22): require_once('/www/htdocs/w01...')
#33 {main}
thrown in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php on line 154
[23-Oct-2025 10:43:32 UTC] PHP Warning: foreach() argument must be of type array|object, null given in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php on line 81
[23-Oct-2025 10:43:32 UTC] PHP Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php:154
Stack trace:
#0 [internal function]: count(NULL)
#1 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php(154): call_user_func_array('count', Array)
#2 [internal function]: WPML\FP\Lst::WPML\FP\{closure}(NULL)
#3 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/collect/src/Illuminate/Support/Traits/Macroable.php(56): call_user_func_array(Object(Closure), Array)
#4 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(91): WPML\FP\Lst::__callStatic('length', Array)
#5 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(64): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->deleteElementsThatHaveJobsCreated()
#6 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(43): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->updateNotice()
#7 [internal function]: WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->__construct(Object(WPML_Translation_Element_Factory), Object(WPML_Notices))
#8 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/auryn/lib/Injector.php(415): ReflectionClass->newInstanceArgs(Array)
#9 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/auryn/lib/Injector.php(373): WPML\Auryn\Injector->provisionInstance('WPML\\TM\\Automat...', 'wpml\\tm\\automat...', Array)
#10 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/class-wpml-container.php(98): WPML\Auryn\Injector->make('WPML\\TM\\Automat...', Array)
#11 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/functions.php(29): WPML\Container\Container::make('WPML\\TM\\Automat...', Array)
#12 [internal function]: WPML\Container\{closure}('WPML\\TM\\Automat...')
#13 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php(154): call_user_func_array(Object(Closure), Array)
#14 [internal function]: WPML\FP\{closure}('WPML\\TM\\Automat...')
#15 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/functions.php(35): call_user_func_array(Object(Closure), Array)
#16 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNoticeFactory.php(11): WPML\Container\make('WPML\\TM\\Automat...')
#17 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(148): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory->create()
#18 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(96): WPML_Action_Filter_Loader->run_factory(Object(WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory))
#19 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(80): WPML_Action_Filter_Loader->load_factory(Object(WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory))
#20 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(51): WPML_Action_Filter_Loader->load_factory_or_action('WPML\\TM\\Automat...', false)
#21 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/tm.php(130): WPML_Action_Filter_Loader->load(Array)
#22 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(324): wpml_tm_load(Object(SitePress))
#23 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#24 /www/htdocs/w01c6ffc/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#25 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php(527): do_action('wpml_loaded', Object(SitePress))
#26 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(324): SitePress->init('')
#27 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#28 /www/htdocs/w01c6ffc/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#29 /www/htdocs/w01c6ffc/wp-settings.php(578): do_action('plugins_loaded')
#30 /www/htdocs/w01c6ffc/wp-config.php(197): require_once('/www/htdocs/w01...')
#31 /www/htdocs/w01c6ffc/wp-load.php(50): require_once('/www/htdocs/w01...')
#32 /www/htdocs/w01c6ffc/wp-admin/admin-ajax.php(22): require_once('/www/htdocs/w01...')
#33 {main}
thrown in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php on line 154
|||||||frontend mit adminpanel
[23-Oct-2025 10:43:32 UTC] PHP Warning: foreach() argument must be of type array|object, null given in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php on line 81
[23-Oct-2025 10:43:32 UTC] PHP Warning: foreach() argument must be of type array|object, null given in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php on line 81
[23-Oct-2025 10:43:32 UTC] PHP Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php:154
Stack trace:
#0 [internal function]: count(NULL)
#1 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php(154): call_user_func_array('count', Array)
#2 [internal function]: WPML\FP\Lst::WPML\FP\{closure}(NULL)
#3 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/collect/src/Illuminate/Support/Traits/Macroable.php(56): call_user_func_array(Object(Closure), Array)
#4 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(91): WPML\FP\Lst::__callStatic('length', Array)
#5 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(64): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->deleteElementsThatHaveJobsCreated()
#6 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(43): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->updateNotice()
#7 [internal function]: WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->__construct(Object(WPML_Translation_Element_Factory), Object(WPML_Notices))
#8 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/auryn/lib/Injector.php(415): ReflectionClass->newInstanceArgs(Array)
#9 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/auryn/lib/Injector.php(373): WPML\Auryn\Injector->provisionInstance('WPML\\TM\\Automat...', 'wpml\\tm\\automat...', Array)
#10 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/class-wpml-container.php(98): WPML\Auryn\Injector->make('WPML\\TM\\Automat...', Array)
#11 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/functions.php(29): WPML\Container\Container::make('WPML\\TM\\Automat...', Array)
#12 [internal function]: WPML\Container\{closure}('WPML\\TM\\Automat...')
#13 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php(154): call_user_func_array(Object(Closure), Array)
#14 [internal function]: WPML\FP\{closure}('WPML\\TM\\Automat...')
#15 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/functions.php(35): call_user_func_array(Object(Closure), Array)
#16 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNoticeFactory.php(11): WPML\Container\make('WPML\\TM\\Automat...')
#17 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(148): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory->create()
#18 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(96): WPML_Action_Filter_Loader->run_factory(Object(WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory))
#19 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(80): WPML_Action_Filter_Loader->load_factory(Object(WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory))
#20 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(51): WPML_Action_Filter_Loader->load_factory_or_action('WPML\\TM\\Automat...', false)
#21 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/tm.php(130): WPML_Action_Filter_Loader->load(Array)
#22 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(324): wpml_tm_load(Object(SitePress))
#23 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#24 /www/htdocs/w01c6ffc/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#25 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php(527): do_action('wpml_loaded', Object(SitePress))
#26 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(324): SitePress->init('')
#27 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#28 /www/htdocs/w01c6ffc/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#29 /www/htdocs/w01c6ffc/wp-settings.php(578): do_action('plugins_loaded')
#30 /www/htdocs/w01c6ffc/wp-config.php(197): require_once('/www/htdocs/w01...')
#31 /www/htdocs/w01c6ffc/wp-load.php(50): require_once('/www/htdocs/w01...')
#32 /www/htdocs/w01c6ffc/wp-admin/admin-ajax.php(22): require_once('/www/htdocs/w01...')
#33 {main}
thrown in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php on line 154
[23-Oct-2025 10:43:32 UTC] PHP Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php:154
Stack trace:
#0 [internal function]: count(NULL)
#1 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php(154): call_user_func_array('count', Array)
#2 [internal function]: WPML\FP\Lst::WPML\FP\{closure}(NULL)
#3 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/collect/src/Illuminate/Support/Traits/Macroable.php(56): call_user_func_array(Object(Closure), Array)
#4 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(91): WPML\FP\Lst::__callStatic('length', Array)
#5 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(64): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->deleteElementsThatHaveJobsCreated()
#6 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(43): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->updateNotice()
#7 [internal function]: WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->__construct(Object(WPML_Translation_Element_Factory), Object(WPML_Notices))
#8 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/auryn/lib/Injector.php(415): ReflectionClass->newInstanceArgs(Array)
#9 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/auryn/lib/Injector.php(373): WPML\Auryn\Injector->provisionInstance('WPML\\TM\\Automat...', 'wpml\\tm\\automat...', Array)
#10 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/class-wpml-container.php(98): WPML\Auryn\Injector->make('WPML\\TM\\Automat...', Array)
#11 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/functions.php(29): WPML\Container\Container::make('WPML\\TM\\Automat...', Array)
#12 [internal function]: WPML\Container\{closure}('WPML\\TM\\Automat...')
#13 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php(154): call_user_func_array(Object(Closure), Array)
#14 [internal function]: WPML\FP\{closure}('WPML\\TM\\Automat...')
#15 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/functions.php(35): call_user_func_array(Object(Closure), Array)
#16 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNoticeFactory.php(11): WPML\Container\make('WPML\\TM\\Automat...')
#17 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(148): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory->create()
#18 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(96): WPML_Action_Filter_Loader->run_factory(Object(WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory))
#19 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(80): WPML_Action_Filter_Loader->load_factory(Object(WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory))
#20 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(51): WPML_Action_Filter_Loader->load_factory_or_action('WPML\\TM\\Automat...', false)
#21 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/tm.php(130): WPML_Action_Filter_Loader->load(Array)
#22 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(324): wpml_tm_load(Object(SitePress))
#23 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#24 /www/htdocs/w01c6ffc/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#25 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php(527): do_action('wpml_loaded', Object(SitePress))
#26 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(324): SitePress->init('')
#27 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#28 /www/htdocs/w01c6ffc/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#29 /www/htdocs/w01c6ffc/wp-settings.php(578): do_action('plugins_loaded')
#30 /www/htdocs/w01c6ffc/wp-config.php(197): require_once('/www/htdocs/w01...')
#31 /www/htdocs/w01c6ffc/wp-load.php(50): require_once('/www/htdocs/w01...')
#32 /www/htdocs/w01c6ffc/wp-admin/admin-ajax.php(22): require_once('/www/htdocs/w01...')
#33 {main}
thrown in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php on line 154
[23-Oct-2025 10:43:32 UTC] PHP Warning: foreach() argument must be of type array|object, null given in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php on line 81
[23-Oct-2025 10:43:32 UTC] PHP Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php:154
Stack trace:
#0 [internal function]: count(NULL)
#1 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php(154): call_user_func_array('count', Array)
#2 [internal function]: WPML\FP\Lst::WPML\FP\{closure}(NULL)
#3 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/collect/src/Illuminate/Support/Traits/Macroable.php(56): call_user_func_array(Object(Closure), Array)
#4 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(91): WPML\FP\Lst::__callStatic('length', Array)
#5 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(64): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->deleteElementsThatHaveJobsCreated()
#6 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(43): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->updateNotice()
#7 [internal function]: WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->__construct(Object(WPML_Translation_Element_Factory), Object(WPML_Notices))
#8 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/auryn/lib/Injector.php(415): ReflectionClass->newInstanceArgs(Array)
#9 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/auryn/lib/Injector.php(373): WPML\Auryn\Injector->provisionInstance('WPML\\TM\\Automat...', 'wpml\\tm\\automat...', Array)
#10 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/class-wpml-container.php(98): WPML\Auryn\Injector->make('WPML\\TM\\Automat...', Array)
#11 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/functions.php(29): WPML\Container\Container::make('WPML\\TM\\Automat...', Array)
#12 [internal function]: WPML\Container\{closure}('WPML\\TM\\Automat...')
#13 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php(154): call_user_func_array(Object(Closure), Array)
#14 [internal function]: WPML\FP\{closure}('WPML\\TM\\Automat...')
#15 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/functions.php(35): call_user_func_array(Object(Closure), Array)
#16 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNoticeFactory.php(11): WPML\Container\make('WPML\\TM\\Automat...')
#17 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(148): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory->create()
#18 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(96): WPML_Action_Filter_Loader->run_factory(Object(WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory))
#19 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(80): WPML_Action_Filter_Loader->load_factory(Object(WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory))
#20 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(51): WPML_Action_Filter_Loader->load_factory_or_action('WPML\\TM\\Automat...', false)
#21 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/tm.php(130): WPML_Action_Filter_Loader->load(Array)
#22 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(324): wpml_tm_load(Object(SitePress))
#23 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#24 /www/htdocs/w01c6ffc/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#25 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php(527): do_action('wpml_loaded', Object(SitePress))
#26 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(324): SitePress->init('')
#27 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#28 /www/htdocs/w01c6ffc/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#29 /www/htdocs/w01c6ffc/wp-settings.php(578): do_action('plugins_loaded')
#30 /www/htdocs/w01c6ffc/wp-config.php(197): require_once('/www/htdocs/w01...')
#31 /www/htdocs/w01c6ffc/wp-load.php(50): require_once('/www/htdocs/w01...')
#32 /www/htdocs/w01c6ffc/wp-admin/admin-ajax.php(22): require_once('/www/htdocs/w01...')
#33 {main}
thrown in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php on line 154
[23-Oct-2025 10:43:32 UTC] PHP Warning: foreach() argument must be of type array|object, null given in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php on line 81
[23-Oct-2025 10:43:32 UTC] PHP Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php:154
Stack trace:
#0 [internal function]: count(NULL)
#1 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php(154): call_user_func_array('count', Array)
#2 [internal function]: WPML\FP\Lst::WPML\FP\{closure}(NULL)
#3 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/collect/src/Illuminate/Support/Traits/Macroable.php(56): call_user_func_array(Object(Closure), Array)
#4 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(91): WPML\FP\Lst::__callStatic('length', Array)
#5 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(64): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->deleteElementsThatHaveJobsCreated()
#6 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(43): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->updateNotice()
#7 [internal function]: WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->__construct(Object(WPML_Translation_Element_Factory), Object(WPML_Notices))
#8 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/auryn/lib/Injector.php(415): ReflectionClass->newInstanceArgs(Array)
#9 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/auryn/lib/Injector.php(373): WPML\Auryn\Injector->provisionInstance('WPML\\TM\\Automat...', 'wpml\\tm\\automat...', Array)
#10 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/class-wpml-container.php(98): WPML\Auryn\Injector->make('WPML\\TM\\Automat...', Array)
#11 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/functions.php(29): WPML\Container\Container::make('WPML\\TM\\Automat...', Array)
#12 [internal function]: WPML\Container\{closure}('WPML\\TM\\Automat...')
#13 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php(154): call_user_func_array(Object(Closure), Array)
#14 [internal function]: WPML\FP\{closure}('WPML\\TM\\Automat...')
#15 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/functions.php(35): call_user_func_array(Object(Closure), Array)
#16 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNoticeFactory.php(11): WPML\Container\make('WPML\\TM\\Automat...')
#17 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(148): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory->create()
#18 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(96): WPML_Action_Filter_Loader->run_factory(Object(WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory))
#19 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(80): WPML_Action_Filter_Loader->load_factory(Object(WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory))
#20 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(51): WPML_Action_Filter_Loader->load_factory_or_action('WPML\\TM\\Automat...', false)
#21 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/tm.php(130): WPML_Action_Filter_Loader->load(Array)
#22 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(324): wpml_tm_load(Object(SitePress))
#23 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#24 /www/htdocs/w01c6ffc/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#25 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php(527): do_action('wpml_loaded', Object(SitePress))
#26 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(324): SitePress->init('')
#27 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#28 /www/htdocs/w01c6ffc/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#29 /www/htdocs/w01c6ffc/wp-settings.php(578): do_action('plugins_loaded')
#30 /www/htdocs/w01c6ffc/wp-config.php(197): require_once('/www/htdocs/w01...')
#31 /www/htdocs/w01c6ffc/wp-load.php(50): require_once('/www/htdocs/w01...')
#32 /www/htdocs/w01c6ffc/wp-admin/admin-ajax.php(22): require_once('/www/htdocs/w01...')
#33 {main}
thrown in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php on line 154
[23-Oct-2025 10:43:32 UTC] PHP Warning: foreach() argument must be of type array|object, null given in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php on line 81
[23-Oct-2025 10:43:32 UTC] PHP Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php:154
Stack trace:
#0 [internal function]: count(NULL)
#1 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php(154): call_user_func_array('count', Array)
#2 [internal function]: WPML\FP\Lst::WPML\FP\{closure}(NULL)
#3 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/collect/src/Illuminate/Support/Traits/Macroable.php(56): call_user_func_array(Object(Closure), Array)
#4 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(91): WPML\FP\Lst::__callStatic('length', Array)
#5 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(64): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->deleteElementsThatHaveJobsCreated()
#6 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(43): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->updateNotice()
#7 [internal function]: WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->__construct(Object(WPML_Translation_Element_Factory), Object(WPML_Notices))
#8 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/auryn/lib/Injector.php(415): ReflectionClass->newInstanceArgs(Array)
#9 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/auryn/lib/Injector.php(373): WPML\Auryn\Injector->provisionInstance('WPML\\TM\\Automat...', 'wpml\\tm\\automat...', Array)
#10 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/class-wpml-container.php(98): WPML\Auryn\Injector->make('WPML\\TM\\Automat...', Array)
#11 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/functions.php(29): WPML\Container\Container::make('WPML\\TM\\Automat...', Array)
#12 [internal function]: WPML\Container\{closure}('WPML\\TM\\Automat...')
#13 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php(154): call_user_func_array(Object(Closure), Array)
#14 [internal function]: WPML\FP\{closure}('WPML\\TM\\Automat...')
#15 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/functions.php(35): call_user_func_array(Object(Closure), Array)
#16 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNoticeFactory.php(11): WPML\Container\make('WPML\\TM\\Automat...')
#17 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(148): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory->create()
#18 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(96): WPML_Action_Filter_Loader->run_factory(Object(WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory))
#19 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(80): WPML_Action_Filter_Loader->load_factory(Object(WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory))
#20 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(51): WPML_Action_Filter_Loader->load_factory_or_action('WPML\\TM\\Automat...', false)
#21 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/tm.php(130): WPML_Action_Filter_Loader->load(Array)
#22 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(324): wpml_tm_load(Object(SitePress))
#23 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#24 /www/htdocs/w01c6ffc/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#25 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php(527): do_action('wpml_loaded', Object(SitePress))
#26 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(324): SitePress->init('')
#27 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#28 /www/htdocs/w01c6ffc/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#29 /www/htdocs/w01c6ffc/wp-settings.php(578): do_action('plugins_loaded')
#30 /www/htdocs/w01c6ffc/wp-config.php(197): require_once('/www/htdocs/w01...')
#31 /www/htdocs/w01c6ffc/wp-load.php(50): require_once('/www/htdocs/w01...')
#32 /www/htdocs/w01c6ffc/wp-admin/admin-ajax.php(22): require_once('/www/htdocs/w01...')
#33 {main}
thrown in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php on line 154
[23-Oct-2025 10:43:32 UTC] PHP Warning: foreach() argument must be of type array|object, null given in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php on line 81
[23-Oct-2025 10:43:32 UTC] PHP Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php:154
Stack trace:
#0 [internal function]: count(NULL)
#1 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php(154): call_user_func_array('count', Array)
#2 [internal function]: WPML\FP\Lst::WPML\FP\{closure}(NULL)
#3 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/collect/src/Illuminate/Support/Traits/Macroable.php(56): call_user_func_array(Object(Closure), Array)
#4 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(91): WPML\FP\Lst::__callStatic('length', Array)
#5 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(64): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->deleteElementsThatHaveJobsCreated()
#6 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(43): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->updateNotice()
#7 [internal function]: WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->__construct(Object(WPML_Translation_Element_Factory), Object(WPML_Notices))
#8 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/auryn/lib/Injector.php(415): ReflectionClass->newInstanceArgs(Array)
#9 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/auryn/lib/Injector.php(373): WPML\Auryn\Injector->provisionInstance('WPML\\TM\\Automat...', 'wpml\\tm\\automat...', Array)
#10 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/class-wpml-container.php(98): WPML\Auryn\Injector->make('WPML\\TM\\Automat...', Array)
#11 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/functions.php(29): WPML\Container\Container::make('WPML\\TM\\Automat...', Array)
#12 [internal function]: WPML\Container\{closure}('WPML\\TM\\Automat...')
#13 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php(154): call_user_func_array(Object(Closure), Array)
#14 [internal function]: WPML\FP\{closure}('WPML\\TM\\Automat...')
#15 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/functions.php(35): call_user_func_array(Object(Closure), Array)
#16 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNoticeFactory.php(11): WPML\Container\make('WPML\\TM\\Automat...')
#17 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(148): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory->create()
#18 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(96): WPML_Action_Filter_Loader->run_factory(Object(WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory))
#19 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(80): WPML_Action_Filter_Loader->load_factory(Object(WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory))
#20 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(51): WPML_Action_Filter_Loader->load_factory_or_action('WPML\\TM\\Automat...', false)
#21 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/tm.php(130): WPML_Action_Filter_Loader->load(Array)
#22 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(324): wpml_tm_load(Object(SitePress))
#23 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#24 /www/htdocs/w01c6ffc/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#25 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php(527): do_action('wpml_loaded', Object(SitePress))
#26 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(324): SitePress->init('')
#27 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#28 /www/htdocs/w01c6ffc/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#29 /www/htdocs/w01c6ffc/wp-settings.php(578): do_action('plugins_loaded')
#30 /www/htdocs/w01c6ffc/wp-config.php(197): require_once('/www/htdocs/w01...')
#31 /www/htdocs/w01c6ffc/wp-load.php(50): require_once('/www/htdocs/w01...')
#32 /www/htdocs/w01c6ffc/wp-admin/admin-ajax.php(22): require_once('/www/htdocs/w01...')
#33 {main}
thrown in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php on line 154
[23-Oct-2025 10:43:32 UTC] PHP Warning: foreach() argument must be of type array|object, null given in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php on line 81
[23-Oct-2025 10:43:32 UTC] PHP Warning: foreach() argument must be of type array|object, null given in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php on line 81
[23-Oct-2025 10:43:32 UTC] PHP Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php:154
Stack trace:
#0 [internal function]: count(NULL)
#1 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php(154): call_user_func_array('count', Array)
#2 [internal function]: WPML\FP\Lst::WPML\FP\{closure}(NULL)
#3 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/collect/src/Illuminate/Support/Traits/Macroable.php(56): call_user_func_array(Object(Closure), Array)
#4 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(91): WPML\FP\Lst::__callStatic('length', Array)
#5 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(64): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->deleteElementsThatHaveJobsCreated()
#6 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(43): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->updateNotice()
#7 [internal function]: WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->__construct(Object(WPML_Translation_Element_Factory), Object(WPML_Notices))
#8 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/auryn/lib/Injector.php(415): ReflectionClass->newInstanceArgs(Array)
#9 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/auryn/lib/Injector.php(373): WPML\Auryn\Injector->provisionInstance('WPML\\TM\\Automat...', 'wpml\\tm\\automat...', Array)
#10 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/class-wpml-container.php(98): WPML\Auryn\Injector->make('WPML\\TM\\Automat...', Array)
#11 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/functions.php(29): WPML\Container\Container::make('WPML\\TM\\Automat...', Array)
#12 [internal function]: WPML\Container\{closure}('WPML\\TM\\Automat...')
#13 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php(154): call_user_func_array(Object(Closure), Array)
#14 [internal function]: WPML\FP\{closure}('WPML\\TM\\Automat...')
#15 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/functions.php(35): call_user_func_array(Object(Closure), Array)
#16 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNoticeFactory.php(11): WPML\Container\make('WPML\\TM\\Automat...')
#17 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(148): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory->create()
#18 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(96): WPML_Action_Filter_Loader->run_factory(Object(WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory))
#19 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(80): WPML_Action_Filter_Loader->load_factory(Object(WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory))
#20 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(51): WPML_Action_Filter_Loader->load_factory_or_action('WPML\\TM\\Automat...', false)
#21 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/tm.php(130): WPML_Action_Filter_Loader->load(Array)
#22 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(324): wpml_tm_load(Object(SitePress))
#23 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#24 /www/htdocs/w01c6ffc/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#25 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php(527): do_action('wpml_loaded', Object(SitePress))
#26 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(324): SitePress->init('')
#27 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#28 /www/htdocs/w01c6ffc/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#29 /www/htdocs/w01c6ffc/wp-settings.php(578): do_action('plugins_loaded')
#30 /www/htdocs/w01c6ffc/wp-config.php(197): require_once('/www/htdocs/w01...')
#31 /www/htdocs/w01c6ffc/wp-load.php(50): require_once('/www/htdocs/w01...')
#32 /www/htdocs/w01c6ffc/wp-admin/admin-ajax.php(22): require_once('/www/htdocs/w01...')
#33 {main}
thrown in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php on line 154
[23-Oct-2025 10:43:32 UTC] PHP Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php:154
Stack trace:
#0 [internal function]: count(NULL)
#1 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php(154): call_user_func_array('count', Array)
#2 [internal function]: WPML\FP\Lst::WPML\FP\{closure}(NULL)
#3 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/collect/src/Illuminate/Support/Traits/Macroable.php(56): call_user_func_array(Object(Closure), Array)
#4 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(91): WPML\FP\Lst::__callStatic('length', Array)
#5 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(64): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->deleteElementsThatHaveJobsCreated()
#6 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(43): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->updateNotice()
#7 [internal function]: WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->__construct(Object(WPML_Translation_Element_Factory), Object(WPML_Notices))
#8 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/auryn/lib/Injector.php(415): ReflectionClass->newInstanceArgs(Array)
#9 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/auryn/lib/Injector.php(373): WPML\Auryn\Injector->provisionInstance('WPML\\TM\\Automat...', 'wpml\\tm\\automat...', Array)
#10 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/class-wpml-container.php(98): WPML\Auryn\Injector->make('WPML\\TM\\Automat...', Array)
#11 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/functions.php(29): WPML\Container\Container::make('WPML\\TM\\Automat...', Array)
#12 [internal function]: WPML\Container\{closure}('WPML\\TM\\Automat...')
#13 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php(154): call_user_func_array(Object(Closure), Array)
#14 [internal function]: WPML\FP\{closure}('WPML\\TM\\Automat...')
#15 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/functions.php(35): call_user_func_array(Object(Closure), Array)
#16 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNoticeFactory.php(11): WPML\Container\make('WPML\\TM\\Automat...')
#17 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(148): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory->create()
#18 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(96): WPML_Action_Filter_Loader->run_factory(Object(WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory))
#19 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(80): WPML_Action_Filter_Loader->load_factory(Object(WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory))
#20 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(51): WPML_Action_Filter_Loader->load_factory_or_action('WPML\\TM\\Automat...', false)
#21 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/tm.php(130): WPML_Action_Filter_Loader->load(Array)
#22 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(324): wpml_tm_load(Object(SitePress))
#23 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#24 /www/htdocs/w01c6ffc/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#25 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php(527): do_action('wpml_loaded', Object(SitePress))
#26 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(324): SitePress->init('')
#27 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#28 /www/htdocs/w01c6ffc/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#29 /www/htdocs/w01c6ffc/wp-settings.php(578): do_action('plugins_loaded')
#30 /www/htdocs/w01c6ffc/wp-config.php(197): require_once('/www/htdocs/w01...')
#31 /www/htdocs/w01c6ffc/wp-load.php(50): require_once('/www/htdocs/w01...')
#32 /www/htdocs/w01c6ffc/wp-admin/admin-ajax.php(22): require_once('/www/htdocs/w01...')
#33 {main}
thrown in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php on line 154
[23-Oct-2025 10:43:32 UTC] PHP Warning: foreach() argument must be of type array|object, null given in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php on line 81
[23-Oct-2025 10:43:32 UTC] PHP Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php:154
Stack trace:
#0 [internal function]: count(NULL)
#1 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php(154): call_user_func_array('count', Array)
#2 [internal function]: WPML\FP\Lst::WPML\FP\{closure}(NULL)
#3 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/collect/src/Illuminate/Support/Traits/Macroable.php(56): call_user_func_array(Object(Closure), Array)
#4 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(91): WPML\FP\Lst::__callStatic('length', Array)
#5 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(64): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->deleteElementsThatHaveJobsCreated()
#6 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(43): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->updateNotice()
#7 [internal function]: WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->__construct(Object(WPML_Translation_Element_Factory), Object(WPML_Notices))
#8 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/auryn/lib/Injector.php(415): ReflectionClass->newInstanceArgs(Array)
#9 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/auryn/lib/Injector.php(373): WPML\Auryn\Injector->provisionInstance('WPML\\TM\\Automat...', 'wpml\\tm\\automat...', Array)
#10 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/class-wpml-container.php(98): WPML\Auryn\Injector->make('WPML\\TM\\Automat...', Array)
#11 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/functions.php(29): WPML\Container\Container::make('WPML\\TM\\Automat...', Array)
#12 [internal function]: WPML\Container\{closure}('WPML\\TM\\Automat...')
#13 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php(154): call_user_func_array(Object(Closure), Array)
#14 [internal function]: WPML\FP\{closure}('WPML\\TM\\Automat...')
#15 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/functions.php(35): call_user_func_array(Object(Closure), Array)
#16 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNoticeFactory.php(11): WPML\Container\make('WPML\\TM\\Automat...')
#17 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(148): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory->create()
#18 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(96): WPML_Action_Filter_Loader->run_factory(Object(WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory))
#19 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(80): WPML_Action_Filter_Loader->load_factory(Object(WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory))
#20 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(51): WPML_Action_Filter_Loader->load_factory_or_action('WPML\\TM\\Automat...', false)
#21 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/tm.php(130): WPML_Action_Filter_Loader->load(Array)
#22 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(324): wpml_tm_load(Object(SitePress))
#23 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#24 /www/htdocs/w01c6ffc/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#25 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php(527): do_action('wpml_loaded', Object(SitePress))
#26 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(324): SitePress->init('')
#27 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#28 /www/htdocs/w01c6ffc/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#29 /www/htdocs/w01c6ffc/wp-settings.php(578): do_action('plugins_loaded')
#30 /www/htdocs/w01c6ffc/wp-config.php(197): require_once('/www/htdocs/w01...')
#31 /www/htdocs/w01c6ffc/wp-load.php(50): require_once('/www/htdocs/w01...')
#32 /www/htdocs/w01c6ffc/wp-admin/admin-ajax.php(22): require_once('/www/htdocs/w01...')
#33 {main}
thrown in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php on line 154
[23-Oct-2025 10:43:32 UTC] PHP Warning: foreach() argument must be of type array|object, null given in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php on line 81
[23-Oct-2025 10:43:32 UTC] PHP Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php:154
Stack trace:
#0 [internal function]: count(NULL)
#1 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php(154): call_user_func_array('count', Array)
#2 [internal function]: WPML\FP\Lst::WPML\FP\{closure}(NULL)
#3 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/collect/src/Illuminate/Support/Traits/Macroable.php(56): call_user_func_array(Object(Closure), Array)
#4 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(91): WPML\FP\Lst::__callStatic('length', Array)
#5 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(64): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->deleteElementsThatHaveJobsCreated()
#6 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(43): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->updateNotice()
#7 [internal function]: WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->__construct(Object(WPML_Translation_Element_Factory), Object(WPML_Notices))
#8 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/auryn/lib/Injector.php(415): ReflectionClass->newInstanceArgs(Array)
#9 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/auryn/lib/Injector.php(373): WPML\Auryn\Injector->provisionInstance('WPML\\TM\\Automat...', 'wpml\\tm\\automat...', Array)
#10 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/class-wpml-container.php(98): WPML\Auryn\Injector->make('WPML\\TM\\Automat...', Array)
#11 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/functions.php(29): WPML\Container\Container::make('WPML\\TM\\Automat...', Array)
#12 [internal function]: WPML\Container\{closure}('WPML\\TM\\Automat...')
#13 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php(154): call_user_func_array(Object(Closure), Array)
#14 [internal function]: WPML\FP\{closure}('WPML\\TM\\Automat...')
#15 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/functions.php(35): call_user_func_array(Object(Closure), Array)
#16 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNoticeFactory.php(11): WPML\Container\make('WPML\\TM\\Automat...')
#17 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(148): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory->create()
#18 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(96): WPML_Action_Filter_Loader->run_factory(Object(WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory))
#19 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(80): WPML_Action_Filter_Loader->load_factory(Object(WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory))
#20 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(51): WPML_Action_Filter_Loader->load_factory_or_action('WPML\\TM\\Automat...', false)
#21 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/tm.php(130): WPML_Action_Filter_Loader->load(Array)
#22 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(324): wpml_tm_load(Object(SitePress))
#23 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#24 /www/htdocs/w01c6ffc/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#25 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php(527): do_action('wpml_loaded', Object(SitePress))
#26 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(324): SitePress->init('')
#27 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#28 /www/htdocs/w01c6ffc/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#29 /www/htdocs/w01c6ffc/wp-settings.php(578): do_action('plugins_loaded')
#30 /www/htdocs/w01c6ffc/wp-config.php(197): require_once('/www/htdocs/w01...')
#31 /www/htdocs/w01c6ffc/wp-load.php(50): require_once('/www/htdocs/w01...')
#32 /www/htdocs/w01c6ffc/wp-admin/admin-ajax.php(22): require_once('/www/htdocs/w01...')
#33 {main}
thrown in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php on line 154
[23-Oct-2025 10:43:32 UTC] PHP Warning: foreach() argument must be of type array|object, null given in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php on line 81
[23-Oct-2025 10:43:32 UTC] PHP Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php:154
Stack trace:
#0 [internal function]: count(NULL)
#1 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php(154): call_user_func_array('count', Array)
#2 [internal function]: WPML\FP\Lst::WPML\FP\{closure}(NULL)
#3 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/collect/src/Illuminate/Support/Traits/Macroable.php(56): call_user_func_array(Object(Closure), Array)
#4 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(91): WPML\FP\Lst::__callStatic('length', Array)
#5 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(64): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->deleteElementsThatHaveJobsCreated()
#6 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(43): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->updateNotice()
#7 [internal function]: WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->__construct(Object(WPML_Translation_Element_Factory), Object(WPML_Notices))
#8 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/auryn/lib/Injector.php(415): ReflectionClass->newInstanceArgs(Array)
#9 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/auryn/lib/Injector.php(373): WPML\Auryn\Injector->provisionInstance('WPML\\TM\\Automat...', 'wpml\\tm\\automat...', Array)
#10 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/class-wpml-container.php(98): WPML\Auryn\Injector->make('WPML\\TM\\Automat...', Array)
#11 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/functions.php(29): WPML\Container\Container::make('WPML\\TM\\Automat...', Array)
#12 [internal function]: WPML\Container\{closure}('WPML\\TM\\Automat...')
#13 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php(154): call_user_func_array(Object(Closure), Array)
#14 [internal function]: WPML\FP\{closure}('WPML\\TM\\Automat...')
#15 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/functions.php(35): call_user_func_array(Object(Closure), Array)
#16 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNoticeFactory.php(11): WPML\Container\make('WPML\\TM\\Automat...')
#17 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(148): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory->create()
#18 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(96): WPML_Action_Filter_Loader->run_factory(Object(WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory))
#19 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(80): WPML_Action_Filter_Loader->load_factory(Object(WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory))
#20 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(51): WPML_Action_Filter_Loader->load_factory_or_action('WPML\\TM\\Automat...', false)
#21 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/tm.php(130): WPML_Action_Filter_Loader->load(Array)
#22 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(324): wpml_tm_load(Object(SitePress))
#23 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#24 /www/htdocs/w01c6ffc/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#25 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php(527): do_action('wpml_loaded', Object(SitePress))
#26 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(324): SitePress->init('')
#27 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#28 /www/htdocs/w01c6ffc/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#29 /www/htdocs/w01c6ffc/wp-settings.php(578): do_action('plugins_loaded')
#30 /www/htdocs/w01c6ffc/wp-config.php(197): require_once('/www/htdocs/w01...')
#31 /www/htdocs/w01c6ffc/wp-load.php(50): require_once('/www/htdocs/w01...')
#32 /www/htdocs/w01c6ffc/wp-admin/admin-ajax.php(22): require_once('/www/htdocs/w01...')
#33 {main}
thrown in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php on line 154
||||||| nur frontend
[23-Oct-2025 10:42:49 UTC] PHP Deprecated: Creation of dynamic property EDD_SL_Plugin_Updater::$beta is deprecated in /www/htdocs/w01c6ffc/wp-content/plugins/ubermenu/pro/updates/edd/EDD_SL_Plugin_Updater.php on line 42
[23-Oct-2025 10:42:49 UTC] PHP Deprecated: Creation of dynamic property EDD_SL_Plugin_Updater::$beta is deprecated in /www/htdocs/w01c6ffc/wp-content/plugins/ubermenu/pro/updates/edd/EDD_SL_Plugin_Updater.php on line 42
[23-Oct-2025 10:42:50 UTC] PHP Deprecated: Creation of dynamic property EDD_SL_Plugin_Updater::$beta is deprecated in /www/htdocs/w01c6ffc/wp-content/plugins/ubermenu/pro/updates/edd/EDD_SL_Plugin_Updater.php on line 42
[23-Oct-2025 10:42:51 UTC] PHP Warning: foreach() argument must be of type array|object, null given in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php on line 81
[23-Oct-2025 10:42:51 UTC] PHP Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php:154
Stack trace:
#0 [internal function]: count(NULL)
#1 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php(154): call_user_func_array('count', Array)
#2 [internal function]: WPML\FP\Lst::WPML\FP\{closure}(NULL)
#3 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/collect/src/Illuminate/Support/Traits/Macroable.php(56): call_user_func_array(Object(Closure), Array)
#4 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(91): WPML\FP\Lst::__callStatic('length', Array)
#5 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(64): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->deleteElementsThatHaveJobsCreated()
#6 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(43): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->updateNotice()
#7 [internal function]: WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->__construct(Object(WPML_Translation_Element_Factory), Object(WPML_Notices))
#8 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/auryn/lib/Injector.php(415): ReflectionClass->newInstanceArgs(Array)
#9 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/auryn/lib/Injector.php(373): WPML\Auryn\Injector->provisionInstance('WPML\\TM\\Automat...', 'wpml\\tm\\automat...', Array)
#10 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/class-wpml-container.php(98): WPML\Auryn\Injector->make('WPML\\TM\\Automat...', Array)
#11 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/functions.php(29): WPML\Container\Container::make('WPML\\TM\\Automat...', Array)
#12 [internal function]: WPML\Container\{closure}('WPML\\TM\\Automat...')
#13 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php(154): call_user_func_array(Object(Closure), Array)
#14 [internal function]: WPML\FP\{closure}('WPML\\TM\\Automat...')
#15 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/functions.php(35): call_user_func_array(Object(Closure), Array)
#16 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNoticeFactory.php(11): WPML\Container\make('WPML\\TM\\Automat...')
#17 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(148): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory->create()
#18 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(96): WPML_Action_Filter_Loader->run_factory(Object(WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory))
#19 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(80): WPML_Action_Filter_Loader->load_factory(Object(WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory))
#20 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(51): WPML_Action_Filter_Loader->load_factory_or_action('WPML\\TM\\Automat...', false)
#21 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/tm.php(130): WPML_Action_Filter_Loader->load(Array)
#22 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(324): wpml_tm_load(Object(SitePress))
#23 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#24 /www/htdocs/w01c6ffc/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#25 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php(527): do_action('wpml_loaded', Object(SitePress))
#26 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(324): SitePress->init('')
#27 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#28 /www/htdocs/w01c6ffc/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#29 /www/htdocs/w01c6ffc/wp-settings.php(578): do_action('plugins_loaded')
#30 /www/htdocs/w01c6ffc/wp-config.php(197): require_once('/www/htdocs/w01...')
#31 /www/htdocs/w01c6ffc/wp-load.php(50): require_once('/www/htdocs/w01...')
#32 /www/htdocs/w01c6ffc/wp-admin/admin-ajax.php(22): require_once('/www/htdocs/w01...')
#33 {main}
thrown in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php on line 154
[23-Oct-2025 10:42:51 UTC] PHP Warning: foreach() argument must be of type array|object, null given in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php on line 81
[23-Oct-2025 10:42:51 UTC] PHP Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php:154
Stack trace:
#0 [internal function]: count(NULL)
#1 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php(154): call_user_func_array('count', Array)
#2 [internal function]: WPML\FP\Lst::WPML\FP\{closure}(NULL)
#3 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/collect/src/Illuminate/Support/Traits/Macroable.php(56): call_user_func_array(Object(Closure), Array)
#4 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(91): WPML\FP\Lst::__callStatic('length', Array)
#5 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(64): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->deleteElementsThatHaveJobsCreated()
#6 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(43): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->updateNotice()
#7 [internal function]: WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->__construct(Object(WPML_Translation_Element_Factory), Object(WPML_Notices))
#8 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/auryn/lib/Injector.php(415): ReflectionClass->newInstanceArgs(Array)
#9 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/auryn/lib/Injector.php(373): WPML\Auryn\Injector->provisionInstance('WPML\\TM\\Automat...', 'wpml\\tm\\automat...', Array)
#10 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/class-wpml-container.php(98): WPML\Auryn\Injector->make('WPML\\TM\\Automat...', Array)
#11 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/functions.php(29): WPML\Container\Container::make('WPML\\TM\\Automat...', Array)
#12 [internal function]: WPML\Container\{closure}('WPML\\TM\\Automat...')
#13 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php(154): call_user_func_array(Object(Closure), Array)
#14 [internal function]: WPML\FP\{closure}('WPML\\TM\\Automat...')
#15 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/functions.php(35): call_user_func_array(Object(Closure), Array)
#16 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNoticeFactory.php(11): WPML\Container\make('WPML\\TM\\Automat...')
#17 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(148): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory->create()
#18 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(96): WPML_Action_Filter_Loader->run_factory(Object(WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory))
#19 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(80): WPML_Action_Filter_Loader->load_factory(Object(WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory))
#20 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(51): WPML_Action_Filter_Loader->load_factory_or_action('WPML\\TM\\Automat...', false)
#21 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/tm.php(130): WPML_Action_Filter_Loader->load(Array)
#22 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(324): wpml_tm_load(Object(SitePress))
#23 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#24 /www/htdocs/w01c6ffc/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#25 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php(527): do_action('wpml_loaded', Object(SitePress))
#26 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(324): SitePress->init('')
#27 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#28 /www/htdocs/w01c6ffc/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#29 /www/htdocs/w01c6ffc/wp-settings.php(578): do_action('plugins_loaded')
#30 /www/htdocs/w01c6ffc/wp-config.php(197): require_once('/www/htdocs/w01...')
#31 /www/htdocs/w01c6ffc/wp-load.php(50): require_once('/www/htdocs/w01...')
#32 /www/htdocs/w01c6ffc/wp-admin/admin-ajax.php(22): require_once('/www/htdocs/w01...')
#33 {main}
thrown in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php on line 154
[23-Oct-2025 10:42:51 UTC] PHP Warning: foreach() argument must be of type array|object, null given in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php on line 81
[23-Oct-2025 10:42:51 UTC] PHP Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php:154
Stack trace:
#0 [internal function]: count(NULL)
#1 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php(154): call_user_func_array('count', Array)
#2 [internal function]: WPML\FP\Lst::WPML\FP\{closure}(NULL)
#3 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/collect/src/Illuminate/Support/Traits/Macroable.php(56): call_user_func_array(Object(Closure), Array)
#4 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(91): WPML\FP\Lst::__callStatic('length', Array)
#5 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(64): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->deleteElementsThatHaveJobsCreated()
#6 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(43): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->updateNotice()
#7 [internal function]: WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->__construct(Object(WPML_Translation_Element_Factory), Object(WPML_Notices))
#8 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/auryn/lib/Injector.php(415): ReflectionClass->newInstanceArgs(Array)
#9 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/auryn/lib/Injector.php(373): WPML\Auryn\Injector->provisionInstance('WPML\\TM\\Automat...', 'wpml\\tm\\automat...', Array)
#10 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/class-wpml-container.php(98): WPML\Auryn\Injector->make('WPML\\TM\\Automat...', Array)
#11 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/functions.php(29): WPML\Container\Container::make('WPML\\TM\\Automat...', Array)
#12 [internal function]: WPML\Container\{closure}('WPML\\TM\\Automat...')
#13 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php(154): call_user_func_array(Object(Closure), Array)
#14 [internal function]: WPML\FP\{closure}('WPML\\TM\\Automat...')
#15 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/functions.php(35): call_user_func_array(Object(Closure), Array)
#16 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNoticeFactory.php(11): WPML\Container\make('WPML\\TM\\Automat...')
#17 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(148): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory->create()
#18 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(96): WPML_Action_Filter_Loader->run_factory(Object(WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory))
#19 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(80): WPML_Action_Filter_Loader->load_factory(Object(WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory))
#20 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(51): WPML_Action_Filter_Loader->load_factory_or_action('WPML\\TM\\Automat...', false)
#21 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/tm.php(130): WPML_Action_Filter_Loader->load(Array)
#22 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(324): wpml_tm_load(Object(SitePress))
#23 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#24 /www/htdocs/w01c6ffc/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#25 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php(527): do_action('wpml_loaded', Object(SitePress))
#26 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(324): SitePress->init('')
#27 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#28 /www/htdocs/w01c6ffc/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#29 /www/htdocs/w01c6ffc/wp-settings.php(578): do_action('plugins_loaded')
#30 /www/htdocs/w01c6ffc/wp-config.php(197): require_once('/www/htdocs/w01...')
#31 /www/htdocs/w01c6ffc/wp-load.php(50): require_once('/www/htdocs/w01...')
#32 /www/htdocs/w01c6ffc/wp-admin/admin-ajax.php(22): require_once('/www/htdocs/w01...')
#33 {main}
thrown in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php on line 154
[23-Oct-2025 10:42:51 UTC] PHP Warning: foreach() argument must be of type array|object, null given in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php on line 81
[23-Oct-2025 10:42:51 UTC] PHP Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php:154
Stack trace:
#0 [internal function]: count(NULL)
#1 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php(154): call_user_func_array('count', Array)
#2 [internal function]: WPML\FP\Lst::WPML\FP\{closure}(NULL)
#3 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/collect/src/Illuminate/Support/Traits/Macroable.php(56): call_user_func_array(Object(Closure), Array)
#4 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(91): WPML\FP\Lst::__callStatic('length', Array)
#5 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(64): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->deleteElementsThatHaveJobsCreated()
#6 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(43): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->updateNotice()
#7 [internal function]: WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->__construct(Object(WPML_Translation_Element_Factory), Object(WPML_Notices))
#8 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/auryn/lib/Injector.php(415): ReflectionClass->newInstanceArgs(Array)
#9 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/auryn/lib/Injector.php(373): WPML\Auryn\Injector->provisionInstance('WPML\\TM\\Automat...', 'wpml\\tm\\automat...', Array)
#10 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/class-wpml-container.php(98): WPML\Auryn\Injector->make('WPML\\TM\\Automat...', Array)
#11 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/functions.php(29): WPML\Container\Container::make('WPML\\TM\\Automat...', Array)
#12 [internal function]: WPML\Container\{closure}('WPML\\TM\\Automat...')
#13 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php(154): call_user_func_array(Object(Closure), Array)
#14 [internal function]: WPML\FP\{closure}('WPML\\TM\\Automat...')
#15 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/functions.php(35): call_user_func_array(Object(Closure), Array)
#16 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNoticeFactory.php(11): WPML\Container\make('WPML\\TM\\Automat...')
#17 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(148): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory->create()
#18 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(96): WPML_Action_Filter_Loader->run_factory(Object(WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory))
#19 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(80): WPML_Action_Filter_Loader->load_factory(Object(WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory))
#20 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(51): WPML_Action_Filter_Loader->load_factory_or_action('WPML\\TM\\Automat...', false)
#21 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/tm.php(130): WPML_Action_Filter_Loader->load(Array)
#22 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(324): wpml_tm_load(Object(SitePress))
#23 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#24 /www/htdocs/w01c6ffc/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#25 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php(527): do_action('wpml_loaded', Object(SitePress))
#26 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(324): SitePress->init('')
#27 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#28 /www/htdocs/w01c6ffc/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#29 /www/htdocs/w01c6ffc/wp-settings.php(578): do_action('plugins_loaded')
#30 /www/htdocs/w01c6ffc/wp-config.php(197): require_once('/www/htdocs/w01...')
#31 /www/htdocs/w01c6ffc/wp-load.php(50): require_once('/www/htdocs/w01...')
#32 /www/htdocs/w01c6ffc/wp-admin/admin-ajax.php(22): require_once('/www/htdocs/w01...')
#33 {main}
thrown in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php on line 154
[23-Oct-2025 10:42:53 UTC] PHP Warning: foreach() argument must be of type array|object, null given in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php on line 81
[23-Oct-2025 10:42:53 UTC] PHP Fatal error: Uncaught TypeError: count(): Argument #1 ($value) must be of type Countable|array, null given in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php:154
Stack trace:
#0 [internal function]: count(NULL)
#1 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php(154): call_user_func_array('count', Array)
#2 [internal function]: WPML\FP\Lst::WPML\FP\{closure}(NULL)
#3 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/collect/src/Illuminate/Support/Traits/Macroable.php(56): call_user_func_array(Object(Closure), Array)
#4 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(91): WPML\FP\Lst::__callStatic('length', Array)
#5 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(64): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->deleteElementsThatHaveJobsCreated()
#6 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNotice.php(43): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->updateNotice()
#7 [internal function]: WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNotice->__construct(Object(WPML_Translation_Element_Factory), Object(WPML_Notices))
#8 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/auryn/lib/Injector.php(415): ReflectionClass->newInstanceArgs(Array)
#9 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/otgs/auryn/lib/Injector.php(373): WPML\Auryn\Injector->provisionInstance('WPML\\TM\\Automat...', 'wpml\\tm\\automat...', Array)
#10 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/class-wpml-container.php(98): WPML\Auryn\Injector->make('WPML\\TM\\Automat...', Array)
#11 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/functions.php(29): WPML\Container\Container::make('WPML\\TM\\Automat...', Array)
#12 [internal function]: WPML\Container\{closure}('WPML\\TM\\Automat...')
#13 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php(154): call_user_func_array(Object(Closure), Array)
#14 [internal function]: WPML\FP\{closure}('WPML\\TM\\Automat...')
#15 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/container/functions.php(35): call_user_func_array(Object(Closure), Array)
#16 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/automatic-translation/AutomaticTranslationJobCreationFailureNoticeFactory.php(11): WPML\Container\make('WPML\\TM\\Automat...')
#17 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(148): WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory->create()
#18 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(96): WPML_Action_Filter_Loader->run_factory(Object(WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory))
#19 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(80): WPML_Action_Filter_Loader->load_factory(Object(WPML\TM\AutomaticTranslation\Actions\AutomaticTranslationJobCreationFailureNoticeFactory))
#20 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/classes/action-filter-loader/class-wpml-action-filter-loader.php(51): WPML_Action_Filter_Loader->load_factory_or_action('WPML\\TM\\Automat...', false)
#21 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/tm.php(130): WPML_Action_Filter_Loader->load(Array)
#22 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(324): wpml_tm_load(Object(SitePress))
#23 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#24 /www/htdocs/w01c6ffc/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#25 /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/sitepress.class.php(527): do_action('wpml_loaded', Object(SitePress))
#26 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(324): SitePress->init('')
#27 /www/htdocs/w01c6ffc/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters(NULL, Array)
#28 /www/htdocs/w01c6ffc/wp-includes/plugin.php(517): WP_Hook->do_action(Array)
#29 /www/htdocs/w01c6ffc/wp-settings.php(578): do_action('plugins_loaded')
#30 /www/htdocs/w01c6ffc/wp-config.php(197): require_once('/www/htdocs/w01...')
#31 /www/htdocs/w01c6ffc/wp-load.php(50): require_once('/www/htdocs/w01...')
#32 /www/htdocs/w01c6ffc/wp-admin/admin.php(35): require_once('/www/htdocs/w01...')
#33 /www/htdocs/w01c6ffc/wp-admin/index.php(10): require_once('/www/htdocs/w01...')
#34 {main}
thrown in /www/htdocs/w01c6ffc/wp-content/plugins/sitepress-multilingual-cms/vendor/wpml/fp/core/functions.php on line 154
somit müssen wir nur noch prüfen, warum der Wert null so übergeben wird. Alternativ wäre ggf. ein Duplicator-Paket einfachen, dann können wir direkt lokal debuggen.
Viele Grüße
Marcel
Das Thema '[Geschlossen] 500 Fehler' ist für neue Antworten geschlossen.