Upgrade to1.5.15 FATAL ERROR: undefined call to apc_delete()

Joomla version 1.5 is end-of-life and are no longer supported. Please use Joomla 3.x instead.

Moderator: General Support Moderators

Forum rules
Forum Rules
Absolute Beginner's Guide to Joomla! <-- please read before posting, this means YOU.
Forum Post Assistant - If you are serious about wanting help, you will use this tool to help you post.
Locked
rh5547
Joomla! Fledgling
Joomla! Fledgling
Posts: 1
Joined: Thu Feb 04, 2010 2:08 pm

Upgrade to1.5.15 FATAL ERROR: undefined call to apc_delete()

Post by rh5547 » Wed Feb 17, 2010 11:19 am

Having upgraded to version 1.5.15 recently, we've been having trouble with this error:

Fatal error: Call to undefined function apc_delete() in /sitelocation/public/htdocs/libraries/joomla/cache/storage/apc.php on line 87

It occurs when you save or apply content in the joomla (both articles and modules). The articles/modules DO save and apply properly but I would like to understand this error and eradicate it.

Thankyou for your help!

Richard

User avatar
lkl
Joomla! Intern
Joomla! Intern
Posts: 50
Joined: Mon Dec 10, 2007 6:53 pm
Location: New Delhi
Contact:

Re: Upgrade to1.5.15 FATAL ERROR: undefined call to apc_dele

Post by lkl » Tue Jun 08, 2010 10:27 am

SOLVED
=======
I had the same issue and banged my head few times before I found the reason and solution. This error occurs when you have the wrong tmp and log path value in Global Configuration of your Joomla installation.

So change change these values to the correct ones and error would gone away.
-------------------------------------
L. K. Lalitesh

www.joomlaplugins.net
Always Joomla!

User avatar
fish4red
Joomla! Apprentice
Joomla! Apprentice
Posts: 19
Joined: Sun Jul 20, 2008 12:23 pm
Location: Tampa, FL
Contact:

Re: Upgrade to1.5.15 FATAL ERROR: undefined call to apc_dele

Post by fish4red » Tue Aug 24, 2010 11:13 am

I had same error but the file paths to my tmp and log directory wre correct.

However, I compared the config file to another site that was working and found the I did have a difference..

About line 25 was set to acp instead of file.

var $cache_handler = 'acp';

Changed it to file and everything is working again.
Visit, Join, and Contribute.
http://www.jugtb.com


Locked

Return to “Migrating and Upgrading to Joomla! 1.5”