- Install SureFeedback & Addons
- Update SureFeedback
- Translate SureFeedback
- WPML For Multilingual Sites
- Main Site Or Dedicated Installation?
- Automating SureFeedback Workflows With OttoKit
- Manage Licenses
- Caching & SureFeedback
- Litespeed Caching
- Chrome Incognito: Session Expired Notice
- Gridpane Compatibility
- Breeze Compatibility
- W3 Total Cache Compatibility
- Download Failed: Unauthorized
- Flywheel Cache Exclusion
- Generate Invoice
- WPRocket Compatiblity
- Swift Performance Caching
- Debugging
- Varnish Caching
- Website Comments Not working
- Flywheel Compatibility
- Emails Not Sending
- WPEngine Cache Exclusion
- Increasing WordPress Memory Limit
- Client & Colleague Accounts
- Permissions Cheatsheet
- Slack Integration
- Export Comments in PDF / CSV
- Provide Project Access
- Hosting
- Subscribed Projects Shortcode (Below 3.1.x)
- Activate SureFeedback License
- Dashboard Shortcode
- Cloudways Compatibility
- Known Issues
- SureFeedback On External Site
- Emails
- Project Shortcode
- Customization Settings
- Project Shortcode (Below 3.1.x)
Debugging
Disable Debug Mode
If you’re seeing unexpected output or code at the top of your site (this may include the words “Notice” or “Warning”, this is because your WordPress site is in debug mode. Many times this is not an issue, but you’ll likely want to disable this if your site is in production or your end users may see debugging messages.
- Log in to your hosting Control Panel account – typically a cPanel or other account.
- Use the file manager and find the public_html folder.
- Locate the wp-config.php file for your WordPress website and edit it
- To disable WP_Debug, remove the following line of code: define(‘WP_DEBUG’, true);
- Save the file.
Turn On Debug Mode
If you’re seeing a blank page, site, or unexpected behavior, it’s likely there’s an error occurring on the server. An easy way to to see the issue is to turn on WP_DEBUG, WordPress debugging system. To do this, you’ll need to follow the following steps
- Log in to your hosting Control Panel account – typically a cPanel or other account.
- Use the file manager and find the public_html folder.
- Locate the wp-config.php file for your WordPress website and edit it
- To enable WP_Debug, add the following code to the end of the file: define(‘WP_DEBUG’, true);
- Save the file.
Now you’ll see an error message on the front end of your site with information about the error. The error message will most often let you know what file the error is occurring which is useful to troubleshoot.
If you need help understanding the error message, reach out to support and we’re happy to help!
We don't respond to the article feedback, we use it to improve our support content.