count(); echo "✓ Table test successful - found $test records\n"; echo "\nCron logs system is now ready!\n"; echo "You can view logs at: " . APP_URL . "/settings/cron-logs\n"; } catch (Exception $e) { echo "✗ Error creating table: " . $e->getMessage() . "\n"; exit(1); } echo "\nInstallation completed successfully!\n";