PREREQUISITES

FOR ACTIVEMEMBER360

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 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();