Cheerycops
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Dashboard Plugin Disable Auto Update not workingHi there Niall
I think I have found the issue, there appears to be in wp_content/mu-pulgins and file auto_update_themes_plugins.php. Removing this allows me to toggle successfully. I do not know how it got there.
<?php /** * @package auto_update_themes_plugins * @version 0.1 */ /* Plugin Name: auto_update_themes_plugins Description: automatically update themes and plugins Author: Callum D. Campbell Version: 0.1 */ /** * $Id: auto_update_themes_plugins.php 552 2015-03-13 12:23:09Z CallumCampbell $ * $AUTODEPLOY: root@admintools:/usr/local/provisioning/source/wordpress_components/wp-content/mu-plugins$ */ add_filter( 'auto_update_plugin', '__return_true' ); add_filter( 'auto_update_theme', '__return_true' ); ?>
Thanks for helping!
- This reply was modified 4 years, 2 months ago by Cheerycops.
Update; service side is running PHP version: 5.6.40 and Woo suggest upgrading this to 7.2
They sent these links on min requirements.
I’m also experiencing issue with this error although it does not stop me getting into WPADMIN, Also it appears intermittent. I have taken the development site back to Woo V4.4.0 to no effect. I’m keen to know as this is appearing on the live site to customers.
Forum: Plugins
In reply to: [Advanced Woo Search] Simple CSSThanks
I did not deliberately do this? I simply inserted the shortcode into the page in the normal way.
I’m not a CSS specialist but the
tags have hard-coded HTML - correct? Any suggestions gratefully received. The Theme is Woo's Storefront. There is, of course, a Child Theme active. D
Forum: Plugins
In reply to: [Advanced Woo Search] Simple CSS