Jump to content

Internal Server error 500


kab

Recommended Posts

I am getting the following error while logging into the admin panel. I have SSL enabled in the website as well as in the cart. I am also getting a memcached error as well:

#1

Warning: Memcache::connect() [memcache.connect]: Can't connect to 127.0.0.1:11211, Connection refused (111) in ..../shopperack.com/classes/cache/memcache.class.php on line 39

Warning: Couldn't initiate Memcache. Please set 'memcache_host' and 'memcache_port' in the includes/global.inc.php file. in ..../shopperack.com/classes/cache/memcache.class.php on line 40

Warning: Invalid argument supplied for foreach() in /..../shopperack.com/classes/cache/memcache.class.php on line 139

#2

Internal Server Error

The server encountered an internal error or misconfiguration and was unable to complete your request.

Please contact the server administrator, [email protected] and inform them of the time the error occurred, and anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Additionally, a 500 Internal Server Error error was encountered while trying to use an ErrorDocument to handle the request.

Edited by kab
Link to comment
Share on other sites

This means that your hosting server has memcached installed but it is either running on an external server (not localhost) or on a different port than the default 11211 or your access to memcache is blocked in some other way.  If you want to use memcache which in theory is much faster as it stores all the cache files in memory rather than using the standard file based caching, then you will need to speak to your hosting provider.  Alternatively, you can add a line to your global.inc.php configuration file to for e CubeCart to use file based cache

Ian

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...