To install and operate ActiveMember360 you require:
- An ActiveCampaign account
- A self-hosted WordPress Installation (it cannot be a WordPress site on WordPress.com)
WordPress Site Requirements:
- WordPress 5.0 or later
- PHP 7.0 or later
- MySQL 5.0.15 or later
Please note the Forever Free license is only available where the ActiveMember360 licensing server can remotely determine the site URL of the WordPress installation running ActiveMember360.
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();