Encountering issues? This section provides solutions for the most common problems you might face with ChatNet. Each issue includes symptoms to help you identify the problem and step-by-step solutions to resolve it. Covered topics include installer problems, database connection errors, file upload issues, email delivery failures, session problems, image display issues, server errors (500), blank pages, and real-time messaging issues. Check here before contacting support.
Symptoms: Blank page or 404 when accessing /install
Solutions:
.htaccess is present and mod_rewrite is enabledSymptoms: "Could not connect to database" error
Solutions:
127.0.0.1 instead of localhostSymptoms: Files fail to upload or show errors
Solutions:
upload_max_filesize = 50M post_max_size = 50M max_execution_time = 300/media/ folder permissions (755)Symptoms: Registration emails, password resets not arriving
Solutions:
Symptoms: Users can't stay logged in, session expires immediately
Solutions:
Symptoms: Uploaded images show as broken
Solutions:
/media/ folder permissions.htaccess rulesSymptoms: Generic server error page
Solutions:
tail -f /var/log/apache2/error.log # or tail -f /var/log/nginx/error.logini_set('display_errors', 1); error_reporting(E_ALL);.htaccess syntaxSymptoms: Page loads but is completely blank
Solutions:
Symptoms: Messages require page refresh to appear
Solutions: