laminas-api-tools / api-tools-admin-ui

Laminas API Tools Admin UI module
https://api-tools.getlaminas.org/documentation
BSD 3-Clause "New" or "Revised" License
6 stars 11 forks source link

Errors when attempting to use Apigility with Oracle Database #10

Open weierophinney opened 4 years ago

weierophinney commented 4 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?


Originally posted by @MihaiTudorP at https://github.com/zfcampus/zf-apigility-admin-ui/issues/111