Common Issues
Solutions to common problems
Common Issues & Solutions
Installer doesn't run
- Ensure
/install/.installedfile doesn't exist - Check PHP version (8.0+)
- Verify file permissions
Pretty URLs not working
- Verify
.htaccessis present - Check mod_rewrite is enabled
- Ensure AllowOverride is set in Apache config
Payment gateways not showing
- Verify modules are enabled in Admin → Modules
- Check module configuration is complete
- Ensure module class files exist
Cron jobs not running
- Verify cron path in cPanel
- Check file permissions
- Test manually:
php /path/to/cron/run.php
File uploads not working
- Check
/uploadsdirectory exists and is writable - Verify file size and type settings in Admin → Settings
- Check PHP
upload_max_filesizeandpost_max_sizesettings
TinyMCE editor not loading
- Check TinyMCE API key in Admin → Settings → Security
- Verify internet connection (CDN access required)
- Check browser console for errors