SQLSTATE[HY000] [2002] Only one usage of each socket address (protocol/network address/port) is normally permitted.
#0 [internal function]: PDO->__construct('mysql:host=127....', 'pocket_pay_user', 'hYVlxJ5udlQndqH...', Array)
#1 [internal function]: Phalcon\Db\Adapter\Pdo->connect(Array)
#2 C:\wamp64\www\single-page-payment-pocket\app\config\services.php(88): Phalcon\Db\Adapter\Pdo->__construct(Array)
#3 [internal function]: Closure->{closure}()
#4 [internal function]: Phalcon\Di\Service->resolve(NULL, Object(Phalcon\Di\FactoryDefault))
#5 [internal function]: Phalcon\Di->get('db', NULL)
#6 [internal function]: Phalcon\Di->getShared('db')
#7 [internal function]: Phalcon\Mvc\Model\Manager->_getConnection(Object(Models\Transactions), NULL)
#8 [internal function]: Phalcon\Mvc\Model\Manager->getReadConnection(Object(Models\Transactions))
#9 [internal function]: Phalcon\Mvc\Model->getReadConnection()
#10 [internal function]: Phalcon\Mvc\Model\Query->getReadConnection(Object(Models\Transactions), Array, Array, Array)
#11 [internal function]: Phalcon\Mvc\Model\Query->_executeSelect(Array, Array, Array)
#12 [internal function]: Phalcon\Mvc\Model\Query->execute()
#13 [internal function]: Phalcon\Mvc\Model::findFirst(Array)
#14 [internal function]: Phalcon\Mvc\Model::_invokeFinder('findFirstByUuid', Array)
#15 C:\wamp64\www\single-page-payment-pocket\app\controllers\IndexController.php(191): Phalcon\Mvc\Model::__callStatic('findFirstByUuid', Array)
#16 [internal function]: Controllers\IndexController->indexAction()
#17 [internal function]: Phalcon\Dispatcher->callActionMethod(Object(Controllers\IndexController), 'indexAction', Array)
#18 [internal function]: Phalcon\Dispatcher->dispatch()
#19 C:\wamp64\www\single-page-payment-pocket\public\index.php(47): Phalcon\Mvc\Application->handle()
#20 {main}