Current File : /home/pariaqke/johmay.com/wp-admin/error_log
[06-Feb-2026 13:24:10 UTC] PHP Fatal error:  Uncaught ArgumentCountError: 3 arguments are required, 2 given in /home/pariaqke/johmay.com/wp-admin/includes/class-bulk-upgrader-skin.php:208
Stack trace:
#0 /home/pariaqke/johmay.com/wp-admin/includes/class-bulk-upgrader-skin.php(208): sprintf()
#1 /home/pariaqke/johmay.com/wp-content/themes/tanda/tgm-plugin/class-tgm-plugin-activation.php(3638): Bulk_Upgrader_Skin->after()
#2 /home/pariaqke/johmay.com/wp-admin/includes/class-wp-upgrader.php(947): TGMPA_Bulk_Installer_Skin->after()
#3 /home/pariaqke/johmay.com/wp-content/themes/tanda/tgm-plugin/class-tgm-plugin-activation.php(3258): WP_Upgrader->run()
#4 /home/pariaqke/johmay.com/wp-content/themes/tanda/tgm-plugin/class-tgm-plugin-activation.php(3363): TGMPA_Bulk_Installer->run()
#5 /home/pariaqke/johmay.com/wp-content/themes/tanda/tgm-plugin/class-tgm-plugin-activation.php(2977): TGMPA_Bulk_Installer->bulk_install()
#6 /home/pariaqke/johmay.com/wp-content/themes/tanda/tgm-plugin/class-tgm-plugin-activation.php(743): TGMPA_List_Table->process_bulk_actions()
#7 /home/pariaqke/johmay.com/wp-includes/class-wp-hook.php(341): TGM_Plugin_Activation->install_plugins_page()
#8 /home/pariaqke/johmay.com/wp-includes/class-wp-hook.php(365): WP_Hook->apply_filters()
#9 /home/pariaqke/johmay.com/wp-includes/plugin.php(522): WP_Hook->do_action()
#10 /home/pariaqke/johmay.com/wp-admin/admin.php(264): do_action()
#11 /home/pariaqke/johmay.com/wp-admin/themes.php(10): require_once('/home/pariaqke/...')
#12 {main}
  thrown in /home/pariaqke/johmay.com/wp-admin/includes/class-bulk-upgrader-skin.php on line 208
[06-Feb-2026 13:27:29 UTC] MonsterInsights: Running migration 1.0.0-cache-table: Create custom cache table for improved performance
[06-Feb-2026 13:27:29 UTC] MonsterInsights: Migration 1.0.0-cache-table completed successfully in 0.01 seconds
[06-Feb-2026 13:27:29 UTC] MonsterInsights: Running migration 1.0.1-remove-per-user-cache: Remove per-user cache metadata (switched to site-wide cache)
[06-Feb-2026 13:27:29 UTC] MonsterInsights: Migration 1.0.1-remove-per-user-cache completed successfully in 0.00 seconds
[06-Feb-2026 14:38:57 UTC] PHP Warning:  Undefined variable $main_menu in /home/pariaqke/johmay.com/wp-content/themes/tanda/functions.php on line 1145
[06-Feb-2026 14:38:57 UTC] PHP Warning:  Attempt to read property "term_id" on null in /home/pariaqke/johmay.com/wp-content/themes/tanda/functions.php on line 1145
[06-Feb-2026 14:42:47 UTC] WordPress database error Table 'wp_wc_orders' already exists for query 
CREATE TABLE wp_wc_orders (
	id bigint(20) unsigned,
	status varchar(20) null,
	currency varchar(10) null,
	type varchar(20) null,
	tax_amount decimal(26,8) null,
	total_amount decimal(26,8) null,
	customer_id bigint(20) unsigned null,
	billing_email varchar(320) null,
	date_created_gmt datetime null,
	date_updated_gmt datetime null,
	parent_order_id bigint(20) unsigned null,
	payment_method varchar(100) null,
	payment_method_title text null,
	transaction_id varchar(100) null,
	ip_address varchar(100) null,
	user_agent text null,
	customer_note text null,
	PRIMARY KEY (id),
	KEY status (status),
	KEY date_created (date_created_gmt),
	KEY customer_id_billing_email (customer_id, billing_email(171)),
	KEY billing_email (billing_email(191)),
	KEY type_status_date (type, status, date_created_gmt),
	KEY parent_order_id (parent_order_id),
	KEY date_updated (date_updated_gmt)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci made by do_action('admin_init'), WP_Hook->do_action, WP_Hook->apply_filters, WC_Install::newly_installed, do_action('woocommerce_newly_installed'), WP_Hook->do_action, WP_Hook->apply_filters, WC_Install::maybe_enable_hpos, Automattic\WooCommerce\Internal\Features\FeaturesController->change_feature_enable, update_option, apply_filters('pre_update_option'), WP_Hook->apply_filters, Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController->process_pre_update_option, Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer->create_database_tables, Automattic\WooCommerce\Internal\Utilities\DatabaseUtil->dbdelta, dbDelta
[06-Feb-2026 14:42:47 UTC] WordPress database error Table 'wp_wc_order_addresses' already exists for query 
CREATE TABLE wp_wc_order_addresses (
	id bigint(20) unsigned auto_increment primary key,
	order_id bigint(20) unsigned NOT NULL,
	address_type varchar(20) null,
	first_name text null,
	last_name text null,
	company text null,
	address_1 text null,
	address_2 text null,
	city text null,
	state text null,
	postcode text null,
	country text null,
	email varchar(320) null,
	phone varchar(100) null,
	KEY order_id (order_id),
	UNIQUE KEY address_type_order_id (address_type, order_id),
	KEY email (email(191)),
	KEY phone (phone)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci made by do_action('admin_init'), WP_Hook->do_action, WP_Hook->apply_filters, WC_Install::newly_installed, do_action('woocommerce_newly_installed'), WP_Hook->do_action, WP_Hook->apply_filters, WC_Install::maybe_enable_hpos, Automattic\WooCommerce\Internal\Features\FeaturesController->change_feature_enable, update_option, apply_filters('pre_update_option'), WP_Hook->apply_filters, Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController->process_pre_update_option, Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer->create_database_tables, Automattic\WooCommerce\Internal\Utilities\DatabaseUtil->dbdelta, dbDelta
[06-Feb-2026 14:42:47 UTC] WordPress database error Table 'wp_wc_order_operational_data' already exists for query 
CREATE TABLE wp_wc_order_operational_data (
	id bigint(20) unsigned auto_increment primary key,
	order_id bigint(20) unsigned NULL,
	created_via varchar(100) NULL,
	woocommerce_version varchar(20) NULL,
	prices_include_tax tinyint(1) NULL,
	coupon_usages_are_counted tinyint(1) NULL,
	download_permission_granted tinyint(1) NULL,
	cart_hash varchar(100) NULL,
	new_order_email_sent tinyint(1) NULL,
	order_key varchar(100) NULL,
	order_stock_reduced tinyint(1) NULL,
	date_paid_gmt datetime NULL,
	date_completed_gmt datetime NULL,
	shipping_tax_amount decimal(26,8) NULL,
	shipping_total_amount decimal(26,8) NULL,
	discount_tax_amount decimal(26,8) NULL,
	discount_total_amount decimal(26,8) NULL,
	recorded_sales tinyint(1) NULL,
	UNIQUE KEY order_id (order_id),
	KEY order_key (order_key)
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci made by do_action('admin_init'), WP_Hook->do_action, WP_Hook->apply_filters, WC_Install::newly_installed, do_action('woocommerce_newly_installed'), WP_Hook->do_action, WP_Hook->apply_filters, WC_Install::maybe_enable_hpos, Automattic\WooCommerce\Internal\Features\FeaturesController->change_feature_enable, update_option, apply_filters('pre_update_option'), WP_Hook->apply_filters, Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController->process_pre_update_option, Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer->create_database_tables, Automattic\WooCommerce\Internal\Utilities\DatabaseUtil->dbdelta, dbDelta
[06-Feb-2026 14:42:47 UTC] WordPress database error Table 'wp_wc_orders_meta' already exists for query 
CREATE TABLE wp_wc_orders_meta (
	id bigint(20) unsigned auto_increment primary key,
	order_id bigint(20) unsigned null,
	meta_key varchar(255),
	meta_value text null,
	KEY meta_key_value (meta_key(100), meta_value(82)),
	KEY order_id_meta_key_meta_value (order_id, meta_key(100), meta_value(82))
) DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_520_ci made by do_action('admin_init'), WP_Hook->do_action, WP_Hook->apply_filters, WC_Install::newly_installed, do_action('woocommerce_newly_installed'), WP_Hook->do_action, WP_Hook->apply_filters, WC_Install::maybe_enable_hpos, Automattic\WooCommerce\Internal\Features\FeaturesController->change_feature_enable, update_option, apply_filters('pre_update_option'), WP_Hook->apply_filters, Automattic\WooCommerce\Internal\DataStores\Orders\CustomOrdersTableController->process_pre_update_option, Automattic\WooCommerce\Internal\DataStores\Orders\DataSynchronizer->create_database_tables, Automattic\WooCommerce\Internal\Utilities\DatabaseUtil->dbdelta, dbDelta
[06-Feb-2026 15:07:19 UTC] PHP Warning:  Undefined variable $main_menu in /home/pariaqke/johmay.com/wp-content/themes/tanda/functions.php on line 1145
[06-Feb-2026 15:07:19 UTC] PHP Warning:  Attempt to read property "term_id" on null in /home/pariaqke/johmay.com/wp-content/themes/tanda/functions.php on line 1145
[06-Feb-2026 15:57:37 UTC] PHP Warning:  Undefined array key "post_type" in /home/pariaqke/johmay.com/wp-content/plugins/woocommerce/includes/class-wc-post-data.php on line 281
[06-Feb-2026 15:57:37 UTC] PHP Warning:  Undefined array key "post_type" in /home/pariaqke/johmay.com/wp-content/plugins/woocommerce/includes/class-wc-post-data.php on line 287
[06-Feb-2026 15:57:37 UTC] PHP Warning:  Undefined array key "post_type" in /home/pariaqke/johmay.com/wp-content/plugins/woocommerce/includes/class-wc-post-data.php on line 295
[06-Feb-2026 15:57:37 UTC] PHP Warning:  Undefined array key "post_type" in /home/pariaqke/johmay.com/wp-content/plugins/woocommerce/includes/class-wc-post-data.php on line 297
[06-Feb-2026 15:57:41 UTC] PHP Warning:  Undefined array key "post_type" in /home/pariaqke/johmay.com/wp-content/plugins/woocommerce/includes/class-wc-post-data.php on line 281
[06-Feb-2026 15:57:41 UTC] PHP Warning:  Undefined array key "post_type" in /home/pariaqke/johmay.com/wp-content/plugins/woocommerce/includes/class-wc-post-data.php on line 287
[06-Feb-2026 15:57:41 UTC] PHP Warning:  Undefined array key "post_type" in /home/pariaqke/johmay.com/wp-content/plugins/woocommerce/includes/class-wc-post-data.php on line 295
[06-Feb-2026 15:57:41 UTC] PHP Warning:  Undefined array key "post_type" in /home/pariaqke/johmay.com/wp-content/plugins/woocommerce/includes/class-wc-post-data.php on line 297
[06-Feb-2026 15:59:25 UTC] PHP Warning:  Undefined array key "post_type" in /home/pariaqke/johmay.com/wp-content/plugins/woocommerce/includes/class-wc-post-data.php on line 281
[06-Feb-2026 15:59:25 UTC] PHP Warning:  Undefined array key "post_type" in /home/pariaqke/johmay.com/wp-content/plugins/woocommerce/includes/class-wc-post-data.php on line 287
[06-Feb-2026 15:59:25 UTC] PHP Warning:  Undefined array key "post_type" in /home/pariaqke/johmay.com/wp-content/plugins/woocommerce/includes/class-wc-post-data.php on line 295
[06-Feb-2026 15:59:25 UTC] PHP Warning:  Undefined array key "post_type" in /home/pariaqke/johmay.com/wp-content/plugins/woocommerce/includes/class-wc-post-data.php on line 297
[07-Feb-2026 14:38:13 UTC] PHP Warning:  Undefined array key "svg" in /home/pariaqke/johmay.com/wp-content/plugins/wp-rocket/views/settings/page-sections/imagify.php on line 78
[07-Feb-2026 21:12:23 UTC] PHP Warning:  Undefined array key "svg" in /home/pariaqke/johmay.com/wp-content/plugins/wp-rocket/views/settings/page-sections/imagify.php on line 78
[07-Feb-2026 21:30:27 UTC] PHP Warning:  Attempt to read property "name" on false in /home/pariaqke/johmay.com/wp-admin/nav-menus.php on line 1219
[07-Feb-2026 21:30:38 UTC] PHP Warning:  Attempt to read property "name" on false in /home/pariaqke/johmay.com/wp-admin/nav-menus.php on line 1219
[07-Feb-2026 21:33:04 UTC] PHP Warning:  Attempt to read property "name" on false in /home/pariaqke/johmay.com/wp-admin/nav-menus.php on line 1219
[13-Feb-2026 18:26:01 UTC] MonsterInsights: Running migration 1.0.0-cache-table: Create custom cache table for improved performance
[13-Feb-2026 18:26:01 UTC] MonsterInsights: Migration 1.0.0-cache-table completed successfully in 0.02 seconds
[13-Feb-2026 18:26:01 UTC] MonsterInsights: Running migration 1.0.1-remove-per-user-cache: Remove per-user cache metadata (switched to site-wide cache)
[13-Feb-2026 18:26:01 UTC] MonsterInsights: Migration 1.0.1-remove-per-user-cache completed successfully in 0.00 seconds
[22-Feb-2026 18:26:20 UTC] PHP Warning:  Undefined array key "excludePages" in /home/pariaqke/johmay.com/wp-content/plugins/wp-whatsapp/includes/Settings.php on line 309
[22-Feb-2026 18:26:20 UTC] PHP Warning:  Undefined array key "includePages" in /home/pariaqke/johmay.com/wp-content/plugins/wp-whatsapp/includes/Settings.php on line 310
[22-Feb-2026 18:26:20 UTC] PHP Warning:  Undefined array key "includePosts" in /home/pariaqke/johmay.com/wp-content/plugins/wp-whatsapp/includes/Settings.php on line 311
[23-Mar-2026 06:28:42 UTC] PHP Warning:  Attempt to read property "labels" on null in /home/pariaqke/johmay.com/wp-admin/includes/class-wp-comments-list-table.php on line 1107
[23-Mar-2026 06:28:42 UTC] PHP Warning:  Attempt to read property "view_item" on null in /home/pariaqke/johmay.com/wp-admin/includes/class-wp-comments-list-table.php on line 1107
[23-Mar-2026 06:28:42 UTC] PHP Warning:  Attempt to read property "labels" on null in /home/pariaqke/johmay.com/wp-admin/includes/class-wp-comments-list-table.php on line 1107
[23-Mar-2026 06:28:42 UTC] PHP Warning:  Attempt to read property "view_item" on null in /home/pariaqke/johmay.com/wp-admin/includes/class-wp-comments-list-table.php on line 1107
[23-Mar-2026 06:28:42 UTC] PHP Warning:  Attempt to read property "labels" on null in /home/pariaqke/johmay.com/wp-admin/includes/class-wp-comments-list-table.php on line 1107
[23-Mar-2026 06:28:42 UTC] PHP Warning:  Attempt to read property "view_item" on null in /home/pariaqke/johmay.com/wp-admin/includes/class-wp-comments-list-table.php on line 1107
[23-Mar-2026 06:29:33 UTC] PHP Warning:  Attempt to read property "labels" on null in /home/pariaqke/johmay.com/wp-admin/includes/class-wp-comments-list-table.php on line 1107
[23-Mar-2026 06:29:33 UTC] PHP Warning:  Attempt to read property "view_item" on null in /home/pariaqke/johmay.com/wp-admin/includes/class-wp-comments-list-table.php on line 1107
[23-Mar-2026 06:29:33 UTC] PHP Warning:  Attempt to read property "labels" on null in /home/pariaqke/johmay.com/wp-admin/includes/class-wp-comments-list-table.php on line 1107
[23-Mar-2026 06:29:33 UTC] PHP Warning:  Attempt to read property "view_item" on null in /home/pariaqke/johmay.com/wp-admin/includes/class-wp-comments-list-table.php on line 1107
[23-Mar-2026 06:29:33 UTC] PHP Warning:  Attempt to read property "labels" on null in /home/pariaqke/johmay.com/wp-admin/includes/class-wp-comments-list-table.php on line 1107
[23-Mar-2026 06:29:33 UTC] PHP Warning:  Attempt to read property "view_item" on null in /home/pariaqke/johmay.com/wp-admin/includes/class-wp-comments-list-table.php on line 1107
[18-Apr-2026 01:35:36 UTC] PHP Warning:  Undefined array key "HTTP_USER_AGENT" in /home/pariaqke/johmay.com/wp-content/db.php(67) : eval()'d code on line 1
[19-Apr-2026 01:33:54 UTC] PHP Warning:  Undefined array key "HTTP_USER_AGENT" in /home/pariaqke/johmay.com/wp-content/db.php(67) : eval()'d code on line 1
[20-Apr-2026 01:33:53 UTC] PHP Warning:  Undefined array key "HTTP_USER_AGENT" in /home/pariaqke/johmay.com/wp-content/db.php(67) : eval()'d code on line 1
[21-Apr-2026 01:34:13 UTC] PHP Warning:  Undefined array key "HTTP_USER_AGENT" in /home/pariaqke/johmay.com/wp-content/db.php(67) : eval()'d code on line 1
[22-Apr-2026 01:34:09 UTC] PHP Warning:  Undefined array key "HTTP_USER_AGENT" in /home/pariaqke/johmay.com/wp-content/db.php(67) : eval()'d code on line 1
[23-Apr-2026 01:35:25 UTC] PHP Warning:  Undefined array key "HTTP_USER_AGENT" in /home/pariaqke/johmay.com/wp-content/db.php(67) : eval()'d code on line 1
[24-Apr-2026 01:33:58 UTC] PHP Warning:  Undefined array key "HTTP_USER_AGENT" in /home/pariaqke/johmay.com/wp-content/db.php(67) : eval()'d code on line 1
[25-Apr-2026 01:35:29 UTC] PHP Warning:  Undefined array key "HTTP_USER_AGENT" in /home/pariaqke/johmay.com/wp-content/db.php(67) : eval()'d code on line 1
[26-Apr-2026 01:35:27 UTC] PHP Warning:  Undefined array key "HTTP_USER_AGENT" in /home/pariaqke/johmay.com/wp-content/db.php(67) : eval()'d code on line 1
[27-Apr-2026 01:34:21 UTC] PHP Warning:  Undefined array key "HTTP_USER_AGENT" in /home/pariaqke/johmay.com/wp-content/db.php(67) : eval()'d code on line 1
[28-Apr-2026 01:35:19 UTC] PHP Warning:  Undefined array key "HTTP_USER_AGENT" in /home/pariaqke/johmay.com/wp-content/db.php(67) : eval()'d code on line 1
[29-Apr-2026 01:34:02 UTC] PHP Warning:  Undefined array key "HTTP_USER_AGENT" in /home/pariaqke/johmay.com/wp-content/db.php(67) : eval()'d code on line 1
[30-Apr-2026 01:35:18 UTC] PHP Warning:  Undefined array key "HTTP_USER_AGENT" in /home/pariaqke/johmay.com/wp-content/db.php(67) : eval()'d code on line 1
[01-May-2026 01:34:01 UTC] PHP Warning:  Undefined array key "HTTP_USER_AGENT" in /home/pariaqke/johmay.com/wp-content/db.php(67) : eval()'d code on line 1
[02-May-2026 01:34:21 UTC] PHP Warning:  Undefined array key "HTTP_USER_AGENT" in /home/pariaqke/johmay.com/wp-content/db.php(67) : eval()'d code on line 1
[03-May-2026 01:34:27 UTC] PHP Warning:  Undefined array key "HTTP_USER_AGENT" in /home/pariaqke/johmay.com/wp-content/db.php(67) : eval()'d code on line 1
[04-May-2026 01:33:53 UTC] PHP Warning:  Undefined array key "HTTP_USER_AGENT" in /home/pariaqke/johmay.com/wp-content/db.php(67) : eval()'d code on line 1
[05-May-2026 01:34:15 UTC] PHP Warning:  Undefined array key "HTTP_USER_AGENT" in /home/pariaqke/johmay.com/wp-content/db.php(67) : eval()'d code on line 1
[06-May-2026 01:34:53 UTC] PHP Warning:  Undefined array key "HTTP_USER_AGENT" in /home/pariaqke/johmay.com/wp-content/db.php(67) : eval()'d code on line 1
[07-May-2026 01:34:22 UTC] PHP Warning:  Undefined array key "HTTP_USER_AGENT" in /home/pariaqke/johmay.com/wp-content/db.php(67) : eval()'d code on line 1