Jump to content

Memcache


JC5

Recommended Posts

It might be that the first time never tried to execute the code that uses memcache, I don't know, all I know is that the error message means that the memcache class does not exist, and the memcache class would only not exist if the extension was not installed and enabled on the web server.memcache is a PECL extension for PHP, and it's not bundled with PHP by default. Whoever runs the server should follow the installation instructions in the PHP manual for memcache to download and enable the extension. If it's already installed but not enabled then you only need to change php.ini so that it is enabled.

Link to comment
Share on other sites

(SpOrTsDuDe.Reese talking (I am his bro)) Memcache should be enabled soon. I told GH4 to email them to enable cache and all is good. I guess I should note I was the one replying on here since GH4 had no idea what he was talking about.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...