Post-Installation Verification #
After installing inPIPE, follow these steps to verify that the plugin has been installed correctly and is ready for configuration:
Basic Verification #
- Check that inPIPE appears in your WordPress admin menu
- Verify no error messages appear on the Plugins page
- Confirm that the plugin status shows as “Active”
- Check that the plugin version matches your installation
Database Verification #
The plugin automatically creates several database tables during installation. To verify these exist:
- wp_inpipe_pluginsettings – Stores core plugin settings and configurations
- wp_inpipe_utm_records – Stores UTM parameter tracking data
- wp_inpipe_service_connections – Manages external service integrations
- wp_inpipe_verification_data – Handles license and subscription verification
Note: The “wp_” prefix may differ depending on your WordPress database configuration.
Feature Verification #
To verify basic functionality:
- Visit your website with test UTM parameters:
https://yoursite.com/?utm_source=test&utm_medium=manual&utm_campaign=verification - Navigate to the inPIPE dashboard in your admin area
- Check if the test UTM parameters were captured in the UTM records table
- Verify that the plugin settings table contains the default configuration
REST API Verification #
inPIPE requires a functioning WordPress REST API:
- Visit https://yoursite.com/wp-json/ in your browser
- You should see a JSON response, not an error page
- If you see a 404 error, check your permalink settings
- Verify that pretty permalinks are enabled (not set to “Plain”)
Service Connection Verification #
If you’re using external services:
- Check the service_connections table for any configured integrations
- Verify that connection data is properly stored
- Test any active service connections
Final Checklist #
Before proceeding to configuration, confirm:
- All required database tables are present and properly structured
- Pretty Permalinks are enabled (not set to “Plain”)
- The plugin shows its menu items in the WordPress admin
- No critical errors appear in your site’s error logs
- Basic UTM tracking is functioning correctly
- Service connections (if any) are properly configured
If all verification steps are successful, you’re ready to proceed to the Initial Setup & Configuration section to set up the plugin for your specific needs.
If any verification step fails, refer to the Common Installation Issues section for troubleshooting guidance.