URL Parameters for Debugging Pods

Add these to your URL to override specific settings or to provide additional debug details.

Add these parameters to the end of your URL to add some additional troubleshooting to your issue.

  • ?pods_debug_params=1 to output $params for all PodsData::select() queries; ‘select’ queries only run on things like Pods::find() and Pods::fetch() and in relationships for field output
  • ?pods_debug_sql=1 will output all PodsData::select() queries; ‘select’ queries only run on things like Pods::find() and Pods::fetch() and in relationships for field output
  • ?pods_debug_sql_all=1 will output all queries that go through pods_query() / PodsData::query()
  • ?pods_bypass_install=1 to bypass the install procedures
  • ?pods_bypass_update=1 to bypass the update procedures
  • ?pods_debug_components=1 to output components settings
  • ?pods_force_refresh=1 on the ‘Updates’ screen (for core/plugins/themes) to force a refresh of the GitHub updater (will allow you to re-update to a version)

Other Helpful Documentation on Troubleshooting Pods

Clearing out all Pods Data

If you’ve ever ran into a situation where you’ve had to delete & deactivate Pods and yet something is still hanging around behind and preventing you from re-installing Pods and starting from scratch, this set of steps can help you out:  

Pods Admin

All the management functions of Pods described in one place.

Pods Constants for wp-config.php

All of the available constants that you can override in the wp-config.php for Pods.

Pods Upgrade Troubleshooting and Priority Support

Upgrades are our top priority when it comes to support. If you have experienced a problem after updating Pods to the latest version, let us help you sort it out quickly. ContentsQuick helpPHP warnings/errors on my siteHTTP 404 errors on my siteContent is empty on front of site but visible in admin areaPotential data lossPods …

Read more