hi i was trying to install zurmo on my local machin.
Ubuntu 12.04,apache 2.2,php5.3
evry requirement was fine but im getting an error notification on the memcache hostname textbox.
ie
Error code: 111 Message: Connection refused
Anyone please help me out to fix this.thanks in advance.
-Sirin
Error code: 111 Message: Connection refused
Started by sirin k, Sep 15 2012 04:24 PM
6 replies to this topic
#1
Posted 15 September 2012 - 04:24 PM
SIRIN K
Yii developer
Nintriva Wireless
INDIA
email:sirin@nintriva.com,sirinibin2006@gmail.com
skype:sirin_ibin
mob:+919633977699
blog:http://www.sirink.tumblr.com
website:http://www.nintriva.com
Yii developer
Nintriva Wireless
INDIA
email:sirin@nintriva.com,sirinibin2006@gmail.com
skype:sirin_ibin
mob:+919633977699
blog:http://www.sirink.tumblr.com
website:http://www.nintriva.com
#2
Posted 17 September 2012 - 10:23 AM
I think you do not have rights to access memcache, some used had similar issue but I think with his hosting company where memcache was not installed correctly. So, you can try next solutions:
1. Check if you can access/connect to memcache(You can copy/paste sample code from PHP manual: http://php.net/manua...che.connect.php).
2. If you can't fix issue with memcache, you can just disable it(clear or memcache related form elements during installation)
1. Check if you can access/connect to memcache(You can copy/paste sample code from PHP manual: http://php.net/manua...che.connect.php).
2. If you can't fix issue with memcache, you can just disable it(clear or memcache related form elements during installation)
#3
Posted 01 October 2012 - 12:44 PM
I'm also a bit confused about this... I also get connection refused. The documentation for installation explicitly says to install php5-memcache and NOT php5-memcached. However, php5-memcache doesn't run a daemon, like memcached, so there is no way to be able to connect to some port... is the installation documentation wrong?
Also, the php documentation you linked, says
Also, the php documentation you linked, says
so to me it seems it wants to connect to memcached, which per instruction isn't installed...Memcache::connect — Open memcached server connection
#4
Posted 01 October 2012 - 01:35 PM
Bboth php5-memcache and php5-memcached extensions are used to communicate with memcached servers. It is just programmer fault which named php5-memcached so its name sound like it is deamon(background) process that is waiting for requests.
php5-memcached is newer version, and some programmers said that it is faster and have more features, but we decided to stick to php5-memcache which is older and more stable extension.
So, you need to install both php5-memcache php library, and memcached server on your computer.
php5-memcached is newer version, and some programmers said that it is faster and have more features, but we decided to stick to php5-memcache which is older and more stable extension.
So, you need to install both php5-memcache php library, and memcached server on your computer.
0 user(s) are reading this topic
0 members, 0 guests, 0 anonymous users









