Installation Guide
Detailed installation instructions for the CastConductor WordPress plugin.
Using a Caching Plugin?
If you use LiteSpeed Cache, WP Rocket, W3 Total Cache, or any caching plugin, you must exclude CastConductor API endpoints or content will not update properly.
→ Configure Cache Exclusions (required before proceeding)
System Requirements
| Requirement | Minimum | Recommended |
|---|---|---|
| WordPress | 5.9+ | 6.4+ |
| PHP | 7.4+ | 8.1+ |
| MySQL | 5.7+ | 8.0+ |
| Memory Limit | 128MB | 256MB+ |
Installation Methods
Method 1: Upload via WordPress Admin (Recommended)
- Download the plugin
.zipfile from your purchase confirmation - Log in to your WordPress admin dashboard
- Navigate to Plugins → Add New
- Click Upload Plugin at the top
- Choose the
.zipfile and click Install Now - Click Activate Plugin
Method 2: FTP/SFTP Upload
- Extract the plugin
.zipfile on your computer - Connect to your server via FTP/SFTP
- Upload the
castconductor-v5folder to/wp-content/plugins/ - Log in to WordPress admin
- Go to Plugins and activate CastConductor
Post-Installation Setup
After activation, you'll see a new CastConductor menu in your WordPress admin sidebar.
1. Enter Your License Key
Navigate to CastConductor → Settings and enter your license key.
Domain Verification
Your license is locked to the domain you specified at purchase. The plugin will not activate on a different domain.
2. Configure Basic Settings
- API Endpoint: Auto-configured (don't change unless instructed)
- Cache Duration: How long to cache content (default: 1 hour)
- Debug Mode: Enable for troubleshooting (disable in production)
3. Verify Connection
Click Test Connection to verify your site can communicate with CastConductor servers.
Troubleshooting
Plugin Won't Activate
- Check PHP version:
<?php phpinfo(); ?> - Verify memory limit in
wp-config.php:define('WP_MEMORY_LIMIT', '256M'); - Check for plugin conflicts by deactivating other plugins
License Key Invalid
- Ensure no extra spaces before/after the key
- Verify you're on the correct domain
- Contact [email protected] for assistance