Skip to content

Basic Installation Prerequisites

Before installing iMember360, ensure your environment meets the following requirements.

  • A Keap (formerly Infusionsoft) account with API access
  • A WordPress installation with admin access
ComponentMinimum Version
WordPress5.8 or later
PHP7.4 or later
MySQL5.5 or later

Log into WordPress Admin and navigate to Dashboard > Updates. Your current WordPress version is displayed at the top of the page.

The easiest way is to ask your hosting provider. Alternatively, create a PHP file with the following code:

PHP
echo phpversion();

Ask your hosting provider, or log into cPanel, open phpMyAdmin, select your WordPress database, and run:

SQL
SELECT version();