filoz
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [W3 Total Cache] preg_match(): Compilation failedHi,
thank you for your reply.
I’ve fixed the problem, it was caused by a wrong entry in “Never cache the following pages”.
The value was: *test-page*Forum: Plugins
In reply to: [Membership 2] Call to undefined method M_Gateway::M_Gateway()Hi @wpmudev-support2 , any news about this issue?
Forum: Plugins
In reply to: [Membership 2] Call to undefined method M_Gateway::M_Gateway()@wpmudev-support2 … no, the site was completely down.
@rheinharda I got the old version with something like
svn export https://plugins.svn.wordpress.org/membership/tags/4.0.1.2/
Forum: Plugins
In reply to: [Membership 2] Call to undefined method M_Gateway::M_Gateway()Hi,
here the info:
WordPress Version: 4.8
PHP Version: 5.6.30Forum: Plugins
In reply to: [Membership 2] Call to undefined method M_Gateway::M_Gateway()I probably found the problem;
In app_old\membershipincludes\classes\class.gateway.php
you changedfunction M_Gateway()tofunction __construct() {so… you should change in app_old\membershipincludes\gatewaysgateway.freesubscriptions.php (and others gateway) from
parent::M_Gateway()toparent::__construct()
Viewing 5 replies - 1 through 5 (of 5 total)