I get a fatal error
-
Fatal error: Class ‘W3_ConfigWriter’ not found in /home/meridianhm/public_html/wp-content/plugins/a2-optimized-wp/A2_Optimized_OptionsManager.php on line 324
Looking in the code
$config_writer = new W3_ConfigWriter(0, false); foreach ($vars as $name => $val) { $config_writer->set($name, $val); } $config_writer->set('common.instance_id', mt_rand()); $config_writer->save(); $this->refresh_w3tc();
It seems to be trying to create a new object from W3_ConfigWriter(). What am I missing?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘I get a fatal error’ is closed to new replies.