• Resolved Vladimir

    (@vladav)


    Hi, since I tried to instal Paypal / Stripe payment plugin, I can no more activate this one -> each time ends with error and I have to rename it thru FTP to to make site on-line again uninstall πŸ™ I have no error code – any idea ho to diagnose & fix? Thank you.

    • This topic was modified 1 year, 4 months ago by Vladimir.

    The page I need help with: [log in to see the link]

Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Support tristan083

    (@tristan083)

    Hi @vladav ,

    Thank you for reaching out.

    Would you be able to enable WordPress debugging (see How to Enable Debugging in WordPress) to find out the error that gets thrown in the debug log when you activate Event Tickets?

    Thread Starter Vladimir

    (@vladav)

    Hi tristan083, thank you very much. There is probably problem in sql – WordPress database error Incorrect table definition; there can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause for query

    May I send you ful log?

    Thank you.

    Plugin Support tristan083

    (@tristan083)

    Hi @vladav ,

    Thank you for your message and the information. Could you share the log (in its entirety) on your response to this message? Feel free to redact any sensitive information.

    Thread Starter Vladimir

    (@vladav)

    Hi, not sure – via e-mail, or just here?

    Thank you, Vladimir

    Plugin Support Darian

    (@d0153)

    Hi @vladav

    You can share the log here for us to review. Please make sure to redact any sensitive information before posting.

    Thread Starter Vladimir

    (@vladav)

    Hi, hope it will help

    [04-Feb-2025 08:37:10 UTC] [Loco.debug] "Unloaded 1 premature text domain (location-weather)" in src/hooks/LoadHelper.php:63
    [04-Feb-2025 08:37:10 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the
    wp-popup 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 init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/www/vladimirvondruska.cz/www/lvl.vladimirvondruska.cz/wp-includes/functions.php on line 6114
    [04-Feb-2025 08:37:10 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-auto-updater 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 init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/www/vladimirvondruska.cz/www/lvl.vladimirvondruska.cz/wp-includes/functions.php on line 6114
    [04-Feb-2025 08:37:11 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the event-tickets 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 init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/www/vladimirvondruska.cz/www/lvl.vladimirvondruska.cz/wp-includes/functions.php on line 6114
    [04-Feb-2025 08:37:11 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the location-weather 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 init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/www/vladimirvondruska.cz/www/lvl.vladimirvondruska.cz/wp-includes/functions.php on line 6114
    [04-Feb-2025 08:37:11 UTC] [Loco.debug] "Unloaded 2 premature text domains (event-tickets,location-weather)" in src/hooks/LoadHelper.php:63
    [04-Feb-2025 08:37:11 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-popup 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 init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/www/vladimirvondruska.cz/www/lvl.vladimirvondruska.cz/wp-includes/functions.php on line 6114
    [04-Feb-2025 08:37:11 UTC] WordPress database error Incorrect table definition; there can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause for query
    CREATE TABLE wplvl_tec_order_modifiers (
    id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT,
    modifier_type VARCHAR(150) NOT NULL,
    sub_type VARCHAR(255) NOT NULL,
    raw_amount DECIMAL(18,6) NOT NULL,
    slug VARCHAR(150) NOT NULL,
    display_name VARCHAR(255) NOT NULL,
    status VARCHAR(20) NOT NULL DEFAULT 'draft',
    created_at TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,
    start_time TIMESTAMP NULL DEFAULT NULL,
    end_time TIMESTAMP NULL DEFAULT NULL,
    updated_at TIMESTAMP NULL DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP,
    PRIMARY KEY (id)
    ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci made by require_once('wp-admin/admin.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, Tribe__Main->plugins_loaded, do_action('tribe_common_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, Tribe__Tickets__Main->bootstrap, Tribe__Tickets__Main->bind_implementations, tribe_register_provider, TEC\Common\Contracts\Container->register, TEC\Common\lucatume\DI52\Container->register, TEC\Tickets\Provider->register, TEC\Common\Contracts\Container->register, TEC\Common\lucatume\DI52\Container->register, TEC\Tickets\Commerce\Provider->register, TEC\Common\Contracts\Container->register, TEC\Common\lucatume\DI52\Container->register, TEC\Common\Contracts\Provider\Controller->register, TEC\Tickets\Commerce\Order_Modifiers\Controller->do_register, TEC\Common\Contracts\Container->register, TEC\Common\lucatume\DI52\Container->register, TEC\Common\Contracts\Provider\Controller->register, TEC\Tickets\Commerce\Order_Modifiers\Tables->do_register, TEC\Common\StellarWP\Schema\Register::table, TEC\Common\StellarWP\Schema\Builder->up, TEC\Common\StellarWP\Schema\Tables\Contracts\Table->update, TEC\Common\StellarWP\DB\DB::delta, TEC\Common\StellarWP\DB\DB::runQueryWithErrorChecking, TEC\Common\StellarWP\DB\DB::TEC\Common\StellarWP\DB{closure}, dbDelta
    [04-Feb-2025 08:37:11 UTC] PHP Fatal error: Uncaught TEC\Common\StellarWP\DB\Database\Exceptions\DatabaseQueryException: Database Query in /home/www/vladimirvondruska.cz/www/lvl.vladimirvondruska.cz/wp-content/plugins/event-tickets/common/vendor/vendor-prefixed/stellarwp/db/src/DB/DB.php:296
    Stack trace: 0 /home/www/vladimirvondruska.cz/www/lvl.vladimirvondruska.cz/wp-content/plugins/event-tickets/common/vendor/vendor-prefixed/stellarwp/db/src/DB/DB.php(84): TEC\Common\StellarWP\DB\DB::runQueryWithErrorChecking() 1 /home/www/vladimirvondruska.cz/www/lvl.vladimirvondruska.cz/wp-content/plugins/event-tickets/common/vendor/vendor-prefixed/stellarwp/schema/src/Schema/Tables/Contracts/Table.php(504): TEC\Common\StellarWP\DB\DB::delta() 2 /home/www/vladimirvondruska.cz/www/lvl.vladimirvondruska.cz/wp-content/plugins/event-tickets/common/vendor/vendor-prefixed/stellarwp/schema/src/Schema/Builder.php(277): TEC\Common\StellarWP\Schema\Tables\Contracts\Table->update() 3 /home/www/vladimirvondruska.cz/www/lvl.vladimirvondruska.cz/wp-content/plugins/event-tick in /home/www/vladimirvondruska.cz/www/lvl.vladimirvondruska.cz/wp-content/plugins/event-tickets/common/vendor/vendor-prefixed/stellarwp/db/src/DB/DB.php on line 296

    [04-Feb-2025 08:37:11 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the event-tickets 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 init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/www/vladimirvondruska.cz/www/lvl.vladimirvondruska.cz/wp-includes/functions.php on line 6114
    [04-Feb-2025 08:37:11 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the location-weather 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 init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/www/vladimirvondruska.cz/www/lvl.vladimirvondruska.cz/wp-includes/functions.php on line 6114
    [04-Feb-2025 08:37:11 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-popup 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 init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/www/vladimirvondruska.cz/www/lvl.vladimirvondruska.cz/wp-includes/functions.php on line 6114
    [04-Feb-2025 08:37:11 UTC] WordPress database error Incorrect table definition; there can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT or ON UPDATE clause for query
    CREATE TABLE wplvl_tec_order_modifiers (
    id BIGINT UNSIGNED NOT NULL AUTO_INCREMENT,
    modifier_type VARCHAR(150) NOT NULL,
    sub_type VARCHAR(255) NOT NULL,
    raw_amount DECIMAL(18,6) NOT NULL,
    slug VARCHAR(150) NOT NULL,
    display_name VARCHAR(255) NOT NULL,
    status VARCHAR(20) NOT NULL DEFAULT 'draft',
    created_at TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP,
    start_time TIMESTAMP NULL DEFAULT NULL,
    end_time TIMESTAMP NULL DEFAULT NULL,
    updated_at TIMESTAMP NULL DEFAULT NULL ON UPDATE CURRENT_TIMESTAMP,
    PRIMARY KEY (id)
    ) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci made by require('wp-blog-header.php'), require_once('wp-load.php'), require_once('wp-config.php'), require_once('wp-settings.php'), do_action('plugins_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, Tribe__Main->plugins_loaded, do_action('tribe_common_loaded'), WP_Hook->do_action, WP_Hook->apply_filters, Tribe__Tickets__Main->bootstrap, Tribe__Tickets__Main->bind_implementations, tribe_register_provider, TEC\Common\Contracts\Container->register, TEC\Common\lucatume\DI52\Container->register, TEC\Tickets\Provider->register, TEC\Common\Contracts\Container->register, TEC\Common\lucatume\DI52\Container->register, TEC\Tickets\Commerce\Provider->register, TEC\Common\Contracts\Container->register, TEC\Common\lucatume\DI52\Container->register, TEC\Common\Contracts\Provider\Controller->register, TEC\Tickets\Commerce\Order_Modifiers\Controller->do_register, TEC\Common\Contracts\Container->register, TEC\Common\lucatume\DI52\Container->register, TEC\Common\Contracts\Provider\Controller->register, TEC\Tickets\Commerce\Order_Modifiers\Tables->do_register, TEC\Common\StellarWP\Schema\Register::table, TEC\Common\StellarWP\Schema\Builder->up, TEC\Common\StellarWP\Schema\Tables\Contracts\Table->update, TEC\Common\StellarWP\DB\DB::delta, TEC\Common\StellarWP\DB\DB::runQueryWithErrorChecking, TEC\Common\StellarWP\DB\DB::TEC\Common\StellarWP\DB{closure}, dbDelta
    [04-Feb-2025 08:37:12 UTC] PHP Fatal error: Uncaught TEC\Common\StellarWP\DB\Database\Exceptions\DatabaseQueryException: Database Query in /home/www/vladimirvondruska.cz/www/lvl.vladimirvondruska.cz/wp-content/plugins/event-tickets/common/vendor/vendor-prefixed/stellarwp/db/src/DB/DB.php:296
    Stack trace: 0 /home/www/vladimirvondruska.cz/www/lvl.vladimirvondruska.cz/wp-content/plugins/event-tickets/common/vendor/vendor-prefixed/stellarwp/db/src/DB/DB.php(84): TEC\Common\StellarWP\DB\DB::runQueryWithErrorChecking() 1 /home/www/vladimirvondruska.cz/www/lvl.vladimirvondruska.cz/wp-content/plugins/event-tickets/common/vendor/vendor-prefixed/stellarwp/schema/src/Schema/Tables/Contracts/Table.php(504): TEC\Common\StellarWP\DB\DB::delta() 2 /home/www/vladimirvondruska.cz/www/lvl.vladimirvondruska.cz/wp-content/plugins/event-tickets/common/vendor/vendor-prefixed/stellarwp/schema/src/Schema/Builder.php(277): TEC\Common\StellarWP\Schema\Tables\Contracts\Table->update() 3 /home/www/vladimirvondruska.cz/www/lvl.vladimirvondruska.cz/wp-content/plugins/event-tick in /home/www/vladimirvondruska.cz/www/lvl.vladimirvondruska.cz/wp-content/plugins/event-tickets/common/vendor/vendor-prefixed/stellarwp/db/src/DB/DB.php on line 296

    [04-Feb-2025 08:37:22 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the location-weather 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 init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/www/vladimirvondruska.cz/www/lvl.vladimirvondruska.cz/wp-includes/functions.php on line 6114
    [04-Feb-2025 08:37:22 UTC] [Loco.debug] "Unloaded 1 premature text domain (location-weather)" in src/hooks/LoadHelper.php:63
    [04-Feb-2025 08:37:22 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-popup 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 init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/www/vladimirvondruska.cz/www/lvl.vladimirvondruska.cz/wp-includes/functions.php on line 6114
    [04-Feb-2025 08:37:22 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-auto-updater 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 init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/www/vladimirvondruska.cz/www/lvl.vladimirvondruska.cz/wp-includes/functions.php on line 6114
    [04-Feb-2025 08:37:23 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the location-weather 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 init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/www/vladimirvondruska.cz/www/lvl.vladimirvondruska.cz/wp-includes/functions.php on line 6114
    [04-Feb-2025 08:37:23 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-popup 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 init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/www/vladimirvondruska.cz/www/lvl.vladimirvondruska.cz/wp-includes/functions.php on line 6114
    [04-Feb-2025 08:37:24 UTC] PHP Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wp-auto-updater 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 init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/www/vladimirvondruska.cz/www/lvl.vladimirvondruska.cz/wp-includes/functions.php on line 6114

    Thank you.

    Plugin Support Darian

    (@d0153)

    Hi @vladav

    Thanks for your response.

    The error below suggests that you’re using an outdated version of your database. I recommend reaching out to your hosting provider for assistance with upgrading the database to a more recent version. Once updated, please check if the issue is resolved.

    WordPress database error Incorrect table definition; there can be only one TIMESTAMP column with CURRENT_TIMESTAMP in DEFAULT or ON UPDATE

    Thread Starter Vladimir

    (@vladav)

    Hi, thank you. It is interesting; i forgot to tell it was working once, but i tried to optimize some translations with locotranslate and after that it stopped to work (I think after that) πŸ™

    Thread Starter Vladimir

    (@vladav)

    Hi once again today, probaly the mentioned translation is not related to this issue – I followed your advise with dtb update -> went from MySQL to Mariadb, and it worlks. So, thank you really very much!
    Have a nice day, Vladimir

    Plugin Support Darian

    (@d0153)

    Hi @vladav

    Thanks for your confirmation and I’m glad that it is now working.

    If you have a minute, a great review from you would be amazing!

    https://ww.wp.xz.cn/support/plugin/the-events-calendar/reviews/

    I’ll close this thread for now, but please do not hesitate to start a new thread if you have other issues at all. This allows us to track topics/issues efficiently and follow the WordPress Forum Guidelines.

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Activation’ is closed to new replies.