Monday, April 21, 2014

Fatal error: Call to undefined function apc_fetch() in Joomla

Step 1:Open your configuration.php file.
Step 2:

Find Line

public $cache_handler = 'apc';

Replace with

public $cache_handler = 'file';

Step 3:Save and refresh the page.

 It works fine

Please share your comments.

No comments:

Post a Comment