wp-ffpc icon indicating copy to clipboard operation
wp-ffpc copied to clipboard

WordPress Plugin WP-FFPC - NOT MAINTAINED ANY MORE

Results 26 wp-ffpc issues
Sort by recently updated
recently updated
newest added

WP-FFPC 1.11.2 does not work with PHP 8.0. How to fix as follow: wp-ffpc-class.php 1016-1018 lines [Before fixed] ``` public function plugin_options_migrate( &$options ) { if ( version_compare ( $options['version'],...

Hello, Thank you for this awesome plugin ! It really rocks ! :) We use this plugin on a wp network with hundreds of websites, and we would like to...

Please do php 'gzencode' $data before save to memcached and add $flags to 'set' it is undocumented but work in memcached: set($key, $data, $expire, 1); get($key, null, null, $flags); //$flags...

Hi, we use the plugin WP-FFPC (Version 1.11.2) on our website. we are located in germany. we need to check if the plugins used are compliant with the EU General...

Throughout the code for wp-ffpc v 1.10.1, the code does not escape html and its values before/after processing by the form page. Therefore, it is possible for: 1. a malicious...

Hi, I've added the mobile detect to the plugin and the meta, data keys into the panel. Thanks,

Fixes autofilling of the saved WordPress username/password. It seems like the autofilling uses some (not so) smart heuristics - even changing the `id` and `name` of the form elements is...

![2016-05-24 21_21_38-wp-ffpc options wp stable wordpress](https://cloud.githubusercontent.com/assets/1207507/15516966/86ca1626-21f5-11e6-9cea-cd3509cf4d50.png) Flushing the entire cache in APC or Memcached is not ideal because multiple sites can reside on same server, and because it can also...

Hi there, is there any way to trigger/force save settings options tab to create db options table+advanced-cache.php on plugin activation? Background: This would be great for automated deploy cases using...

Precaching fails on Windows server. The ffpc code will need to have Windows-specific code; the Unix approaches will not work. Also, the admin alerts on a Windows server seem to...