Thank you very much @donncha for your reply to this and other topics a couple of days ago. Good to know you are still maintaining WP Super Cache!
Some compatibility issues I have seen in the forum regarding the current version of the plugin and recent versions of WordPress and PHP:
* Problem with updated Walker class in WordPress 5.3:
@martinsotirov writes here that “You need to change the parameters to the walk function of your custom menu walker because the Walker class got updated in 5.3”:
public function walk( $elements, $max_depth ) {
should be
public function walk( $elements, $max_depth, ...$args ) {
Hopefully this is something the developer @donncha can have a look at.
* PHP Notice in debug log file: Undefined offset wp-cache-phase2.php.
The developer has commented that it is probably harmless, see here.
* Not compatible with PHP 7.4:
The developer seems to have a fix ready, see here.
-
This reply was modified 5 years, 1 month ago by
yallaman.