PERMISSIONS FIX SCRIPT Run these commands on your server via SSH or cPanel Terminal: # Set ownership (replace 'www-data' with your web server user) chown -R www-data:www-data /path/to/teleflow-crm/storage chown -R www-data:www-data /path/to/teleflow-crm/public # Set permissions chmod -R 775 /path/to/teleflow-crm/storage chmod -R 775 /path/to/teleflow-crm/public # For cPanel/Shared Hosting: chmod -R 755 /path/to/teleflow-crm/storage chmod -R 755 /path/to/teleflow-crm/public # If still not working, try: chmod -R 777 /path/to/teleflow-crm/storage chmod -R 777 /path/to/teleflow-crm/public