OXIESEC PANEL
- Current Dir:
/
/
home
/
u508480180
/
.logs
Server IP: 46.202.161.180
Upload:
Name
Size
Modified
Perms
Actions
📁
..
-
07/28/2025 02:09:46 AM
rwx--x---
📄
error_log_aliceblue-goldfish-603045_hostingersite_com
13.93 KB
05/16/2025 01:13:48 AM
rw-r--r--
Delete
📄
error_log_bestitagency_com
50.13 KB
07/15/2025 01:57:25 PM
rw-r--r--
Delete
📄
error_log_darkgoldenrod-cassowary-161575_hostingersite_com
4.53 KB
03/07/2025 08:25:21 AM
rw-r--r--
Delete
📄
error_log_demofortheme_bestitagency_com
13.17 KB
03/07/2025 07:08:15 AM
rw-r--r--
Delete
📄
error_log_grey-camel-230638_hostingersite_com
5.65 KB
03/07/2025 08:53:49 AM
rw-r--r--
Delete
📄
error_log_mistyrose-frog-618686_hostingersite_com
1.02 KB
03/07/2025 11:42:29 AM
rw-r--r--
Delete
📄
error_log_olivedrab-pig-331963_hostingersite_com
153.7 KB
03/10/2025 10:28:49 AM
rw-r--r--
Delete
📄
error_log_saddlebrown-aardvark-998095_hostingersite_com
1.77 KB
03/07/2025 11:04:07 AM
rw-r--r--
Delete
📄
error_log_seagreen-ant-329295_hostingersite_com
3.4 KB
03/26/2025 06:34:59 AM
rw-r--r--
Delete
📄
error_log_seagreen-cormorant-419108_hostingersite_com
4.1 KB
05/09/2025 01:26:38 AM
rw-r--r--
Delete
📄
error_log_silver-moose-394194_hostingersite_com
210.26 KB
03/15/2025 08:18:03 AM
rw-r--r--
Delete
📄
error_log_silver-worm-732616_hostingersite_com
1.51 KB
03/24/2025 01:09:55 AM
rw-r--r--
Delete
📄
error_log_springgreen-raven-139017_hostingersite_com
1.02 KB
03/07/2025 10:39:13 AM
rw-r--r--
Delete
📄
error_log_white-pheasant-534851_hostingersite_com
2.19 KB
03/08/2025 06:42:45 PM
rw-r--r--
Delete
📄
mail.log
57.91 KB
07/20/2025 01:16:24 PM
rw-r--r--
Delete
Editing: error_log_grey-camel-230638_hostingersite_com
Close
[07-Mar-2025 08:53:49 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 [07-Mar-2025 08:53:49 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 [07-Mar-2025 08:53:49 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 [07-Mar-2025 08:53:49 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