What do I need to install and operate iMEMBER360?

  • A Keap account
  • A self-hosted WordPress installation (it cannot be a WordPress site on WordPress.com)

What are the WordPress site requirements?

  • WordPress 6.0 or later
  • PHP 8.0 or later
  • MySQL 5.4 or later & MariaDB 10 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();