Skip Navigation

This is the technical support forum for WPML - the multilingual WordPress plugin.

Everyone can read, but only WPML clients can post here. WPML team is replying on the forum 6 days per week, 22 hours per day.

This topic contains 7 replies, has 2 voices.

Last updated by melitaR 1 year, 4 months ago.

Assisted by: Bobby.

Author Posts
December 6, 2022 at 2:30 pm #12599647

melitaR

Hello

as I have 12 languages to translate my site into, I would like to use the pay-as-you-go feature. I see the tutorial and when I click next to my page's URL to switch to pay-as-you-go, it opens my page in WPML translation management but the page is blank.

I have manually searched for the page given in the tutorial video and I already have some translations there as I used prepaid credit at the beginning, then I got a problem with the old theme not fully compatible with all languages and had to switch to a new one which I did and recreate a page.
Can you help me?
I will be happy to provide credentials if needed, the page is momentary in maintenance modus.

Thanks

Screenshot 2022-12-06 at 15.28.02.jpg
Screenshot 2022-12-06 at 15.25.44.jpg
December 6, 2022 at 11:08 pm #12602593

Bobby
Supporter

Languages: English (English )

Timezone: America/Los_Angeles (GMT-07:00)

Hello,

I would need to see the detail of the error log. You can see how to enable debug logging here:
https://wpml.org/documentation/support/debugging-wpml/

Go in your wp-config.php file and look for define(‘WP_DEBUG’, false);. Change it to:
define('WP_DEBUG', true);

Edit your wp-config.php file and add these lines, just before it says 'stop editing here':

ini_set('log_errors',TRUE);
ini_set('error_reporting', E_ALL);
ini_set('error_log', dirname(__FILE__) . 'https://cdn.wpml.org/error_log.txt');

This will create an error_log.txt file in your site's root directory. Please send me its contents.

December 7, 2022 at 8:57 am #12604801

melitaR

Hi Booby,

thanks for looking at this.
I have set the debug mode, I see massive PHP errors due to an external plugin, and will contact them on that already, can you only confirm if it has some conflict to do with the possible translations and WPML? The devs from Konfirmi Plugin assured me that it is fully compatible.
As for the rest of the log file, it was unfortunately not created in the root folder. I used a debugging plugin.

Here are it's contents:
Thanks

[07-Dec-2022 08:52:32 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:52:32 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:52:32 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:52:32 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:52:32 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:52:32 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:52:32 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:52:32 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:52:32 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:52:32 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:52:32 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:52:32 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:52:32 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:52:32 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:52:32 UTC] PHP Notice: Function wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. This notice was triggered by the

config

handle. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-includes/functions.php on line 5835
[07-Dec-2022 08:52:33 UTC] PHP Notice: Function wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. This notice was triggered by the

base_class

handle. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-includes/functions.php on line 5835
[07-Dec-2022 08:52:33 UTC] PHP Notice: Function wp_enqueue_style was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. This notice was triggered by the

mypluginstyle

handle. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-includes/functions.php on line 5835
[07-Dec-2022 08:52:33 UTC] PHP Notice: Function wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. This notice was triggered by the

agile_crm_scripts

handle. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-includes/functions.php on line 5835
[07-Dec-2022 08:52:34 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:52:34 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:52:34 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:52:34 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:52:34 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:52:34 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:52:34 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:52:34 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:52:34 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:52:34 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:52:34 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:52:34 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:52:34 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:52:34 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:52:34 UTC] PHP Notice: Function wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. This notice was triggered by the

config

handle. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-includes/functions.php on line 5835
[07-Dec-2022 08:52:34 UTC] PHP Notice: Function wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. This notice was triggered by the

base_class

handle. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-includes/functions.php on line 5835
[07-Dec-2022 08:52:34 UTC] PHP Notice: Function wp_enqueue_style was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. This notice was triggered by the

mypluginstyle

handle. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-includes/functions.php on line 5835
[07-Dec-2022 08:52:34 UTC] PHP Notice: Function is_feed was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.1.0.) in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-includes/functions.php on line 5835
[07-Dec-2022 08:52:34 UTC] PHP Notice: Function wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. This notice was triggered by the

agile_crm_scripts

handle. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-includes/functions.php on line 5835
[07-Dec-2022 08:52:48 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:52:48 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:52:48 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:52:48 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:52:48 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:52:48 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:52:48 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:52:48 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:52:48 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:52:48 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:52:48 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:52:48 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:52:48 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:52:48 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:52:48 UTC] PHP Notice: Function wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. This notice was triggered by the

config

handle. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-includes/functions.php on line 5835
[07-Dec-2022 08:52:48 UTC] PHP Notice: Function wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. This notice was triggered by the

base_class

handle. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-includes/functions.php on line 5835
[07-Dec-2022 08:52:48 UTC] PHP Notice: Function wp_enqueue_style was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. This notice was triggered by the

mypluginstyle

handle. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-includes/functions.php on line 5835
[07-Dec-2022 08:52:48 UTC] PHP Notice: Function wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. This notice was triggered by the

agile_crm_scripts

handle. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-includes/functions.php on line 5835
[07-Dec-2022 08:52:49 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:52:49 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:52:49 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:52:49 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:52:49 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:52:49 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:52:49 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:52:49 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:52:49 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:52:49 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:52:49 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:52:49 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:52:49 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:52:49 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:52:49 UTC] PHP Notice: Function wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. This notice was triggered by the

config

handle. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-includes/functions.php on line 5835
[07-Dec-2022 08:52:49 UTC] PHP Notice: Function wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. This notice was triggered by the

base_class

handle. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-includes/functions.php on line 5835
[07-Dec-2022 08:52:49 UTC] PHP Notice: Function wp_enqueue_style was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. This notice was triggered by the

mypluginstyle

handle. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-includes/functions.php on line 5835
[07-Dec-2022 08:52:49 UTC] PHP Notice: Function is_feed was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.1.0.) in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-includes/functions.php on line 5835
[07-Dec-2022 08:52:49 UTC] PHP Notice: Function wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. This notice was triggered by the

agile_crm_scripts

handle. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-includes/functions.php on line 5835
[07-Dec-2022 08:53:43 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:53:43 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:53:43 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:53:43 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:53:43 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:53:43 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:53:43 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:53:43 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:53:43 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:53:43 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:53:43 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:53:43 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:53:43 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:53:43 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:53:43 UTC] PHP Notice: Function wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. This notice was triggered by the

config

handle. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-includes/functions.php on line 5835
[07-Dec-2022 08:53:43 UTC] PHP Notice: Function wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. This notice was triggered by the

base_class

handle. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-includes/functions.php on line 5835
[07-Dec-2022 08:53:43 UTC] PHP Notice: Function wp_enqueue_style was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. This notice was triggered by the

mypluginstyle

handle. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-includes/functions.php on line 5835
[07-Dec-2022 08:53:43 UTC] PHP Notice: Function wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. This notice was triggered by the

agile_crm_scripts

handle. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-includes/functions.php on line 5835
[07-Dec-2022 08:53:44 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:53:44 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:53:44 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:53:44 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:53:44 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:53:44 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:53:44 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:53:44 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:53:44 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:53:44 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:53:44 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:53:44 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:53:44 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:53:44 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:53:44 UTC] PHP Notice: Function wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. This notice was triggered by the

config

handle. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-includes/functions.php on line 5835
[07-Dec-2022 08:53:44 UTC] PHP Notice: Function wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. This notice was triggered by the

base_class

handle. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-includes/functions.php on line 5835
[07-Dec-2022 08:53:44 UTC] PHP Notice: Function wp_enqueue_style was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. This notice was triggered by the

mypluginstyle

handle. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-includes/functions.php on line 5835
[07-Dec-2022 08:53:44 UTC] PHP Notice: Function is_feed was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.1.0.) in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-includes/functions.php on line 5835
[07-Dec-2022 08:53:44 UTC] PHP Notice: Function wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. This notice was triggered by the

