Found the problem.
The problem is in the Payfast module ../wp-content/plugins/paid-memberships-pro-master/classes/gateways/class.pmprogateway_payfast.php on line 212 with Undefined variable: wpdb.
To fix - add wpdb as a global on line 201 and it will work.