zfcampus / zf-apigility-admin-ui

UI code for Apiglity Admin
BSD 3-Clause "New" or "Revised" License
39 stars 37 forks source link

Errors when attempting to use Apigility with Oracle Database #111

Open MihaiTudorP opened 8 years ago

MihaiTudorP commented 8 years ago

Hi. Even after the fixes mentioned earlier at #100 and the others, I am still encountering the errors. The automatic discovery does not work for Oracle database (I am getting ORA-12504: TNS:listener was not given the SERVICE_NAME in CONNECT_DATA in /opt/apigw/apigility/vendor/zendframework/zend-db/src/Adapter/Driver/Oci8/Connection.php on line 122). After hardcoding the credentials in Connection.php, I see the tables. However, when attempting to create db-connected services, I am getting "Error saving field". When I attempt to access them, I am getting "Unable to fetch service". I am currently stuck with this and I don't know what to do to solve the problem. Any ideas?

weierophinney commented 4 years ago

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