Troubleshooting
Common Issues
Plugin Not Displayed
Problem: Service Center link does not appear in the frontend
Solution:
- Clear cache:
bin/console cache:clear - Check plugin status: Administration → Extensions
- Check template inheritance
- Check for JavaScript errors in the browser console
Emails Not Being Sent
Problem: Customers do not receive notifications
Solution:
- Check SMTP settings
- Flush mail queue:
bin/console messenger:consume - Analyze log files:
var/log/ - Send a test email
Categories Not Displayed
Problem: Categories not visible in the frontend
Solution:
- Check category status (Active/Inactive)
- Clear cache
- Check database migration
- Check file permissions for category files
Performance Issues
Problem: Slow loading times in the Service Center
Solution:
- Check database indexes
- Optimize cache configuration
- Image optimization
- Consider CDN integration
Enable Debug Mode
# Edit .env file
APP_ENV=dev
# Display debug information
bin/console debug:container futiLog Files
Relevant log files for debugging:
var/log/dev.log- General development logsvar/log/prod.log- Production logsvar/log/shopware.log- Shopware-specific logs
Was this page helpful?
Support
Rented Plugins (Shopware Store)
For support with plugins rented from the Shopware Store, please open a support ticket in your Shopware account.
Create Shopware Ticket