Deprecated: Constant Inboxify\Wordpress\FILTER_SANITIZE_STRING is deprecated in /var/www/vhosts/nbat.nl/httpdocs/wp-content/plugins/inboxify-sign-up-form/src/Inboxify/Wordpress/Plugin.php on line 87

Deprecated: Constant Inboxify\Wordpress\FILTER_SANITIZE_STRING is deprecated in /var/www/vhosts/nbat.nl/httpdocs/wp-content/plugins/inboxify-sign-up-form/src/Inboxify/Wordpress/Plugin.php on line 88

Deprecated: Constant Inboxify\Wordpress\FILTER_SANITIZE_STRING is deprecated in /var/www/vhosts/nbat.nl/httpdocs/wp-content/plugins/inboxify-sign-up-form/src/Inboxify/Wordpress/Plugin.php on line 90

Deprecated: Constant Inboxify\Wordpress\FILTER_SANITIZE_STRING is deprecated in /var/www/vhosts/nbat.nl/httpdocs/wp-content/plugins/inboxify-sign-up-form/src/Inboxify/Wordpress/Plugin.php on line 91

Deprecated: Constant Inboxify\Wordpress\FILTER_SANITIZE_STRING is deprecated in /var/www/vhosts/nbat.nl/httpdocs/wp-content/plugins/inboxify-sign-up-form/src/Inboxify/Wordpress/Plugin.php on line 92

Deprecated: Constant Inboxify\Wordpress\FILTER_SANITIZE_STRING is deprecated in /var/www/vhosts/nbat.nl/httpdocs/wp-content/plugins/inboxify-sign-up-form/src/Inboxify/Wordpress/Plugin.php on line 93

Deprecated: Constant Inboxify\Wordpress\FILTER_SANITIZE_STRING is deprecated in /var/www/vhosts/nbat.nl/httpdocs/wp-content/plugins/inboxify-sign-up-form/src/Inboxify/Wordpress/Plugin.php on line 94

Deprecated: Constant Inboxify\Wordpress\FILTER_SANITIZE_STRING is deprecated in /var/www/vhosts/nbat.nl/httpdocs/wp-content/plugins/inboxify-sign-up-form/src/Inboxify/Wordpress/Plugin.php on line 96

Deprecated: Constant Inboxify\Wordpress\FILTER_SANITIZE_STRING is deprecated in /var/www/vhosts/nbat.nl/httpdocs/wp-content/plugins/inboxify-sign-up-form/src/Inboxify/Wordpress/Plugin.php on line 99

Deprecated: Constant Inboxify\Wordpress\FILTER_SANITIZE_STRING is deprecated in /var/www/vhosts/nbat.nl/httpdocs/wp-content/plugins/inboxify-sign-up-form/src/Inboxify/Wordpress/Plugin.php on line 100

Deprecated: Constant Inboxify\Wordpress\FILTER_SANITIZE_STRING is deprecated in /var/www/vhosts/nbat.nl/httpdocs/wp-content/plugins/inboxify-sign-up-form/src/Inboxify/Wordpress/Plugin.php on line 101

Deprecated: Constant Inboxify\Wordpress\FILTER_SANITIZE_STRING is deprecated in /var/www/vhosts/nbat.nl/httpdocs/wp-content/plugins/inboxify-sign-up-form/src/Inboxify/Wordpress/Plugin.php on line 102

Deprecated: Constant Inboxify\Wordpress\FILTER_SANITIZE_STRING is deprecated in /var/www/vhosts/nbat.nl/httpdocs/wp-content/plugins/inboxify-sign-up-form/src/Inboxify/Wordpress/Plugin.php on line 103

Deprecated: Constant Inboxify\Wordpress\FILTER_SANITIZE_STRING is deprecated in /var/www/vhosts/nbat.nl/httpdocs/wp-content/plugins/inboxify-sign-up-form/src/Inboxify/Wordpress/Plugin.php on line 104

Deprecated: Constant Inboxify\Wordpress\FILTER_SANITIZE_STRING is deprecated in /var/www/vhosts/nbat.nl/httpdocs/wp-content/plugins/inboxify-sign-up-form/src/Inboxify/Wordpress/Plugin.php on line 105

Deprecated: Constant Inboxify\Wordpress\FILTER_SANITIZE_STRING is deprecated in /var/www/vhosts/nbat.nl/httpdocs/wp-content/plugins/inboxify-sign-up-form/src/Inboxify/Wordpress/Plugin.php on line 112

Deprecated: Constant Inboxify\Wordpress\FILTER_SANITIZE_STRING is deprecated in /var/www/vhosts/nbat.nl/httpdocs/wp-content/plugins/inboxify-sign-up-form/src/Inboxify/Wordpress/Plugin.php on line 113

