[ixpmanager] install n00b

Nick Hilliard nick at inex.ie
Thu Oct 17 15:10:31 IST 2013


On 17/10/2013 16:57, Randy Bush wrote:
> ok, that got me further

> PHP Notice:  MemcachePool::get(): Server 127.0.0.1 (tcp 11211, udp 0) failed with: Connection refused (111) in /usr/share/php/Doctrine/Common/Cache/MemcacheCache.php on line 69

looks like you didn't install memcached.  Maybe you're still running
memcached from 5.3?  This isn't fatal, but is strongly advised.

>   [Doctrine\ORM\Tools\ToolsException]                                          
>   Schema-Tool failed with Error 'could not find driver' while executing DDL:   
>   CREATE TABLE virtualinterface (id INT AUTO_INCREMENT NOT NULL, custid INT D  
>   EFAULT NULL, name VARCHAR(255) DEFAULT NULL, description VARCHAR(255) DEFAU  
>   LT NULL, mtu INT DEFAULT NULL, trunk TINYINT(1) DEFAULT NULL, channelgroup   
>   INT DEFAULT NULL, INDEX IDX_11D9014FDA0209B9 (custid), PRIMARY KEY(id)) DEF  
>   AULT CHARACTER SET utf8 COLLATE utf8_unicode_ci ENGINE = InnoDB              

I'm guessing that you haven't installed the correct version of the mysql
PDO driver here.

How did you do the upgrade from php 5.3 to 5.4?

Nick




More information about the ixpmanager mailing list