Troubleshooting
If You Encounter Issues
-
Enable Developer Mode
- Open
system/config.php
- Change
APP_STAGE
from'Live'
to'Dev'
define('APP_STAGE', 'Dev');
- This will display detailed error messages
- Open
-
Manual Database Schema Update If the automatic schema update fails:
- Visit:
your-domain/?ng=updating/schema
- Or with URL rewrite enabled:
your-domain/updating/schema
- Visit:
Common Issues and Solutions
-
Blank Screen After Update
- Enable Dev mode as described above
- Check PHP error logs
- Verify PHP version compatibility
-
Database Errors
- Ensure your MySQL version meets requirements
- Try manual schema update
- Restore from backup if necessary
-
Custom Modifications
- If you've customized your installation, you'll need to reapply modifications
- Keep a log of all customizations for future updates