Troubleshooting
Common Issues
Permission Errors
chmod +x frame
chmod -R 755 storage
chmod -R 755 public/assets
Database Connection Errors
- Check
.env credentials
- Verify database exists
- Test connection:
mysql -u root -p
Template Cache Issues
php frame cache:clear
Email Not Working
- Use Gmail App Password (not regular password)
- Check MAIL settings in
.env
- Verify port 587 for TLS
- Enable debug mode:
MAIL_DEBUG=2
Routes Not Found (404)
- Check route exists:
php frame route:list
- Verify controller method exists
- Check web server configuration