Skip Navigation

[Resolved] WordPress site is showing errors and whitescreen since toolset installation

This support ticket is created 2 years, 5 months ago. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 9:00 – 13:00 -
- 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 14:00 – 18:00 -

Supporter timezone: Asia/Karachi (GMT+05:00)

This topic contains 4 replies, has 3 voices.

Last updated by Waqar 2 years, 5 months ago.

Assisted by: Waqar.

Author
Posts
#2506469
devtools errors.PNG

Since installing toolset my wordpress site faces some issues.
sometimes when I change settings I get a 500 error. When I reload the page after a few seconds the site is working again.
I figured out that this occures most of the time when I change some settings or ad a new product.
I had no problems like that before installing the toolset plugins.

Here is a screenshot of my devtools console showing some errors

How can I fix this?

#2506551

Nigel
Supporter

Languages: English (English ) Spanish (Español )

Timezone: Europe/London (GMT+01:00)

Hi there

If you see 500 errors in the browser network requests, that means that fatal errors occur on the server, and details of these should be in the logs, which should help identify the problem.

If you haven't already, turn on the debug log by editing your wp-config.php file and change the line with WP_DEBUG like so:

define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', false);
define('WP_DISABLE_FATAL_ERROR_HANDLER',true);

That will create a debug.log file in your /wp-content/ directory which you can examine in any text editor. Try visiting the same page where you observe the problem and then inspect the log.

What does it show?

The other thing you can do to help locate the issue is to see if it arises from a conflict with some other plugin (or your theme).

Check whether the issue persists in a minimal version of your site (i.e. with all non-Toolset plugins disabled, and with a default theme such as twentytwentyone).