agile_crm_scripts

handle. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-includes/functions.php on line 5835
[07-Dec-2022 08:53:46 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:53:46 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:53:46 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:53:46 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:53:46 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:53:46 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:53:46 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:53:46 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:53:46 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:53:46 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:53:46 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:53:46 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:53:46 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:53:46 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:53:46 UTC] PHP Notice: Function wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. This notice was triggered by the

config

handle. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-includes/functions.php on line 5835
[07-Dec-2022 08:53:46 UTC] PHP Notice: Function wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. This notice was triggered by the

base_class

handle. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-includes/functions.php on line 5835
[07-Dec-2022 08:53:46 UTC] PHP Notice: Function wp_enqueue_style was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. This notice was triggered by the

mypluginstyle

handle. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-includes/functions.php on line 5835
[07-Dec-2022 08:53:46 UTC] PHP Notice: Function wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. This notice was triggered by the

agile_crm_scripts

handle. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-includes/functions.php on line 5835
[07-Dec-2022 08:54:24 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:24 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:24 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:24 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:24 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:24 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:24 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:24 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:24 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:24 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:24 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:24 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:24 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:24 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:24 UTC] PHP Notice: Function wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. This notice was triggered by the

config

handle. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-includes/functions.php on line 5835
[07-Dec-2022 08:54:24 UTC] PHP Notice: Function wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. This notice was triggered by the

base_class

handle. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-includes/functions.php on line 5835
[07-Dec-2022 08:54:24 UTC] PHP Notice: Function wp_enqueue_style was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. This notice was triggered by the

mypluginstyle

handle. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-includes/functions.php on line 5835
[07-Dec-2022 08:54:24 UTC] PHP Notice: Function is_feed was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.1.0.) in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-includes/functions.php on line 5835
[07-Dec-2022 08:54:24 UTC] PHP Notice: Function wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. This notice was triggered by the

agile_crm_scripts

handle. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-includes/functions.php on line 5835
[07-Dec-2022 08:54:25 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:25 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:25 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:25 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:25 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:25 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:25 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:25 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:25 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:25 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:25 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:25 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:25 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:25 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:25 UTC] PHP Notice: Function wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. This notice was triggered by the

config

handle. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-includes/functions.php on line 5835
[07-Dec-2022 08:54:25 UTC] PHP Notice: Function wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. This notice was triggered by the

base_class

handle. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-includes/functions.php on line 5835
[07-Dec-2022 08:54:25 UTC] PHP Notice: Function wp_enqueue_style was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. This notice was triggered by the

mypluginstyle

handle. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-includes/functions.php on line 5835
[07-Dec-2022 08:54:25 UTC] PHP Notice: Function is_feed was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.1.0.) in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-includes/functions.php on line 5835
[07-Dec-2022 08:54:25 UTC] PHP Notice: Function wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. This notice was triggered by the

agile_crm_scripts

handle. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-includes/functions.php on line 5835
[07-Dec-2022 08:54:26 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:26 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:26 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:26 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:26 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:26 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:26 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:26 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:26 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:26 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:26 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:26 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:26 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:26 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:26 UTC] PHP Notice: Function wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. This notice was triggered by the

config

handle. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-includes/functions.php on line 5835
[07-Dec-2022 08:54:26 UTC] PHP Notice: Function wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. This notice was triggered by the

base_class

handle. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-includes/functions.php on line 5835
[07-Dec-2022 08:54:26 UTC] PHP Notice: Function wp_enqueue_style was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. This notice was triggered by the

mypluginstyle

handle. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-includes/functions.php on line 5835
[07-Dec-2022 08:54:26 UTC] PHP Notice: Function wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. This notice was triggered by the

agile_crm_scripts

handle. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-includes/functions.php on line 5835
[07-Dec-2022 08:54:49 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:49 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:49 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:49 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:49 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:50 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:50 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:50 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:50 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:50 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:50 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:50 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:50 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:50 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:50 UTC] PHP Notice: Function wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. This notice was triggered by the

