מאמרים
Fix: Permissions. Folders 755, Files 644. Check .htaccess deny rules.
500 Internal Server ErrorFix: Check error_log. Often syntax errors in PHP or .htaccess.
550 No Such User HereFix: Typo in email address. Or Local/Remote mail routing issue in Email Routing.
Account SuspendedFix: Check Unpaid Invoices. Check Bandwidth Usage.
Cron Job Not RunningFix: Use absolute paths: /usr/bin/php /home/user/public_html/cron.php.
DNS Server Not FoundFix: If new domain, wait 24h for propagation. Check Nameservers.
Email Quota ExceededFix: Delete mail or SPanel > Email Accounts > Change Quota.
Error Establishing DB ConnectionFix: Check wp-config.php DB_USER, DB_PASSWORD, DB_NAME matches SPanel > MySQL Databases.
FTP 530 Login IncorrectFix: Username format is usually user@domain.com, not just user.
FTP Timed OutFix: Switch FileZilla Simple/Passive mode. Check Encryption settings.
Lets Encrypt Validation FailedFix: Domain must point to server IP before requesting cert.
ModSecurity 406 ErrorFix: Disable ModSecurity for that domain in SPanel temporarily.
MySQL Access DeniedFix: Add User to Database in SPanel MySQL section. Grant All Privileges.
Outlook Connection FailedFix: Use SSL/TLS. IMAP: 993. SMTP: 465. Username is full email.
PHP Memory ExhaustedFix: SPanel > PHP Manager > Edit INI > Increase memory_limit to 256M.
SSL Not Secure warningFix: Forced HTTPS (Redirection). Check for mixed content (http images on https site).
Slow Loading (TTFB)Fix: Enable Caching. Optimize Images. Check usage stats.
SpamAssassin Blocking Good MailFix: Allow list the sender. Increase required score to 7 or 8.
Subdomain 404Fix: Check Document Root path in SPanel > Subdomains.
White Screen of DeathFix: Enable debug mode. Define WP_DEBUG true in wp-config.php.
