zfcampus / zf-apigility-admin

Admin API and UI for Apigility
BSD 3-Clause "New" or "Revised" License
90 stars 64 forks source link

Cant fetch table/view list - "Error getting db service(s)" #380

Open obucina opened 7 years ago

obucina commented 7 years ago

I have Apigility deployed on HostGator, v1.4.1.

<?php
return [
    'db' => [
        'adapters' => [
            'db1@mysql@localhost' => [
                'database' => 'db1',
                'driver' => 'PDO_Mysql',
                'hostname' => 'localhost',
                'username' => 'db1',
                'password' => 'pass',
                'dsn' => 'mysql:dbname=db1;host=localhost',
            ],
        ],
    ],
]; 

With given parameters, I am able to connect to database using mysql shell client. However, when trying to create DB connected service, I always get "Error getting db service(s)" error, and cant figure why.

weierophinney commented 4 years ago

This repository has been closed and moved to laminas-api-tools/api-tools-admin; a new issue has been opened at https://github.com/laminas-api-tools/api-tools-admin/issues/10.