config

handle. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-includes/functions.php on line 5835
[07-Dec-2022 08:54:50 UTC] PHP Notice: Function wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. This notice was triggered by the

base_class

handle. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-includes/functions.php on line 5835
[07-Dec-2022 08:54:50 UTC] PHP Notice: Function wp_enqueue_style was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. This notice was triggered by the

mypluginstyle

handle. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-includes/functions.php on line 5835
[07-Dec-2022 08:54:50 UTC] PHP Notice: Function wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. This notice was triggered by the

agile_crm_scripts

handle. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-includes/functions.php on line 5835
[07-Dec-2022 08:54:51 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:51 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:51 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:51 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:51 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:51 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:51 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:51 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:51 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:51 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:51 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:51 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:51 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:51 UTC] PHP Notice: Array to string conversion in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-content/plugins/konfirmi/app/Base/BaseController.php on line 75
[07-Dec-2022 08:54:51 UTC] PHP Notice: Function wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. This notice was triggered by the

config

handle. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-includes/functions.php on line 5835
[07-Dec-2022 08:54:51 UTC] PHP Notice: Function wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. This notice was triggered by the

base_class

handle. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-includes/functions.php on line 5835
[07-Dec-2022 08:54:51 UTC] PHP Notice: Function wp_enqueue_style was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. This notice was triggered by the

mypluginstyle

handle. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-includes/functions.php on line 5835
[07-Dec-2022 08:54:51 UTC] PHP Notice: Function is_feed was called incorrectly. Conditional query tags do not work before the query is run. Before then, they always return false. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.1.0.) in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-includes/functions.php on line 5835
[07-Dec-2022 08:54:51 UTC] PHP Notice: Function wp_enqueue_script was called incorrectly. Scripts and styles should not be registered or enqueued until the

wp_enqueue_scripts

,

admin_enqueue_scripts

, or

login_enqueue_scripts

hooks. This notice was triggered by the

agile_crm_scripts

handle. Please see <a href="https://wordpress.org/support/article/debugging-in-wordpress/">Debugging in WordPress</a> for more information. (This message was added in version 3.3.0.) in /homepages/11/d892254544/htdocs/clickandbuilds/InfektionsschutzbelehrungOnline/wp-includes/functions.php on line 5835

December 8, 2022 at 3:39 am #12611445

Bobby
Supporter

Languages: English (English )

Timezone: America/Los_Angeles (GMT-07:00)

Thank you for sharing the error log.

From what I can see it is only pointing to the third-party plugin and no WPML-related errors.

As a test what are your results if you disable temporarily the 3rd party plugin? Does it work ok when setting up pay as you?

Let me know your results, please.

December 8, 2022 at 12:05 pm #12614531

melitaR

Hi,

can you tell me exactly which plugin you mean? the one throwing the PHP error Konfirmi it's not, I disabled it and reactivated and still no possibility to use pay-on-the-go.
If not, I guess I'll have to manually translate all of them, as I have many of them (the theme comes with an extensive list of third-party plugins, some of which I had to install), it will take forever to test all the switches between the admin panel and WPML dashboard. 😢
thanks

December 8, 2022 at 1:17 pm #12614965

melitaR

Quick update:
I bought the 200k credits package, but it still doesn't work on the site, not just pay-as-you-go.
I can only translate manually.
So I deactivated all plugins and only turned on WPML, cleared the site's cache, and nothing changed.
What can I do? I am quite desperate. Also, can we assign this topic to someone in my Europe/Berlin time zone? Don't get me wrong, I appreciate your support, but I see you are active in LA and only active on my night
thanks for understanding

December 8, 2022 at 1:37 pm #12615047

melitaR

I solved it on my own- the translation setting had to be set to "translate everything" and the extended editor on, and now my translations are automatized.
I am closing this topic

Screenshot 2022-12-08 at 14.36.41.jpg
This ticket is now closed. If you're a WPML client and need related help, please open a new support ticket.