Actions
Bug #16351
closedlogging incomplete?
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
-
Start date:
2006-07-17
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.0
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
While rendering a page on Oracle I got an SQL error on the page, but no entry in the DBAL debug log.
The error was this:
Warning: ociexecute() [function.ociexecute]: ORA-12899: Wert zu gro㮣ß für "T3TEST3"."cache_hash"."ident" (aktuell: 23, maximal: 20) in C:\WWW\oracle\typo3\sysext\adodb\adodb\drivers\adodb-oci8.inc.php on line 1016
Warning: OCI-Lob::save() [function.OCI-Lob-save]: OCI_INVALID_HANDLE in C:\WWW\oracle\typo3\sysext\adodb\adodb\drivers\adodb-oci8.inc.php on line 695
The point is not the actual error, but the missing log entry.
(issue imported from #M3854)
Actions