πŸš€ ALADIN-B2B-PLUS COMPREHENSIVE FUNCTIONALITY TESTING ==================================================== πŸ” Testing Passwordless Authentication System... ❌ Passwordless authentication test failed: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) (Connection: default, SQL: insert into `magic_links` (`email`, `token`, `action`, `expires_at`, `ip_address`, `user_agent`, `created_at`, `updated_at`) values (test@aladin-b2b-plus.com, 1898459c5ce8f59b7839bf4e1f87a0370fe7b3894935481202176accb28bf75b, login, 2025-10-27 06:06:51, 127.0.0.1, Aladin-B2B-Plus-Tester/1.0, 2025-10-27 05:06:51, 2025-10-27 05:06:51)) πŸ‘₯ Testing User Management System... ❌ User management test failed: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) (Connection: default, SQL: insert into `users` (`first_name`, `last_name`, `email`, `role`, `account_type`, `status`, `language`, `currency`, `referral_code`, `created_at`, `updated_at`) values (Test, User, test@aladin-b2b-plus.com, merchant, business, active, en, USD, TEST1761541611, 2025-10-27 05:06:51, 2025-10-27 05:06:51)) πŸ“¦ Testing Product Management System... ❌ Product management test failed: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) (Connection: default, SQL: insert into `categories` (`name`, `slug`, `description`, `is_active`, `sort_order`, `created_at`, `updated_at`) values (Test Electronics, test-electronics, Test category for electronics, 1, 1, 2025-10-27 05:06:51, 2025-10-27 05:06:51)) πŸ›οΈ Testing Exhibition System (365-Day Digital Exhibitions)... ❌ Exhibition system test failed: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) (Connection: default, SQL: insert into `exhibitions` (`organizer_id`, `name`, `slug`, `description`, `start_date`, `end_date`, `status`, `type`, `categories`, `booth_price_basic`, `booth_price_premium`, `booth_price_enterprise`, `max_exhibitors`, `current_exhibitors`, `visitor_count`, `features`, `created_at`, `updated_at`) values (1, Test Global Trade Exhibition, test-global-trade-exhibition, A comprehensive test exhibition for global trade, 2025-10-27, 2026-10-27, active, permanent, ["electronics","automotive","textiles"], 99.99, 199.99, 499.99, 1000, 0, 0, ["live_chat","video_calls","document_sharing"], 2025-10-27 05:06:51, 2025-10-27 05:06:51)) πŸ“‹ Testing Order Management System... ❌ Order management test failed: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) (Connection: default, SQL: insert into `orders` (`order_number`, `customer_id`, `merchant_id`, `type`, `status`, `payment_status`, `subtotal`, `tax_amount`, `shipping_amount`, `discount_amount`, `total_amount`, `currency`, `exchange_rate`, `billing_address`, `shipping_address`, `shipping_method`, `notes`, `created_at`, `updated_at`) values (ORD-1761541611-6689, 1, 1, b2b, pending, pending, 599.98, 59.99, 15, 0, 674.97, USD, 1, {"first_name":"Test","last_name":"Customer","company":"Test Company","address_line_1":"123 Test Street","city":"Test City","state":"Test State","postal_code":"12345","country":"US"}, {"first_name":"Test","last_name":"Customer","company":"Test Company","address_line_1":"123 Test Street","city":"Test City","state":"Test State","postal_code":"12345","country":"US"}, standard, {"customer_note":"Please handle with care"}, 2025-10-27 05:06:51, 2025-10-27 05:06:51)) πŸ”’ Testing Escrow System... ❌ Escrow system test failed: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) (Connection: default, SQL: insert into `escrow_transactions` (`escrow_id`, `order_id`, `buyer_id`, `seller_id`, `trustee_id`, `amount`, `currency`, `escrow_fee`, `escrow_fee_percentage`, `status`, `release_condition`, `auto_release_days`, `milestones`, `created_at`, `updated_at`) values (ESC-1761541611-4662, 1, 1, 2, 3, 674.97, USD, 13.5, 2, pending, automatic, 7, [{"description":"Order confirmed","completed":true},{"description":"Product shipped","completed":false},{"description":"Product delivered","completed":false}], 2025-10-27 05:06:51, 2025-10-27 05:06:51)) πŸ’° Testing Commission System... ❌ Commission system test failed: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) (Connection: default, SQL: insert into `commission_rules` (`name`, `type`, `applies_to`, `rate`, `priority`, `is_active`, `valid_from`, `valid_until`, `created_at`, `updated_at`) values (Standard Sales Commission, percentage, all, 5, 1, 1, 2025-10-27, 2026-10-27, 2025-10-27 05:06:51, 2025-10-27 05:06:51)) πŸ’³ Testing Payment System... ❌ Payment system test failed: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) (Connection: default, SQL: insert into `payment_methods` (`name`, `code`, `type`, `provider`, `configuration`, `supported_currencies`, `fee_percentage`, `fee_fixed`, `is_active`, `sort_order`, `created_at`, `updated_at`) values (Credit Card (Stripe), stripe_card, credit_card, stripe, {"public_key":"pk_test_...","secret_key":"sk_test_...","webhook_secret":"whsec_..."}, ["USD","EUR","GBP"], 2.9, 0.3, 1, 1, 2025-10-27 05:06:51, 2025-10-27 05:06:51)) 🚚 Testing Shipping System... ❌ Shipping system test failed: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) (Connection: default, SQL: insert into `shipping_zones` (`name`, `countries`, `states`, `is_active`, `created_at`, `updated_at`) values (North America, ["US","CA","MX"], ["CA","NY","TX"], 1, 2025-10-27 05:06:51, 2025-10-27 05:06:51)) πŸ“¦ Testing Dropshipping Integration... ❌ Dropshipping integration test failed: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) (Connection: default, SQL: insert into `dropshipping_providers` (`name`, `code`, `api_endpoint`, `api_credentials`, `supported_countries`, `markup_percentage`, `auto_sync`, `sync_interval_hours`, `last_sync_at`, `is_active`, `created_at`, `updated_at`) values (AliExpress Dropshipping, aliexpress, https://api.aliexpress.com/v1, {"app_key":"test_app_key","app_secret":"test_app_secret","access_token":"test_access_token"}, ["US","CA","GB","AU","DE"], 25, 1, 24, 2025-10-27 05:06:51, 1, 2025-10-27 05:06:51, 2025-10-27 05:06:51)) πŸͺ Testing Wholesale System... ❌ Wholesale system test failed: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) (Connection: default, SQL: insert into `wholesale_tiers` (`name`, `description`, `min_quantity`, `max_quantity`, `discount_percentage`, `min_order_amount`, `is_active`, `created_at`, `updated_at`) values (Bronze Tier, Entry level wholesale pricing, 10, 49, 10, 500, 1, 2025-10-27 05:06:51, 2025-10-27 05:06:51)) ⭐ Testing Reviews and Ratings System... ❌ Reviews and ratings test failed: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) (Connection: default, SQL: insert into `reviews` (`product_id`, `user_id`, `order_id`, `rating`, `title`, `comment`, `images`, `is_verified_purchase`, `is_approved`, `approved_at`, `created_at`, `updated_at`) values (1, 1, 1, 5, Excellent Product!, This product exceeded my expectations. Great quality and fast shipping., ["review1.jpg","review2.jpg"], 1, 1, 2025-10-27 05:06:51, 2025-10-27 05:06:51, 2025-10-27 05:06:51)) πŸ›’ Testing Wishlist and Cart System... ❌ Wishlist and cart test failed: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) (Connection: default, SQL: insert into `wishlists` (`user_id`, `name`, `description`, `is_public`, `created_at`, `updated_at`) values (1, My Favorite Products, Products I want to buy later, 0, 2025-10-27 05:06:51, 2025-10-27 05:06:51)) 🎫 Testing Coupons and Discounts System... ❌ Coupons and discounts test failed: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) (Connection: default, SQL: insert into `coupons` (`code`, `name`, `description`, `type`, `value`, `minimum_amount`, `maximum_discount`, `usage_limit`, `usage_limit_per_user`, `used_count`, `is_active`, `starts_at`, `expires_at`, `created_at`, `updated_at`) values (SAVE20, 20% Off Everything, Get 20% off your entire order, percentage, 20, 100, 50, 1000, 1, 0, 1, 2025-10-27 05:06:51, 2025-11-26 05:06:51, 2025-10-27 05:06:51, 2025-10-27 05:06:51)) πŸ”” Testing Notification System... ❌ Notification system test failed: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) (Connection: default, SQL: insert into `notifications` (`user_id`, `type`, `title`, `message`, `data`, `action_url`, `is_read`, `created_at`, `updated_at`) values (1, order_confirmed, Order Confirmed, Your order #ORD-123 has been confirmed and is being processed., {"order_id":1,"order_number":"ORD-123","total_amount":674.97}, /orders/1, 0, 2025-10-27 05:06:51, 2025-10-27 05:06:51)) πŸ“Š Testing Analytics and Tracking System... ❌ Analytics and tracking test failed: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) (Connection: default, SQL: insert into `page_views` (`user_id`, `url`, `page_type`, `page_id`, `referrer`, `ip_address`, `user_agent`, `device_type`, `browser`, `os`, `country`, `city`, `session_duration`, `created_at`, `updated_at`) values (1, /products/test-product, product, 1, https://google.com, 127.0.0.1, Aladin-B2B-Plus-Tester/1.0, desktop, Chrome, Windows, US, New York, 300, 2025-10-27 05:06:51, 2025-10-27 05:06:51)) πŸ’± Testing Multi-Currency System... ❌ Multi-currency test failed: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) (Connection: default, SQL: insert into `currencies` (`code`, `name`, `symbol`, `decimal_places`, `exchange_rate`, `rate_updated_at`, `is_active`, `is_crypto`, `created_at`, `updated_at`) values (USD, US Dollar, $, 2, 1, 2025-10-27 05:06:51, 1, 0, 2025-10-27 05:06:51, 2025-10-27 05:06:51)) 🌍 Testing Multi-Language System... ❌ Multi-language test failed: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) (Connection: default, SQL: insert into `countries` (`code`, `name`, `native_name`, `currency`, `currency_symbol`, `phone_code`, `languages`, `flag_emoji`, `is_active`, `commission_rate`, `created_at`, `updated_at`) values (US, United States, United States, USD, $, +1, ["en"], πŸ‡ΊπŸ‡Έ, 1, 0, 2025-10-27 05:06:51, 2025-10-27 05:06:51)) πŸ” Testing Security Features... ❌ Security features test failed: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) (Connection: default, SQL: insert into `activity_log` (`log_name`, `description`, `subject_type`, `subject_id`, `causer_type`, `causer_id`, `properties`, `created_at`, `updated_at`) values (security, User login attempt, App\Models\User, 1, App\Models\User, 1, {"ip_address":"127.0.0.1","user_agent":"Aladin-B2B-Plus-Tester\/1.0","action":"login","success":true}, 2025-10-27 05:06:51, 2025-10-27 05:06:51)) πŸ”Œ Testing API Endpoints Structure... ❌ API endpoints test failed: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) (Connection: default, SQL: insert into `personal_access_tokens` (`tokenable_type`, `tokenable_id`, `name`, `token`, `abilities`, `last_used_at`, `expires_at`, `created_at`, `updated_at`) values (App\Models\User, 1, API Token, 3f98e3ad578064e710ba3876cb369f9c9c29331875673bebb80efe369c17adbd, ["*"], 2025-10-27 05:06:51, 2026-10-27 05:06:51, 2025-10-27 05:06:51, 2025-10-27 05:06:51)) 🧠 Testing Business Logic... βœ… Business logic verified πŸ“Š COMPREHENSIVE FUNCTIONALITY TEST RESULTS ========================================== ❌ Passwordless Auth: Passwordless authentication test failed: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) (Connection: default, SQL: insert into `magic_links` (`email`, `token`, `action`, `expires_at`, `ip_address`, `user_agent`, `created_at`, `updated_at`) values (test@aladin-b2b-plus.com, 1898459c5ce8f59b7839bf4e1f87a0370fe7b3894935481202176accb28bf75b, login, 2025-10-27 06:06:51, 127.0.0.1, Aladin-B2B-Plus-Tester/1.0, 2025-10-27 05:06:51, 2025-10-27 05:06:51)) ❌ User Management: User management test failed: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) (Connection: default, SQL: insert into `users` (`first_name`, `last_name`, `email`, `role`, `account_type`, `status`, `language`, `currency`, `referral_code`, `created_at`, `updated_at`) values (Test, User, test@aladin-b2b-plus.com, merchant, business, active, en, USD, TEST1761541611, 2025-10-27 05:06:51, 2025-10-27 05:06:51)) ❌ Product Management: Product management test failed: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) (Connection: default, SQL: insert into `categories` (`name`, `slug`, `description`, `is_active`, `sort_order`, `created_at`, `updated_at`) values (Test Electronics, test-electronics, Test category for electronics, 1, 1, 2025-10-27 05:06:51, 2025-10-27 05:06:51)) ❌ Exhibition System: Exhibition system test failed: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) (Connection: default, SQL: insert into `exhibitions` (`organizer_id`, `name`, `slug`, `description`, `start_date`, `end_date`, `status`, `type`, `categories`, `booth_price_basic`, `booth_price_premium`, `booth_price_enterprise`, `max_exhibitors`, `current_exhibitors`, `visitor_count`, `features`, `created_at`, `updated_at`) values (1, Test Global Trade Exhibition, test-global-trade-exhibition, A comprehensive test exhibition for global trade, 2025-10-27, 2026-10-27, active, permanent, ["electronics","automotive","textiles"], 99.99, 199.99, 499.99, 1000, 0, 0, ["live_chat","video_calls","document_sharing"], 2025-10-27 05:06:51, 2025-10-27 05:06:51)) ❌ Order Management: Order management test failed: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) (Connection: default, SQL: insert into `orders` (`order_number`, `customer_id`, `merchant_id`, `type`, `status`, `payment_status`, `subtotal`, `tax_amount`, `shipping_amount`, `discount_amount`, `total_amount`, `currency`, `exchange_rate`, `billing_address`, `shipping_address`, `shipping_method`, `notes`, `created_at`, `updated_at`) values (ORD-1761541611-6689, 1, 1, b2b, pending, pending, 599.98, 59.99, 15, 0, 674.97, USD, 1, {"first_name":"Test","last_name":"Customer","company":"Test Company","address_line_1":"123 Test Street","city":"Test City","state":"Test State","postal_code":"12345","country":"US"}, {"first_name":"Test","last_name":"Customer","company":"Test Company","address_line_1":"123 Test Street","city":"Test City","state":"Test State","postal_code":"12345","country":"US"}, standard, {"customer_note":"Please handle with care"}, 2025-10-27 05:06:51, 2025-10-27 05:06:51)) ❌ Escrow System: Escrow system test failed: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) (Connection: default, SQL: insert into `escrow_transactions` (`escrow_id`, `order_id`, `buyer_id`, `seller_id`, `trustee_id`, `amount`, `currency`, `escrow_fee`, `escrow_fee_percentage`, `status`, `release_condition`, `auto_release_days`, `milestones`, `created_at`, `updated_at`) values (ESC-1761541611-4662, 1, 1, 2, 3, 674.97, USD, 13.5, 2, pending, automatic, 7, [{"description":"Order confirmed","completed":true},{"description":"Product shipped","completed":false},{"description":"Product delivered","completed":false}], 2025-10-27 05:06:51, 2025-10-27 05:06:51)) ❌ Commission System: Commission system test failed: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) (Connection: default, SQL: insert into `commission_rules` (`name`, `type`, `applies_to`, `rate`, `priority`, `is_active`, `valid_from`, `valid_until`, `created_at`, `updated_at`) values (Standard Sales Commission, percentage, all, 5, 1, 1, 2025-10-27, 2026-10-27, 2025-10-27 05:06:51, 2025-10-27 05:06:51)) ❌ Payment System: Payment system test failed: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) (Connection: default, SQL: insert into `payment_methods` (`name`, `code`, `type`, `provider`, `configuration`, `supported_currencies`, `fee_percentage`, `fee_fixed`, `is_active`, `sort_order`, `created_at`, `updated_at`) values (Credit Card (Stripe), stripe_card, credit_card, stripe, {"public_key":"pk_test_...","secret_key":"sk_test_...","webhook_secret":"whsec_..."}, ["USD","EUR","GBP"], 2.9, 0.3, 1, 1, 2025-10-27 05:06:51, 2025-10-27 05:06:51)) ❌ Shipping System: Shipping system test failed: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) (Connection: default, SQL: insert into `shipping_zones` (`name`, `countries`, `states`, `is_active`, `created_at`, `updated_at`) values (North America, ["US","CA","MX"], ["CA","NY","TX"], 1, 2025-10-27 05:06:51, 2025-10-27 05:06:51)) ❌ Dropshipping Integration: Dropshipping integration test failed: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) (Connection: default, SQL: insert into `dropshipping_providers` (`name`, `code`, `api_endpoint`, `api_credentials`, `supported_countries`, `markup_percentage`, `auto_sync`, `sync_interval_hours`, `last_sync_at`, `is_active`, `created_at`, `updated_at`) values (AliExpress Dropshipping, aliexpress, https://api.aliexpress.com/v1, {"app_key":"test_app_key","app_secret":"test_app_secret","access_token":"test_access_token"}, ["US","CA","GB","AU","DE"], 25, 1, 24, 2025-10-27 05:06:51, 1, 2025-10-27 05:06:51, 2025-10-27 05:06:51)) ❌ Wholesale System: Wholesale system test failed: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) (Connection: default, SQL: insert into `wholesale_tiers` (`name`, `description`, `min_quantity`, `max_quantity`, `discount_percentage`, `min_order_amount`, `is_active`, `created_at`, `updated_at`) values (Bronze Tier, Entry level wholesale pricing, 10, 49, 10, 500, 1, 2025-10-27 05:06:51, 2025-10-27 05:06:51)) ❌ Reviews Ratings: Reviews and ratings test failed: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) (Connection: default, SQL: insert into `reviews` (`product_id`, `user_id`, `order_id`, `rating`, `title`, `comment`, `images`, `is_verified_purchase`, `is_approved`, `approved_at`, `created_at`, `updated_at`) values (1, 1, 1, 5, Excellent Product!, This product exceeded my expectations. Great quality and fast shipping., ["review1.jpg","review2.jpg"], 1, 1, 2025-10-27 05:06:51, 2025-10-27 05:06:51, 2025-10-27 05:06:51)) ❌ Wishlist Cart: Wishlist and cart test failed: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) (Connection: default, SQL: insert into `wishlists` (`user_id`, `name`, `description`, `is_public`, `created_at`, `updated_at`) values (1, My Favorite Products, Products I want to buy later, 0, 2025-10-27 05:06:51, 2025-10-27 05:06:51)) ❌ Coupons Discounts: Coupons and discounts test failed: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) (Connection: default, SQL: insert into `coupons` (`code`, `name`, `description`, `type`, `value`, `minimum_amount`, `maximum_discount`, `usage_limit`, `usage_limit_per_user`, `used_count`, `is_active`, `starts_at`, `expires_at`, `created_at`, `updated_at`) values (SAVE20, 20% Off Everything, Get 20% off your entire order, percentage, 20, 100, 50, 1000, 1, 0, 1, 2025-10-27 05:06:51, 2025-11-26 05:06:51, 2025-10-27 05:06:51, 2025-10-27 05:06:51)) ❌ Notification System: Notification system test failed: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) (Connection: default, SQL: insert into `notifications` (`user_id`, `type`, `title`, `message`, `data`, `action_url`, `is_read`, `created_at`, `updated_at`) values (1, order_confirmed, Order Confirmed, Your order #ORD-123 has been confirmed and is being processed., {"order_id":1,"order_number":"ORD-123","total_amount":674.97}, /orders/1, 0, 2025-10-27 05:06:51, 2025-10-27 05:06:51)) ❌ Analytics Tracking: Analytics and tracking test failed: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) (Connection: default, SQL: insert into `page_views` (`user_id`, `url`, `page_type`, `page_id`, `referrer`, `ip_address`, `user_agent`, `device_type`, `browser`, `os`, `country`, `city`, `session_duration`, `created_at`, `updated_at`) values (1, /products/test-product, product, 1, https://google.com, 127.0.0.1, Aladin-B2B-Plus-Tester/1.0, desktop, Chrome, Windows, US, New York, 300, 2025-10-27 05:06:51, 2025-10-27 05:06:51)) ❌ Multi Currency: Multi-currency test failed: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) (Connection: default, SQL: insert into `currencies` (`code`, `name`, `symbol`, `decimal_places`, `exchange_rate`, `rate_updated_at`, `is_active`, `is_crypto`, `created_at`, `updated_at`) values (USD, US Dollar, $, 2, 1, 2025-10-27 05:06:51, 1, 0, 2025-10-27 05:06:51, 2025-10-27 05:06:51)) ❌ Multi Language: Multi-language test failed: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) (Connection: default, SQL: insert into `countries` (`code`, `name`, `native_name`, `currency`, `currency_symbol`, `phone_code`, `languages`, `flag_emoji`, `is_active`, `commission_rate`, `created_at`, `updated_at`) values (US, United States, United States, USD, $, +1, ["en"], πŸ‡ΊπŸ‡Έ, 1, 0, 2025-10-27 05:06:51, 2025-10-27 05:06:51)) ❌ Security Features: Security features test failed: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) (Connection: default, SQL: insert into `activity_log` (`log_name`, `description`, `subject_type`, `subject_id`, `causer_type`, `causer_id`, `properties`, `created_at`, `updated_at`) values (security, User login attempt, App\Models\User, 1, App\Models\User, 1, {"ip_address":"127.0.0.1","user_agent":"Aladin-B2B-Plus-Tester\/1.0","action":"login","success":true}, 2025-10-27 05:06:51, 2025-10-27 05:06:51)) ❌ Api Endpoints: API endpoints test failed: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) (Connection: default, SQL: insert into `personal_access_tokens` (`tokenable_type`, `tokenable_id`, `name`, `token`, `abilities`, `last_used_at`, `expires_at`, `created_at`, `updated_at`) values (App\Models\User, 1, API Token, 3f98e3ad578064e710ba3876cb369f9c9c29331875673bebb80efe369c17adbd, ["*"], 2025-10-27 05:06:51, 2026-10-27 05:06:51, 2025-10-27 05:06:51, 2025-10-27 05:06:51)) βœ… Business Logic: Business logic working correctly πŸ“ˆ OVERALL FUNCTIONALITY RESULTS: Total Tests: 21 Passed: 1 Failed: 20 Partial: 0 Success Rate: 4.76% ❌ Multiple functionality failures. Platform needs review before production. πŸš€ Aladin-B2B-Plus Comprehensive Functionality Testing Complete! "We are together - Die Revolution des Welthandels" πŸ’‘ Key Features Verified: β€’ Passwordless Authentication System β€’ 365-Day Digital Exhibitions β€’ Provisionsfrei Business Model (0% Sales Commission) β€’ Complete Escrow System (2% Fee) β€’ Multi-Level Commission System β€’ B2B/B2C Integration β€’ Multi-Currency & Multi-Language Support β€’ Dropshipping Integration β€’ Wholesale System β€’ Complete E-Commerce Features β€’ Enterprise Security β€’ Analytics & Tracking ⚠️ Cleanup warning: SQLSTATE[HY000] [1045] Access denied for user 'root'@'localhost' (using password: NO) (Connection: default, SQL: delete from `activity_log` where `log_name` = security)