Deprecated: Constant Inboxify\Wordpress\FILTER_SANITIZE_STRING is deprecated in /var/www/vhosts/nbat.nl/httpdocs/wp-content/plugins/inboxify-sign-up-form/src/Inboxify/Wordpress/Plugin.php on line 114
Functie _load_textdomain_just_in_time werd <strong>verkeerd</strong> aangeroepen. Vertaling laden voor het <code>woocommerce</code> domein werd te vroeg geactiveerd. Dit is meestal een aanwijzing dat er wat code in de plugin of het thema te vroeg tegenkomt. Vertalingen moeten worden geladen bij de <code>init</code> actie of later. Lees <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Foutopsporing in WordPress</a> voor meer informatie. (Dit bericht is toegevoegd in versie 6.7.0.) (500 Internal Server Error)

Symfony Exception

ErrorException

HTTP 500 Internal Server Error

Functie _load_textdomain_just_in_time werd <strong>verkeerd</strong> aangeroepen. Vertaling laden voor het <code>woocommerce</code> domein werd te vroeg geactiveerd. Dit is meestal een aanwijzing dat er wat code in de plugin of het thema te vroeg tegenkomt. Vertalingen moeten worden geladen bij de <code>init</code> actie of later. Lees <a href="https://developer.wordpress.org/advanced-administration/debug/debug-wordpress/">Foutopsporing in WordPress</a> voor meer informatie. (Dit bericht is toegevoegd in versie 6.7.0.)

ErrorException

Show exception properties
0 of 0
ErrorException {#3408 #severity: E_USER_NOTICE }
  1. if ( E_USER_ERROR === $error_level ) {
  2. throw new WP_Exception( $message );
  3. }
  4. trigger_error( $message, $error_level );
  5. }
  6. /**
  7. * Determines whether the server is running an earlier than 1.5.0 version of lighttpd.
  8. *
  1. * @throws \ErrorException
  2. */
  3. public function handleError($level, $message, $file = '', $line = 0, $context = [])
  4. {
  5. try {
  6. parent::handleError($level, $message, $file, $line, $context);
  7. } catch (Throwable $e) {
  8. if (! apply_filters('acorn/throw_error_exception', true, $e)) {
  9. return false;
  10. }
HandleExceptions->handleError()
  1. if ( E_USER_ERROR === $error_level ) {
  2. throw new WP_Exception( $message );
  3. }
  4. trigger_error( $message, $error_level );
  5. }
  6. /**
  7. * Determines whether the server is running an earlier than 1.5.0 version of lighttpd.
  8. *
  1. $message,
  2. $version
  3. );
  4. }
  5. wp_trigger_error( '', $message );
  6. }
  7. }
  8. /**
  9. * Generates a user-level error/warning/notice/deprecation message.
  1. if ( ! $path ) {
  2. return false;
  3. }
  4. if ( ! doing_action( 'after_setup_theme' ) && ! did_action( 'after_setup_theme' ) ) {
  5. _doing_it_wrong(
  6. __FUNCTION__,
  7. sprintf(
  8. /* translators: 1: The text domain. 2: 'init'. */
  9. __( 'Translation loading for the %1$s domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the %2$s action or later.' ),
  10. '<code>' . $domain . '</code>',
_load_textdomain_just_in_time() in /var/www/vhosts/nbat.nl/httpdocs/wp-includes/l10n.php (line 1409)
  1. * @param string $domain Text domain. Unique identifier for retrieving translated strings.
  2. * @return Translations|NOOP_Translations A Translations instance.
  3. */
  4. function get_translations_for_domain( $domain ) {
  5. global $l10n;
  6. if ( isset( $l10n[ $domain ] ) || ( _load_textdomain_just_in_time( $domain ) && isset( $l10n[ $domain ] ) ) ) {
  7. return $l10n[ $domain ];
  8. }
  9. static $noop_translations = null;
  10. if ( null === $noop_translations ) {
get_translations_for_domain() in /var/www/vhosts/nbat.nl/httpdocs/wp-includes/l10n.php (line 195)
  1. * @param string $domain Optional. Text domain. Unique identifier for retrieving translated strings.
  2. * Default 'default'.
  3. * @return string Translated text.
  4. */
  5. function translate( $text, $domain = 'default' ) {
  6. $translations = get_translations_for_domain( $domain );
  7. $translation = $translations->translate( $text );
  8. /**
  9. * Filters text with its translation.
  10. *
  1. * @param string $domain Optional. Text domain. Unique identifier for retrieving translated strings.
  2. * Default 'default'.
  3. * @return string Translated text.
  4. */
  5. function __( $text, $domain = 'default' ) {
  6. return translate( $text, $domain );
  7. }
  8. /**
  9. * Retrieves the translation of $text and escapes it for safe use in an attribute.
  10. *
  1. * @return array
  2. */
  3. public static function cron_schedules( $schedules ) {
  4. $schedules['monthly'] = array(
  5. 'interval' => 2635200,
  6. 'display' => __( 'Monthly', 'woocommerce' ),
  7. );
  8. $schedules['fifteendays'] = array(
  9. 'interval' => 1296000,
  10. 'display' => __( 'Every 15 Days', 'woocommerce' ),
  11. );
WC_Install::cron_schedules() in /var/www/vhosts/nbat.nl/httpdocs/wp-includes/class-wp-hook.php (line 324)
  1. // Avoid the array_slice() if possible.
  2. if ( 0 === $the_['accepted_args'] ) {
  3. $value = call_user_func( $the_['function'] );
  4. } elseif ( $the_['accepted_args'] >= $num_args ) {
  5. $value = call_user_func_array( $the_['function'], $args );
  6. } else {
  7. $value = call_user_func_array( $the_['function'], array_slice( $args, 0, $the_['accepted_args'] ) );
  8. }
  9. }
  10. } while ( false !== next( $this->iterations[ $nesting_level ] ) );
WP_Hook->apply_filters() in /var/www/vhosts/nbat.nl/httpdocs/wp-includes/plugin.php (line 205)
  1. }
  2. // Pass the value to WP_Hook.
  3. array_unshift( $args, $value );
  4. $filtered = $wp_filter[ $hook_name ]->apply_filters( $value, $args );
  5. array_pop( $wp_current_filter );
  6. return $filtered;
  7. }
  1. * @type int $interval The schedule interval in seconds.
  2. * @type string $display The schedule display name.
  3. * }
  4. * }
  5. */
  6. return array_merge( apply_filters( 'cron_schedules', array() ), $schedules );
  7. }
  8. /**
  9. * Retrieves the name of the recurrence schedule for an event.
  10. *
  1. }
  2. return false;
  3. }
  4. $schedules = wp_get_schedules();
  5. if ( ! isset( $schedules[ $recurrence ] ) ) {
  6. if ( $wp_error ) {
  7. return new WP_Error(
  8. 'invalid_schedule',
  1. }
  2. }
  3. add_action('fk_cron_remove_member', 'remove_members_from_club');
  4. wp_schedule_event(1705705140, 'weekly', 'fk_cron_remove_member');
  5. $timestamp = wp_next_scheduled('fk_cron_remove_member');
  6. // wp_unschedule_event($timestamp, 'fk_cron_remove_member');
  7. remove_members_from_club();
  8. function remove_members_from_club()
include('/var/www/vhosts/nbat.nl/httpdocs/wp-content/themes/nbat/functions.php') in /var/www/vhosts/nbat.nl/httpdocs/wp-settings.php (line 695)
  1. $wp_theme = wp_get_theme( basename( $theme ) );
  2. $wp_theme->load_textdomain();
  3. if ( file_exists( $theme . '/functions.php' ) ) {
  4. include $theme . '/functions.php';
  5. }
  6. }
  7. unset( $theme, $wp_theme );
  8. /**
require_once('/var/www/vhosts/nbat.nl/httpdocs/wp-settings.php') in /var/www/vhosts/nbat.nl/httpdocs/wp-config.php (line 80)
  1. if (!defined('ABSPATH')) {
  2. define('ABSPATH', dirname(__FILE__) . '/');
  3. }
  4. /** Sets up WordPress vars and included files. */
  5. require_once ABSPATH . 'wp-settings.php';