(If you have a staging server available, you'll want to try it there.)

If the problem disappears then it should be possible to determine the source of the conflict by a process of elimination.

Let us know what you find.

#2506751

The following errors are from my debug file:

[30-Nov-2022 14:19:11 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 1900544 bytes) in /www/htdocs/w0179d02/shishahilfe.de/wp-includes/template.php on line 785
[30-Nov-2022 14:19:11 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 1900544 bytes) in /www/htdocs/w0179d02/shishahilfe.de/wp-content/plugins/nextend-smart-slider3-pro/Nextend/Autoloader.php on line 194
[30-Nov-2022 14:19:11 UTC] PHP Fatal error: Unknown: Cannot use output buffering in output buffering display handlers in Unknown on line 0
[30-Nov-2022 14:19:32 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 1900544 bytes) in /www/htdocs/w0179d02/shishahilfe.de/wp-content/plugins/age-gate/vendor/composer/ClassLoader.php on line 571
[30-Nov-2022 14:19:32 UTC] PHP Fatal error: Unknown: Cannot use output buffering in output buffering display handlers in Unknown on line 0
[30-Nov-2022 14:20:40 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 1900544 bytes) in /www/htdocs/w0179d02/shishahilfe.de/wp-content/plugins/age-gate/vendor/composer/ClassLoader.php on line 571
[30-Nov-2022 14:20:40 UTC] PHP Fatal error: Unknown: Cannot use output buffering in output buffering display handlers in Unknown on line 0
[30-Nov-2022 14:21:50 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 1900544 bytes) in /www/htdocs/w0179d02/shishahilfe.de/wp-content/plugins/toolset-blocks/inc/ct-editor/ct-editor.php on line 51
[30-Nov-2022 14:21:50 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 1900544 bytes) in /www/htdocs/w0179d02/shishahilfe.de/wp-content/plugins/mailpoet/vendor/woocommerce/action-scheduler/classes/abstracts/ActionScheduler.php on line 91
[30-Nov-2022 14:25:01 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 20480 bytes) in /www/htdocs/w0179d02/shishahilfe.de/wp-content/plugins/woocommerce/src/Internal/Traits/AccessiblePrivateMethods.php on line 158
[30-Nov-2022 14:25:01 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 20480 bytes) in /www/htdocs/w0179d02/shishahilfe.de/wp-content/plugins/woocommerce/src/Internal/Traits/AccessiblePrivateMethods.php on line 158
[30-Nov-2022 14:25:17 UTC] PHP Deprecated: Die Funktion is_admin_page ist seit Version 6.3 veraltet! Verwende stattdessen \Automattic\WooCommerce\Admin\PageController::is_admin_page(). in /www/htdocs/w0179d02/shishahilfe.de/wp-includes/functions.php on line 5383
[30-Nov-2022 14:25:20 UTC] PHP Notice: Die Funktion register_rest_route wurde fehlerhaft aufgerufen. Der Definition der REST-API-Route für

tlpxxIdentitaetsCheck/apiCheck/(?P<id>.*)

fehlt das erforderliche Argument

permission_callback

. Für REST-API-Routen, die für öffentlichen Zugriff gedacht sind, benutze

__return_true

als Berechtigungs-Callback. Weitere Informationen: Debugging in WordPress (engl.). (Diese Meldung wurde in Version 5.5.0 hinzugefügt.) in /www/htdocs/w0179d02/shishahilfe.de/wp-includes/functions.php on line 5835
[30-Nov-2022 14:25:20 UTC] PHP Notice: Die Funktion register_rest_route wurde fehlerhaft aufgerufen. Der Definition der REST-API-Route für

tlpxxIdentitaetsCheck/IdentityCheck

fehlt das erforderliche Argument

permission_callback

. Für REST-API-Routen, die für öffentlichen Zugriff gedacht sind, benutze

__return_true

als Berechtigungs-Callback. Weitere Informationen: Debugging in WordPress (engl.). (Diese Meldung wurde in Version 5.5.0 hinzugefügt.) in /www/htdocs/w0179d02/shishahilfe.de/wp-includes/functions.php on line 5835
[30-Nov-2022 14:25:22 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 1900544 bytes) in /www/htdocs/w0179d02/shishahilfe.de/wp-content/plugins/age-gate/vendor/composer/ClassLoader.php on line 571
[30-Nov-2022 14:25:22 UTC] PHP Fatal error: Unknown: Cannot use output buffering in output buffering display handlers in Unknown on line 0
[30-Nov-2022 14:25:23 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 20480 bytes) in /www/htdocs/w0179d02/shishahilfe.de/wp-content/plugins/woocommerce/src/Internal/Traits/AccessiblePrivateMethods.php on line 158
[30-Nov-2022 14:25:23 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 20480 bytes) in /www/htdocs/w0179d02/shishahilfe.de/wp-includes/capabilities.php on line 1223
[30-Nov-2022 14:25:25 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 1900544 bytes) in /www/htdocs/w0179d02/shishahilfe.de/wp-content/plugins/woocommerce-germanized-pro/vendor/jetpack-autoloader/class-php-autoloader.php on line 87
[30-Nov-2022 14:25:35 UTC] PHP Deprecated: Die Funktion is_admin_page ist seit Version 6.3 veraltet! Verwende stattdessen \Automattic\WooCommerce\Admin\PageController::is_admin_page(). in /www/htdocs/w0179d02/shishahilfe.de/wp-includes/functions.php on line 5383
[30-Nov-2022 14:25:36 UTC] PHP Notice: Die Funktion register_rest_route wurde fehlerhaft aufgerufen. Der Definition der REST-API-Route für

tlpxxIdentitaetsCheck/apiCheck/(?P<id>.*)

fehlt das erforderliche Argument

permission_callback

. Für REST-API-Routen, die für öffentlichen Zugriff gedacht sind, benutze

__return_true

als Berechtigungs-Callback. Weitere Informationen: Debugging in WordPress (engl.). (Diese Meldung wurde in Version 5.5.0 hinzugefügt.) in /www/htdocs/w0179d02/shishahilfe.de/wp-includes/functions.php on line 5835
[30-Nov-2022 14:25:36 UTC] PHP Notice: Die Funktion register_rest_route wurde fehlerhaft aufgerufen. Der Definition der REST-API-Route für

tlpxxIdentitaetsCheck/IdentityCheck

fehlt das erforderliche Argument

permission_callback

. Für REST-API-Routen, die für öffentlichen Zugriff gedacht sind, benutze

__return_true

als Berechtigungs-Callback. Weitere Informationen: Debugging in WordPress (engl.). (Diese Meldung wurde in Version 5.5.0 hinzugefügt.) in /www/htdocs/w0179d02/shishahilfe.de/wp-includes/functions.php on line 5835
[30-Nov-2022 14:25:38 UTC] PHP Fatal error: Uncaught Error: Call to a member function get_cart() on null in /www/htdocs/w0179d02/shishahilfe.de/wp-content/plugins/wc-restrict-payment-method/includes/class-wcrpm-frontend.php:137
Stack trace:
#0 /www/htdocs/w0179d02/shishahilfe.de/wp-content/plugins/wc-restrict-payment-method/includes/class-wcrpm-frontend.php(54): WCRPM_Restrict_Payment_Method_Frontend->wcrpm_check_products_in_cart()
#1 /www/htdocs/w0179d02/shishahilfe.de/wp-includes/class-wp-hook.php(308): WCRPM_Restrict_Payment_Method_Frontend->wcrpm_available_payment_gateways(Array)
#2 /www/htdocs/w0179d02/shishahilfe.de/wp-includes/plugin.php(205): WP_Hook->apply_filters(Array, Array)
#3 /www/htdocs/w0179d02/shishahilfe.de/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array)
#4 /www/htdocs/w0179d02/shishahilfe.de/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways()
#5 /www/htdocs/w0179d02/shishah in /www/htdocs/w0179d02/shishahilfe.de/wp-content/plugins/wc-restrict-payment-method/includes/class-wcrpm-frontend.php on line 137
[30-Nov-2022 14:25:50 UTC] PHP Deprecated: Die Funktion is_admin_page ist seit Version 6.3 veraltet! Verwende stattdessen \Automattic\WooCommerce\Admin\PageController::is_admin_page(). in /www/htdocs/w0179d02/shishahilfe.de/wp-includes/functions.php on line 5383
[30-Nov-2022 14:25:51 UTC] PHP Notice: Die Funktion register_rest_route wurde fehlerhaft aufgerufen. Der Definition der REST-API-Route für

tlpxxIdentitaetsCheck/apiCheck/(?P<id>.*)

fehlt das erforderliche Argument

permission_callback

. Für REST-API-Routen, die für öffentlichen Zugriff gedacht sind, benutze

__return_true

als Berechtigungs-Callback. Weitere Informationen: Debugging in WordPress (engl.). (Diese Meldung wurde in Version 5.5.0 hinzugefügt.) in /www/htdocs/w0179d02/shishahilfe.de/wp-includes/functions.php on line 5835
[30-Nov-2022 14:25:51 UTC] PHP Notice: Die Funktion register_rest_route wurde fehlerhaft aufgerufen. Der Definition der REST-API-Route für

tlpxxIdentitaetsCheck/IdentityCheck

fehlt das erforderliche Argument

permission_callback

. Für REST-API-Routen, die für öffentlichen Zugriff gedacht sind, benutze

__return_true

als Berechtigungs-Callback. Weitere Informationen: Debugging in WordPress (engl.). (Diese Meldung wurde in Version 5.5.0 hinzugefügt.) in /www/htdocs/w0179d02/shishahilfe.de/wp-includes/functions.php on line 5835
[30-Nov-2022 14:25:54 UTC] PHP Fatal error: Uncaught Error: Call to a member function get_cart() on null in /www/htdocs/w0179d02/shishahilfe.de/wp-content/plugins/wc-restrict-payment-method/includes/class-wcrpm-frontend.php:137
Stack trace:
#0 /www/htdocs/w0179d02/shishahilfe.de/wp-content/plugins/wc-restrict-payment-method/includes/class-wcrpm-frontend.php(54): WCRPM_Restrict_Payment_Method_Frontend->wcrpm_check_products_in_cart()
#1 /www/htdocs/w0179d02/shishahilfe.de/wp-includes/class-wp-hook.php(308): WCRPM_Restrict_Payment_Method_Frontend->wcrpm_available_payment_gateways(Array)
#2 /www/htdocs/w0179d02/shishahilfe.de/wp-includes/plugin.php(205): WP_Hook->apply_filters(Array, Array)
#3 /www/htdocs/w0179d02/shishahilfe.de/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array)
#4 /www/htdocs/w0179d02/shishahilfe.de/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways()
#5 /www/htdocs/w0179d02/shishah in /www/htdocs/w0179d02/shishahilfe.de/wp-content/plugins/wc-restrict-payment-method/includes/class-wcrpm-frontend.php on line 137
[30-Nov-2022 14:26:03 UTC] PHP Notice: Undefined variable: PASSPORT_LATER_ACTIVE in /www/htdocs/w0179d02/shishahilfe.de/wp-content/plugins/tlpxxIdentitaetsCheck/view/modalwindow.php on line 80
[30-Nov-2022 14:26:10 UTC] PHP Deprecated: Die Funktion is_admin_page ist seit Version 6.3 veraltet! Verwende stattdessen \Automattic\WooCommerce\Admin\PageController::is_admin_page(). in /www/htdocs/w0179d02/shishahilfe.de/wp-includes/functions.php on line 5383
[30-Nov-2022 14:26:10 UTC] PHP Notice: Die Funktion register_rest_route wurde fehlerhaft aufgerufen. Der Definition der REST-API-Route für

tlpxxIdentitaetsCheck/apiCheck/(?P<id>.*)

fehlt das erforderliche Argument

permission_callback

. Für REST-API-Routen, die für öffentlichen Zugriff gedacht sind, benutze

__return_true

als Berechtigungs-Callback. Weitere Informationen: Debugging in WordPress (engl.). (Diese Meldung wurde in Version 5.5.0 hinzugefügt.) in /www/htdocs/w0179d02/shishahilfe.de/wp-includes/functions.php on line 5835
[30-Nov-2022 14:26:10 UTC] PHP Notice: Die Funktion register_rest_route wurde fehlerhaft aufgerufen. Der Definition der REST-API-Route für

tlpxxIdentitaetsCheck/IdentityCheck

fehlt das erforderliche Argument

permission_callback

. Für REST-API-Routen, die für öffentlichen Zugriff gedacht sind, benutze

__return_true

als Berechtigungs-Callback. Weitere Informationen: Debugging in WordPress (engl.). (Diese Meldung wurde in Version 5.5.0 hinzugefügt.) in /www/htdocs/w0179d02/shishahilfe.de/wp-includes/functions.php on line 5835
[30-Nov-2022 14:26:13 UTC] PHP Fatal error: Uncaught Error: Call to a member function get_cart() on null in /www/htdocs/w0179d02/shishahilfe.de/wp-content/plugins/wc-restrict-payment-method/includes/class-wcrpm-frontend.php:137
Stack trace:
#0 /www/htdocs/w0179d02/shishahilfe.de/wp-content/plugins/wc-restrict-payment-method/includes/class-wcrpm-frontend.php(54): WCRPM_Restrict_Payment_Method_Frontend->wcrpm_check_products_in_cart()
#1 /www/htdocs/w0179d02/shishahilfe.de/wp-includes/class-wp-hook.php(308): WCRPM_Restrict_Payment_Method_Frontend->wcrpm_available_payment_gateways(Array)
#2 /www/htdocs/w0179d02/shishahilfe.de/wp-includes/plugin.php(205): WP_Hook->apply_filters(Array, Array)
#3 /www/htdocs/w0179d02/shishahilfe.de/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array)
#4 /www/htdocs/w0179d02/shishahilfe.de/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways()
#5 /www/htdocs/w0179d02/shishah in /www/htdocs/w0179d02/shishahilfe.de/wp-content/plugins/wc-restrict-payment-method/includes/class-wcrpm-frontend.php on line 137
[30-Nov-2022 14:27:18 UTC] PHP Deprecated: Die Funktion is_admin_page ist seit Version 6.3 veraltet! Verwende stattdessen \Automattic\WooCommerce\Admin\PageController::is_admin_page(). in /www/htdocs/w0179d02/shishahilfe.de/wp-includes/functions.php on line 5383
[30-Nov-2022 14:27:18 UTC] PHP Notice: Die Funktion register_rest_route wurde fehlerhaft aufgerufen. Der Definition der REST-API-Route für

tlpxxIdentitaetsCheck/apiCheck/(?P<id>.*)

fehlt das erforderliche Argument

permission_callback

. Für REST-API-Routen, die für öffentlichen Zugriff gedacht sind, benutze

__return_true

als Berechtigungs-Callback. Weitere Informationen: Debugging in WordPress (engl.). (Diese Meldung wurde in Version 5.5.0 hinzugefügt.) in /www/htdocs/w0179d02/shishahilfe.de/wp-includes/functions.php on line 5835
[30-Nov-2022 14:27:18 UTC] PHP Notice: Die Funktion register_rest_route wurde fehlerhaft aufgerufen. Der Definition der REST-API-Route für

tlpxxIdentitaetsCheck/IdentityCheck

fehlt das erforderliche Argument

permission_callback

. Für REST-API-Routen, die für öffentlichen Zugriff gedacht sind, benutze

__return_true

als Berechtigungs-Callback. Weitere Informationen: Debugging in WordPress (engl.). (Diese Meldung wurde in Version 5.5.0 hinzugefügt.) in /www/htdocs/w0179d02/shishahilfe.de/wp-includes/functions.php on line 5835
[30-Nov-2022 14:27:20 UTC] PHP Fatal error: Uncaught Error: Call to a member function get_cart() on null in /www/htdocs/w0179d02/shishahilfe.de/wp-content/plugins/wc-restrict-payment-method/includes/class-wcrpm-frontend.php:137
Stack trace:
#0 /www/htdocs/w0179d02/shishahilfe.de/wp-content/plugins/wc-restrict-payment-method/includes/class-wcrpm-frontend.php(54): WCRPM_Restrict_Payment_Method_Frontend->wcrpm_check_products_in_cart()
#1 /www/htdocs/w0179d02/shishahilfe.de/wp-includes/class-wp-hook.php(308): WCRPM_Restrict_Payment_Method_Frontend->wcrpm_available_payment_gateways(Array)
#2 /www/htdocs/w0179d02/shishahilfe.de/wp-includes/plugin.php(205): WP_Hook->apply_filters(Array, Array)
#3 /www/htdocs/w0179d02/shishahilfe.de/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array)
#4 /www/htdocs/w0179d02/shishahilfe.de/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways()
#5 /www/htdocs/w0179d02/shishah in /www/htdocs/w0179d02/shishahilfe.de/wp-content/plugins/wc-restrict-payment-method/includes/class-wcrpm-frontend.php on line 137
[30-Nov-2022 14:27:57 UTC] PHP Notice: Undefined variable: PASSPORT_LATER_ACTIVE in /www/htdocs/w0179d02/shishahilfe.de/wp-content/plugins/tlpxxIdentitaetsCheck/view/modalwindow.php on line 80
[30-Nov-2022 14:28:21 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 81920 bytes) in /www/htdocs/w0179d02/shishahilfe.de/wp-includes/pomo/mo.php on line 302
[30-Nov-2022 14:28:24 UTC] PHP Deprecated: Die Funktion is_admin_page ist seit Version 6.3 veraltet! Verwende stattdessen \Automattic\WooCommerce\Admin\PageController::is_admin_page(). in /www/htdocs/w0179d02/shishahilfe.de/wp-includes/functions.php on line 5383
[30-Nov-2022 14:28:26 UTC] PHP Notice: Die Funktion register_rest_route wurde fehlerhaft aufgerufen. Der Definition der REST-API-Route für

tlpxxIdentitaetsCheck/apiCheck/(?P<id>.*)

fehlt das erforderliche Argument

permission_callback

. Für REST-API-Routen, die für öffentlichen Zugriff gedacht sind, benutze

__return_true

als Berechtigungs-Callback. Weitere Informationen: Debugging in WordPress (engl.). (Diese Meldung wurde in Version 5.5.0 hinzugefügt.) in /www/htdocs/w0179d02/shishahilfe.de/wp-includes/functions.php on line 5835
[30-Nov-2022 14:28:26 UTC] PHP Notice: Die Funktion register_rest_route wurde fehlerhaft aufgerufen. Der Definition der REST-API-Route für

tlpxxIdentitaetsCheck/IdentityCheck

fehlt das erforderliche Argument

permission_callback

. Für REST-API-Routen, die für öffentlichen Zugriff gedacht sind, benutze

__return_true

als Berechtigungs-Callback. Weitere Informationen: Debugging in WordPress (engl.). (Diese Meldung wurde in Version 5.5.0 hinzugefügt.) in /www/htdocs/w0179d02/shishahilfe.de/wp-includes/functions.php on line 5835
[30-Nov-2022 14:28:27 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 225280 bytes) in /www/htdocs/w0179d02/shishahilfe.de/wp-includes/nav-menu-template.php on line 311
[30-Nov-2022 14:28:27 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 303104 bytes) in /www/htdocs/w0179d02/shishahilfe.de/wp-content/plugins/antispam-bee/antispam_bee.php on line 1246
[30-Nov-2022 14:28:27 UTC] PHP Fatal error: Unknown: Cannot use output buffering in output buffering display handlers in Unknown on line 0
[30-Nov-2022 14:28:28 UTC] PHP Fatal error: Uncaught Error: Call to a member function get_cart() on null in /www/htdocs/w0179d02/shishahilfe.de/wp-content/plugins/wc-restrict-payment-method/includes/class-wcrpm-frontend.php:137
Stack trace:
#0 /www/htdocs/w0179d02/shishahilfe.de/wp-content/plugins/wc-restrict-payment-method/includes/class-wcrpm-frontend.php(54): WCRPM_Restrict_Payment_Method_Frontend->wcrpm_check_products_in_cart()
#1 /www/htdocs/w0179d02/shishahilfe.de/wp-includes/class-wp-hook.php(308): WCRPM_Restrict_Payment_Method_Frontend->wcrpm_available_payment_gateways(Array)
#2 /www/htdocs/w0179d02/shishahilfe.de/wp-includes/plugin.php(205): WP_Hook->apply_filters(Array, Array)
#3 /www/htdocs/w0179d02/shishahilfe.de/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array)
#4 /www/htdocs/w0179d02/shishahilfe.de/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways()
#5 /www/htdocs/w0179d02/shishah in /www/htdocs/w0179d02/shishahilfe.de/wp-content/plugins/wc-restrict-payment-method/includes/class-wcrpm-frontend.php on line 137
[30-Nov-2022 14:28:30 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 1900544 bytes) in /www/htdocs/w0179d02/shishahilfe.de/wp-content/plugins/woocommerce-germanized-pro/vendor/jetpack-autoloader/class-php-autoloader.php on line 87
[30-Nov-2022 14:28:35 UTC] PHP Deprecated: Die Funktion is_admin_page ist seit Version 6.3 veraltet! Verwende stattdessen \Automattic\WooCommerce\Admin\PageController::is_admin_page(). in /www/htdocs/w0179d02/shishahilfe.de/wp-includes/functions.php on line 5383
[30-Nov-2022 14:28:36 UTC] PHP Notice: Die Funktion register_rest_route wurde fehlerhaft aufgerufen. Der Definition der REST-API-Route für

tlpxxIdentitaetsCheck/apiCheck/(?P<id>.*)

fehlt das erforderliche Argument

permission_callback

. Für REST-API-Routen, die für öffentlichen Zugriff gedacht sind, benutze

__return_true

als Berechtigungs-Callback. Weitere Informationen: Debugging in WordPress (engl.). (Diese Meldung wurde in Version 5.5.0 hinzugefügt.) in /www/htdocs/w0179d02/shishahilfe.de/wp-includes/functions.php on line 5835
[30-Nov-2022 14:28:36 UTC] PHP Notice: Die Funktion register_rest_route wurde fehlerhaft aufgerufen. Der Definition der REST-API-Route für

tlpxxIdentitaetsCheck/IdentityCheck

fehlt das erforderliche Argument

permission_callback

. Für REST-API-Routen, die für öffentlichen Zugriff gedacht sind, benutze

__return_true

als Berechtigungs-Callback. Weitere Informationen: Debugging in WordPress (engl.). (Diese Meldung wurde in Version 5.5.0 hinzugefügt.) in /www/htdocs/w0179d02/shishahilfe.de/wp-includes/functions.php on line 5835
[30-Nov-2022 14:28:38 UTC] PHP Fatal error: Uncaught Error: Call to a member function get_cart() on null in /www/htdocs/w0179d02/shishahilfe.de/wp-content/plugins/wc-restrict-payment-method/includes/class-wcrpm-frontend.php:137
Stack trace:
#0 /www/htdocs/w0179d02/shishahilfe.de/wp-content/plugins/wc-restrict-payment-method/includes/class-wcrpm-frontend.php(54): WCRPM_Restrict_Payment_Method_Frontend->wcrpm_check_products_in_cart()
#1 /www/htdocs/w0179d02/shishahilfe.de/wp-includes/class-wp-hook.php(308): WCRPM_Restrict_Payment_Method_Frontend->wcrpm_available_payment_gateways(Array)
#2 /www/htdocs/w0179d02/shishahilfe.de/wp-includes/plugin.php(205): WP_Hook->apply_filters(Array, Array)
#3 /www/htdocs/w0179d02/shishahilfe.de/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array)
#4 /www/htdocs/w0179d02/shishahilfe.de/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways()
#5 /www/htdocs/w0179d02/shishah in /www/htdocs/w0179d02/shishahilfe.de/wp-content/plugins/wc-restrict-payment-method/includes/class-wcrpm-frontend.php on line 137
[30-Nov-2022 14:29:44 UTC] PHP Notice: Undefined index: verification_mode_later in /www/htdocs/w0179d02/shishahilfe.de/wp-content/plugins/tlpxxIdentitaetsCheck/bootstrap.php on line 424
[30-Nov-2022 14:29:44 UTC] id was called incorrectly. Produkteigenschaften sollten nicht direkt abgerufen werden. Backtrace: require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), do_action('template_redirect'), WP_Hook->do_action, WP_Hook->apply_filters, WC_AJAX::do_wc_ajax, do_action('wc_ajax_checkout'), WP_Hook->do_action, WP_Hook->apply_filters, WC_AJAX::checkout, WC_Checkout->process_checkout, WC_Checkout->validate_checkout, do_action('woocommerce_after_checkout_validation'), WP_Hook->do_action, WP_Hook->apply_filters, tlpxx_check_customer, WC_Abstract_Legacy_Product->__get, wc_doing_it_wrong. This message was added in version 3.0.
[30-Nov-2022 14:29:44 UTC] id was called incorrectly. Produkteigenschaften sollten nicht direkt abgerufen werden. Backtrace: require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), do_action('template_redirect'), WP_Hook->do_action, WP_Hook->apply_filters, WC_AJAX::do_wc_ajax, do_action('wc_ajax_checkout'), WP_Hook->do_action, WP_Hook->apply_filters, WC_AJAX::checkout, WC_Checkout->process_checkout, WC_Checkout->validate_checkout, do_action('woocommerce_after_checkout_validation'), WP_Hook->do_action, WP_Hook->apply_filters, tlpxx_check_customer, WC_Abstract_Legacy_Product->__get, wc_doing_it_wrong. This message was added in version 3.0.
[30-Nov-2022 14:29:44 UTC] id was called incorrectly. Produkteigenschaften sollten nicht direkt abgerufen werden. Backtrace: require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), do_action('template_redirect'), WP_Hook->do_action, WP_Hook->apply_filters, WC_AJAX::do_wc_ajax, do_action('wc_ajax_checkout'), WP_Hook->do_action, WP_Hook->apply_filters, WC_AJAX::checkout, WC_Checkout->process_checkout, WC_Checkout->validate_checkout, do_action('woocommerce_after_checkout_validation'), WP_Hook->do_action, WP_Hook->apply_filters, tlpxx_check_customer, WC_Abstract_Legacy_Product->__get, wc_doing_it_wrong. This message was added in version 3.0.
[30-Nov-2022 14:29:44 UTC] id was called incorrectly. Produkteigenschaften sollten nicht direkt abgerufen werden. Backtrace: require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), do_action('template_redirect'), WP_Hook->do_action, WP_Hook->apply_filters, WC_AJAX::do_wc_ajax, do_action('wc_ajax_checkout'), WP_Hook->do_action, WP_Hook->apply_filters, WC_AJAX::checkout, WC_Checkout->process_checkout, WC_Checkout->validate_checkout, do_action('woocommerce_after_checkout_validation'), WP_Hook->do_action, WP_Hook->apply_filters, tlpxx_check_customer, WC_Abstract_Legacy_Product->__get, wc_doing_it_wrong. This message was added in version 3.0.
[30-Nov-2022 14:29:44 UTC] id was called incorrectly. Produkteigenschaften sollten nicht direkt abgerufen werden. Backtrace: require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), do_action('template_redirect'), WP_Hook->do_action, WP_Hook->apply_filters, WC_AJAX::do_wc_ajax, do_action('wc_ajax_checkout'), WP_Hook->do_action, WP_Hook->apply_filters, WC_AJAX::checkout, WC_Checkout->process_checkout, WC_Checkout->validate_checkout, do_action('woocommerce_after_checkout_validation'), WP_Hook->do_action, WP_Hook->apply_filters, tlpxx_check_customer, WC_Abstract_Legacy_Product->__get, wc_doing_it_wrong. This message was added in version 3.0.
[30-Nov-2022 14:29:44 UTC] id was called incorrectly. Produkteigenschaften sollten nicht direkt abgerufen werden. Backtrace: require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), do_action('template_redirect'), WP_Hook->do_action, WP_Hook->apply_filters, WC_AJAX::do_wc_ajax, do_action('wc_ajax_checkout'), WP_Hook->do_action, WP_Hook->apply_filters, WC_AJAX::checkout, WC_Checkout->process_checkout, WC_Checkout->validate_checkout, do_action('woocommerce_after_checkout_validation'), WP_Hook->do_action, WP_Hook->apply_filters, tlpxx_check_customer, WC_Abstract_Legacy_Product->__get, wc_doing_it_wrong. This message was added in version 3.0.
[30-Nov-2022 14:29:44 UTC] id was called incorrectly. Produkteigenschaften sollten nicht direkt abgerufen werden. Backtrace: require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), do_action('template_redirect'), WP_Hook->do_action, WP_Hook->apply_filters, WC_AJAX::do_wc_ajax, do_action('wc_ajax_checkout'), WP_Hook->do_action, WP_Hook->apply_filters, WC_AJAX::checkout, WC_Checkout->process_checkout, WC_Checkout->validate_checkout, do_action('woocommerce_after_checkout_validation'), WP_Hook->do_action, WP_Hook->apply_filters, tlpxx_check_customer, WC_Abstract_Legacy_Product->__get, wc_doing_it_wrong. This message was added in version 3.0.
[30-Nov-2022 14:29:44 UTC] id was called incorrectly. Produkteigenschaften sollten nicht direkt abgerufen werden. Backtrace: require('wp-blog-header.php'), require_once('wp-includes/template-loader.php'), do_action('template_redirect'), WP_Hook->do_action, WP_Hook->apply_filters, WC_AJAX::do_wc_ajax, do_action('wc_ajax_checkout'), WP_Hook->do_action, WP_Hook->apply_filters, WC_AJAX::checkout, WC_Checkout->process_checkout, WC_Checkout->validate_checkout, do_action('woocommerce_after_checkout_validation'), WP_Hook->do_action, WP_Hook->apply_filters, tlpxx_check_customer, WC_Abstract_Legacy_Product->__get, wc_doing_it_wrong. This message was added in version 3.0.
[30-Nov-2022 14:30:01 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 1900544 bytes) in /www/htdocs/w0179d02/shishahilfe.de/wp-content/plugins/woocommerce-germanized-pro/vendor/jetpack-autoloader/class-php-autoloader.php on line 87
[30-Nov-2022 14:30:23 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 81920 bytes) in /www/htdocs/w0179d02/shishahilfe.de/wp-includes/pomo/mo.php on line 302
[30-Nov-2022 14:30:26 UTC] PHP Deprecated: Die Funktion is_admin_page ist seit Version 6.3 veraltet! Verwende stattdessen \Automattic\WooCommerce\Admin\PageController::is_admin_page(). in /www/htdocs/w0179d02/shishahilfe.de/wp-includes/functions.php on line 5383
[30-Nov-2022 14:30:29 UTC] PHP Notice: Die Funktion register_rest_route wurde fehlerhaft aufgerufen. Der Definition der REST-API-Route für

