Error messages during installation
If you encounter error messages while installing WooRanker, here’s how to identify and resolve the most common issues:
“The package could not be installed. No valid plugins were found.” This typically means the plugin ZIP file is invalid or corrupted.
- Download a fresh copy of WooRanker from your account dashboard
- Make sure you’re downloading the complete ZIP file (not just extracting it first)
- Try using a different browser for downloading
“Installation failed: The plugin does not have a valid header.” This indicates file corruption or an incomplete download.
- Download the plugin again
- Check if your browser is automatically unzipping downloaded files
- Try uploading via FTP instead of the WordPress installer
“Plugin could not be activated because it triggered a fatal error.” This is usually caused by PHP compatibility issues.
- Check your PHP version (WooRanker requires PHP 7.2+)
- Look for specific error messages in your server’s error logs
- Contact your hosting provider to update PHP if needed
“Destination folder already exists.” This happens when a previous installation attempt wasn’t properly cleaned up.
- Go to /wp-content/plugins/ and delete the wooranker folder
- Try installing again
“Unable to connect to the filesystem.” Your WordPress installation doesn’t have proper file permissions.
- Check file permissions (folders should be 755, files 644)
- Try using FTP credentials in the installer when prompted
- Contact your hosting provider for assistance with file permissions
“The plugin generated X characters of unexpected output during activation.” This indicates PHP warnings or notices are being displayed.
- Check your wp-config.php file and set WP_DEBUG to false
- Look for PHP error logs to identify the specific issue
- Ensure your server meets all minimum requirements
“This plugin requires WooCommerce to be installed and active.” Self-explanatory – WooRanker depends on WooCommerce.
- Install and activate WooCommerce first
- Ensure you’re using WooCommerce 4.0 or higher
“Memory exhausted” error WordPress has run out of available PHP memory.
- Increase PHP memory limit in wp-config.php by adding: define(‘WP_MEMORY_LIMIT’, ‘256M’);
- Contact your hosting provider if you cannot modify this setting
“Internal Server Error” (500) This is a general server error that can have multiple causes.
- Check server error logs for specific details
- Temporarily deactivate all other plugins to check for conflicts
- Try increasing PHP memory limit
- Contact your hosting provider for assistance
If you encounter any other error messages not listed here, please contact our support team with the exact error message and screenshots if possible.