require_once('/var/www/vhosts/nbat.nl/httpdocs/wp-config.php') in /var/www/vhosts/nbat.nl/httpdocs/wp-load.php (line 50)
  1. * If neither set of conditions is true, initiate loading the setup process.
  2. */
  3. if ( file_exists( ABSPATH . 'wp-config.php' ) ) {
  4. /** The config file resides in ABSPATH */
  5. require_once ABSPATH . 'wp-config.php';
  6. } elseif ( @file_exists( dirname( ABSPATH ) . '/wp-config.php' ) && ! @file_exists( dirname( ABSPATH ) . '/wp-settings.php' ) ) {
  7. /** The config file resides one level above ABSPATH but is not part of another installation */
  8. require_once dirname( ABSPATH ) . '/wp-config.php';
require_once('/var/www/vhosts/nbat.nl/httpdocs/wp-load.php') in /var/www/vhosts/nbat.nl/httpdocs/wp-blog-header.php (line 13)
  1. if ( ! isset( $wp_did_header ) ) {
  2. $wp_did_header = true;
  3. // Load the WordPress library.
  4. require_once __DIR__ . '/wp-load.php';
  5. // Set up the WordPress query.
  6. wp();
  7. // Load the theme template.
require('/var/www/vhosts/nbat.nl/httpdocs/wp-blog-header.php') in /var/www/vhosts/nbat.nl/httpdocs/index.php (line 17)
  1. * @var bool
  2. */
  3. define( 'WP_USE_THEMES', true );
  4. /** Loads the WordPress Environment and Template */
  5. require __DIR__ . '/wp-blog-header.php';