tlpxxIdentitaetsCheck/apiCheck/(?P<id>.*)

fehlt das erforderliche Argument

permission_callback

. Für REST-API-Routen, die für öffentlichen Zugriff gedacht sind, benutze

__return_true

als Berechtigungs-Callback. Weitere Informationen: Debugging in WordPress (engl.). (Diese Meldung wurde in Version 5.5.0 hinzugefügt.) in /www/htdocs/w0179d02/shishahilfe.de/wp-includes/functions.php on line 5835
[30-Nov-2022 14:30:29 UTC] PHP Notice: Die Funktion register_rest_route wurde fehlerhaft aufgerufen. Der Definition der REST-API-Route für

tlpxxIdentitaetsCheck/IdentityCheck

fehlt das erforderliche Argument

permission_callback

. Für REST-API-Routen, die für öffentlichen Zugriff gedacht sind, benutze

__return_true

als Berechtigungs-Callback. Weitere Informationen: Debugging in WordPress (engl.). (Diese Meldung wurde in Version 5.5.0 hinzugefügt.) in /www/htdocs/w0179d02/shishahilfe.de/wp-includes/functions.php on line 5835
[30-Nov-2022 14:30:32 UTC] PHP Fatal error: Uncaught Error: Call to a member function get_cart() on null in /www/htdocs/w0179d02/shishahilfe.de/wp-content/plugins/wc-restrict-payment-method/includes/class-wcrpm-frontend.php:137
Stack trace:
#0 /www/htdocs/w0179d02/shishahilfe.de/wp-content/plugins/wc-restrict-payment-method/includes/class-wcrpm-frontend.php(54): WCRPM_Restrict_Payment_Method_Frontend->wcrpm_check_products_in_cart()
#1 /www/htdocs/w0179d02/shishahilfe.de/wp-includes/class-wp-hook.php(308): WCRPM_Restrict_Payment_Method_Frontend->wcrpm_available_payment_gateways(Array)
#2 /www/htdocs/w0179d02/shishahilfe.de/wp-includes/plugin.php(205): WP_Hook->apply_filters(Array, Array)
#3 /www/htdocs/w0179d02/shishahilfe.de/wp-content/plugins/woocommerce/includes/class-wc-payment-gateways.php(163): apply_filters('woocommerce_ava...', Array)
#4 /www/htdocs/w0179d02/shishahilfe.de/wp-content/plugins/woocommerce/src/Admin/Features/OnboardingTasks/Tasks/Payments.php(89): WC_Payment_Gateways->get_available_payment_gateways()
#5 /www/htdocs/w0179d02/shishah in /www/htdocs/w0179d02/shishahilfe.de/wp-content/plugins/wc-restrict-payment-method/includes/class-wcrpm-frontend.php on line 137
[30-Nov-2022 14:30:34 UTC] PHP Fatal error: Allowed memory size of 268435456 bytes exhausted (tried to allocate 1900544 bytes) in /www/htdocs/w0179d02/shishahilfe.de/wp-content/plugins/woocommerce-germanized-pro/vendor/jetpack-autoloader/class-php-autoloader.php on line 87

#2506763

Now I tried to deactivate the toolsets plugins and I get a Permanent HTTP ERROR 500

#2507189

Hi,

Thank you for sharing these details.

The error messages indicate that the allowed memory size on the web server is not enough. Please make sure that your website's hosting server meets the minimum requirements, listed at:
https://toolset.com/toolset-requirements/

Note: you can consult your hosting support team to assist you in increasing the allowed memory size.

The website seems to be back online, but for future reference, the "500 Internal Server Error" is a very generic error and can be caused by a number of reasons.

Here are some useful guides on this topic:

hidden link
hidden link

I hope this helps and please let me know how it goes.

regards,
Waqar