Real Estate

IT & Computing

Vehicles

Jobs

Freelancing

Multimedia

Services

Events

Clothing

Leisure

Other

Debug mode enabled in config.php.
20/04/2026 - 11:17:04 [ OPERATION OK ] Connected to 'rankrise_iwitintn9': [DBHOST] = localhost | [DBUSER] = rankrise_iwitintn9
20/04/2026 - 11:17:04 [ OPERATION OK ] SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'oc_t_usc_schema_version' LIMIT 1
20/04/2026 - 11:17:04 [ OPERATION OK ] SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'oc_t_usc_user_meta' LIMIT 1
20/04/2026 - 11:17:04 [ OPERATION OK ] SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'oc_t_usc_user_plans' LIMIT 1
20/04/2026 - 11:17:04 [ OPERATION OK ] SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'oc_t_usc_plans_config' LIMIT 1
20/04/2026 - 11:17:04 [ OPERATION OK ] SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'oc_t_usc_payments' LIMIT 1
20/04/2026 - 11:17:04 [ OPERATION OK ] CREATE TABLE IF NOT EXISTS `oc_t_usc_payment_logs` ( `id` BIGINT UNSIGNED NOT NULL AUTO_INCREMENT, `payment_id` INT UNSIGNED NOT NULL DEFAULT 0, `user_id` INT UNSIGNED NOT NULL DEFAULT 0, `admin_id` INT UNSIGNED NOT NULL DEFAULT 0, `action_type` VARCHAR(50) NOT NULL DEFAULT '', `old_status` VARCHAR(30) NOT NULL DEFAULT '', `new_status` VARCHAR(30) NOT NULL DEFAULT '', `note` TEXT NULL, `meta` JSON NULL, `ip_address` VARCHAR(45) NOT NULL DEFAULT '', `created_at` DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, PRIMARY KEY (`id`), KEY `idx_payment_id` (`payment_id`), KEY `idx_admin_id` (`admin_id`), KEY `idx_action` (`action_type`), KEY `idx_created` (`created_at`) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci;
20/04/2026 - 11:17:04 [ OPERATION OK ] CREATE TABLE IF NOT EXISTS `oc_t_usc_schema_version` ( migration_id VARCHAR(60) NOT NULL, applied_at DATETIME NOT NULL DEFAULT CURRENT_TIMESTAMP, description VARCHAR(255) NOT NULL DEFAULT '', PRIMARY KEY (migration_id) ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci
20/04/2026 - 11:17:04 [ OPERATION OK ] Connection with 'rankrise_iwitintn9' released properly