Basic Installation Prerequisites
Before installing iMember360, ensure your environment meets the following requirements.
Required Accounts
Section titled “Required Accounts”- A Keap (formerly Infusionsoft) account with API access
- A WordPress installation with admin access
System Requirements
Section titled “System Requirements”| Component | Minimum Version |
|---|---|
| WordPress | 5.8 or later |
| PHP | 7.4 or later |
| MySQL | 5.5 or later |
Checking Your Versions
Section titled “Checking Your Versions”WordPress Version
Section titled “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
Section titled “PHP Version”The easiest way is to ask your hosting provider. Alternatively, create a PHP file with the following code:
echo phpversion();MySQL Version
Section titled “MySQL Version”Ask your hosting provider, or log into cPanel, open phpMyAdmin, select your WordPress database, and run:
SELECT version();