Fatal error: memcache.php on line 442

  • Joe Sonne
  • Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 8 months ago #34258 by Joe Sonne
Fatal error: memcache.php on line 442 was created by Joe Sonne
Hi there,

I'm trying to set up Joomdonation and upon save, when I make a menu item for a donation form, I get the following error:

Fatal error: Call to a member function add() on a non-object in /home/domainname/subdomain_html/libraries/joomla/cache/storage/memcache.php on line 442


Notes:
Joomla! 2.5.14 Stable
PHP: 5.3.26

Memcache Compression: No
Memcache Server Host: mem
Memcache Server Port: 11211

Anyone have this issue?

Please Log in or Create an account to join the conversation.

More
10 years 8 months ago #34396 by Tuan Pham Ngoc
Replied by Tuan Pham Ngoc on topic Re: Fatal error: memcache.php on line 442
Hi

It seems there is something special on your site causing the issue (seems from Joomla core, not from the extension because the extenson doesn't use Memcache).

Please submit a support ticket sending us administrator and FTP account of your site so that I can check and solve it for you !

Tuan

Please Log in or Create an account to join the conversation.

  • Joe Sonne
  • Topic Author
  • Offline
  • New Member
  • New Member
More
10 years 8 months ago #34439 by Joe Sonne
Replied by Joe Sonne on topic Re: Fatal error: memcache.php on line 442
Hi Tuan,

A friend pointed me to this discussion at joomla.org:

forum.joomla.org/viewtopic.php?f=615&p=2987352#p2987358

The fix seems to be this:

Go to the configuration.php file and change this:
public $caching = '0';
public $cache_handler = 'memcache';
public $cachetime = '30';
public $memcache_persist = '1';
public $memcache_compress = '0';
public $memcache_server_host = 'mem';
public $memcache_server_port = '11211';

to this:
public $caching = '0';
public $cache_handler = 'file';
public $cachetime = '15';

Thanks for offering to jump in and help.

Please Log in or Create an account to join the conversation.

Moderators: Mr. DamDũng Nguyễn Việt