f1f0e51f33
Issue: get_plesk_user_domains() only tried MySQL query with no fallback. When MySQL query failed, it returned nothing, causing 0 domains detected. Fix: Added fallbacks: 1. Try MySQL query (primary) 2. Use Plesk CLI 'plesk bin site --list' + grep for username 3. Check if /var/www/vhosts/$username directory exists This should now detect domains for Plesk users even when MySQL query fails. Testing: Will verify on Plesk server