Replies: 0
Using the most current version of the plugin (0.9.5.1) ran into a fatal error when on the plugin dashboard page I selected “empty only the disk cache(s)”.
PHP Fatal error: Call to undefined method W3TC\Generic_AdminActions_Flush::flush_pgcache() in /home/mcc/public_html/wp-content/plugins/w3-total-cache/Generic_AdminActions_Flush.php on line 250
This line of code reads: $this->flush_pgcache();
I found no such function, but did find: function w3tc_flush_pgcache() in the same file.
When I changed the line of code to call this function instead, it seemed to work.
Regards,
Art Smith