Debugging & Troubleshooting
Installation Errors
π§ Troubleshooting Common Installation Issues
Don't panic if something goes wrong! Here are solutions to common problems. π οΈ
π± "Plugin could not be activated"
Possible Causes & Solutions:
π΄ PHP Version Too Old
Problem: Your server runs PHP below 7.4
Solution: Contact hosting provider to upgrade PHP
Check: WordPress admin β Tools β Site Health
π΄ WordPress Version Too Old
Problem: WordPress below 5.8
Solution: Update WordPress via Dashboard β Updates
Warning: Backup your site before major WordPress updates!
π΄ File Permissions Issues
Problem: Incorrect file permissions (manual installation)
Solution: Set folders to 755, files to 644
Help: Contact hosting provider for permission assistance
π΅ "Plugin not appearing in admin menu"
Quick Fixes:
Hard refresh your browser (Ctrl+F5 or Cmd+Shift+R)
Clear caching plugins if you use any
Deactivate and reactivate the plugin
Check user permissions - you need administrator access
π "SSL Certificate Required" Error
Solutions:
Get free SSL from your hosting provider
Enable HTTPS in WordPress settings
Force HTTPS using plugins like "Really Simple SSL"
Contact support if you can't enable SSL
πΎ "Database Error" During Installation
Steps to Fix:
Check MySQL version with hosting provider
Verify database permissions - WordPress user needs CREATE TABLE rights
Ensure sufficient disk space for database growth
Contact hosting support for database issues
π "Installation Incomplete" or Stuck
Troubleshooting:
Increase PHP memory limit (ask hosting provider)
Check for plugin conflicts - deactivate other plugins temporarily
Clear browser cache and try again
Use alternative installation method (switch between Method 1 and 2)
π Getting Help
If you're still having trouble, don't worry! Help is available. π€
π Support Channels:
Plugin Documentation - Check our other guides
WordPress Forums - Community support
Hosting Provider - For server-related issues
AI BotKit Support - For plugin-specific problems
π Information to Provide When Seeking Help:
WordPress version
PHP version
Plugin version
Error messages (exact text)
Steps you've already tried
Hosting provider name
π Debug Information:
Enable WordPress debug mode to get detailed error information:
Edit your
wp-config.php
fileAdd:
define('WP_DEBUG', true);
Check error logs for specific issues
Last updated