programmin
Forum Replies Created
-
Forum: Plugins
In reply to: [W3 Total Cache] Not importing? with Config->importI don’t know if it is a Total-cache bug, but when I run it on later request and not immediately after activate_plugin, it works…?
I think this can be closed, thank you.
Forum: Plugins
In reply to: [W3 Total Cache] Not importing? with Config->importLooking at the differences from your Cli.php and trying to do the same from code to import it…
I called ->import(filename), then ->save(), even after calling WP_Filesystem, require_once of /w3-total-cache/w3-total-cache-api.php, still not setting what I would expect and what would be set with wp cli.
Forum: Plugins
In reply to: [W3 Total Cache] Not importing? with Config->importThanks, that does it.
However it doesn’t seem it imported? Before wpcli command I see:
Preview Mode disabled
Page Cache disabled
Minify disabled
Opcode Cache disabled
Database Cache disabled
Object Cache disabled
Browser Cache enabled
CDN disabled
Reverse Proxy disabled
Statistics disabled
Fragment Cache disabled
Debug disabled
After a successful “wp total-cache import w3-total-cache-settings.json” I saw expected settings, as if the wpcli command is calling differently?
Preview Mode disabled
Page Cache enabled
Minify disabled
Opcode Cache disabled
Database Cache disabled
Object Cache disabled
Browser Cache enabled
CDN disabled
Reverse Proxy disabled
Statistics disabled
Fragment Cache disabled
DebugWhile it needs to run on all recent versions of PHP, this was specifically PHP8.4 I believe.
Version 2.4.1.
Forum: Plugins
In reply to: [WPVulnerability] False security warnings for system librariesFurthermore, after disabling the checks using the define’d constants I still see it logging requests to check, in wp-admin/options-general.php?page=wpvulnerability-options&tab=logs.
Smash Balloon Instagram Feed plugin 6.10.0.
Yes, we have long been checking count($option[‘connected_accounts’]) to see if there is any account connected as is required to show a feed.
Yes, users are unable to use Instagram now in newer plugins as we check the connected_accounts before adding and showing the [instagram-feed shortcode.
Right, is there any WPCLI command that will disable this email?
Call to undefined function create_function() … Was this not tested in PHP8.2?
Is this plugin supported at all anymore?
Yes, but this is still happening (referencing RELEASE_STATUS_RC and fatal error) – is there a bug in Beta version on PHP7.4?
Forum: Plugins
In reply to: [Duplicate Page] WP 6.8.1 Compatibility InquiryWhy was the previous version removed? implementations pulling 4.5.4 getting 404?
Thanks, column is there and empty, yet not causing all the errors.
The Data cleanup area doesn’t have the previous optimize/install option button? And it seems part of that install to set the database hadn’t run on this one.
Forum: Plugins
In reply to: [PowerPress Podcasting plugin by Blubrry] Update breaks websiteWordPress page list shows this was updated “2 hours ago” – so has this been fixed, what was the issue?
PHP7.4 I believe.
I note this issue because other developers probably will need to update their code if they call the same function – is there a developer’s update you publish upon major updates like this?
Here’s one hint, it looks like it often hits the out of memory on wp-includes/option.php line:
$alloptions = apply_filters( 'pre_wp_load_alloptions', null, $force_cache );