xberg
Forum Replies Created
-
Forum: Plugins
In reply to: [Redis Object Cache] Cannot connect after 1.5 updateI rolled back to Redis Object Cache 1.4.3 and all works fine.
Forum: Plugins
In reply to: [Redis Object Cache] Cannot connect after 1.5 update@godfather21 How do you update phpredis?
Forum: Plugins
In reply to: [Redis Object Cache] Cannot connect after 1.5 updateHi,
I am having exactly the same problem. Save version of phpredis3 and also using Plesk.
I will try to update phpredis but I feel you are going to have several of these bug reports 🙂Forum: Plugins
In reply to: [Social Deals Engine] Does not support php 7.3OK, I found the solution.
Replace:
$deals_status_data = ”;with:
$deals_status_data = array();in /wp-content/plugins/deals-engine/includes/class-wps-deals-shortcodes.php
Forum: Plugins
In reply to: [PHP Compatibility Checker] Plugin doesn’t workHi,
Yes: exactly the same for me. Nothing happens.
Tried on 2 different sites: one running PHP 7.0 and another running PHP 5.6. On both sites the plugin behaved exactly as described above. No reports.- This reply was modified 6 years, 8 months ago by xberg.
Yes. And you see my bug report was ignored…
Completely agree that the clear log button should be there by default. I checked my database and the log table was taking 1 GB!!! This is insane.
This was done at the exact same second as ithemes did changes in .htaccess.
Forum: Plugins
In reply to: [IP2Location Country Blocker] Enable Redirection?Redirection to what? Where? And what happens if this is NOT enabled?
What exactly happened? What were the symptoms on your website?
Forum: Plugins
In reply to: [Easy Table of Contents] How to create a auto-scrolling widget sidebar?Perfect! Your help is much appreciated and indeed solved the problem.
Neil,
You’re one step ahead of me.
I would not recommend trying to do direct database inserts: I have done this in the past for mailpoet V2 but it’s a nuisance to maintain.What the plugin author was hinting is that you did not initialise mailpoet.
Perhaps doing this at the beginning of your PHP will help:
require_once( “../wp-load.php” );
of course wherever you wp-load.php is actually situated.I am looking for this documentation, but for V3:
http://docs.mailpoet.com/article/67-plugin-form-integrateAnd to answer your question above I’m adding this slug to the add_filter “auto_update_plugin” so that it updates automatically without my intervention.
Resolved.