Basic Installation Prerequisites
Before installing iMember360, ensure your environment meets the following requirements.
Required Accounts
- A Keap (formerly Infusionsoft) account with API access
- A WordPress installation with admin access
System Requirements
| Component | Minimum Version |
|---|---|
| WordPress | 5.8 or later |
| PHP | 7.4 or later |
| MySQL | 5.5 or later |
Recommendation
For optimal performance, we recommend using the latest stable versions of WordPress and PHP.
Checking Your Versions
WordPress Version
Log into WordPress Admin and navigate to Dashboard > Updates. Your current WordPress version is displayed at the top of the page.
PHP Version
The easiest way is to ask your hosting provider. Alternatively, create a PHP file with the following code:
PHP
echo phpversion();
MySQL Version
Ask your hosting provider, or log into cPanel, open phpMyAdmin, select your WordPress database, and run:
SQL
SELECT version();