Basic Installation Prerequisites

To install and operate imember360 you require:

  1. A Infusionsoft Installation
  2. A WordPress Installation

WordPress Site Requirements

  1. WordPress 5.8 or later
  2. PHP 7.4 or later
  3. MySQL 5.5 or later

How Do I Know Which Version Of WordPress Is Running?

Log into WordPress Admin and go to WordPress updates. A message will be displayed that gives the current version and whether a new version is available.

How Do I Know Which Version Of PHP Is Running?

Easiest is to ask your host. Or run a PHP file with the code

echo phpversion();

How Do I Know Which Version Of MySQL Is Running?

Easiest is to ask your host. Or log in to cPanel, run up phpMyAdmin, connect to your WordPress database and execute a line of SQL

select version();