Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: PHP-8.4.1
-
Fix Version/s: PHP-8.4.1, PHP-Aprium, PHP 8.4.3, PHP 8.4.4
-
Component/s: PHPDriver
-
Labels:None
Description
When database is not started, and I try to connect to it in PHP API (perhaps, all the way up to CCI API), it returns "Error code: 0; Message: Unknown DBMS error".
CUBRID JDBC driver, in comparison, returns: "Error: Failed to connect to database server, 'demodb', on the following host(s): localhost:localhost".
PHP API should return similar and clear error message.
Issue Links
- relates to
-
APIS-191
[PHP]Error message is "Unknown error message"
-
If the database is not started, use the error message from CCI.
error num is -20016 and error message is "Cannot connect to CUBRID CAS".
Fix in trunk. Revision: 1366
merge into RB-8.4.1. Revision: 1367
merge into RB-8.4.3. Revision: 1368
merge into RB-8.4.4. Revision: 1369
Resolved.