Uncaught exception 'SQLiteException' appears randomly
| Bug #30147 | Uncaught exception 'SQLiteException' appears randomly | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Submitted: | 2004-09-19 00:42 UTC | Modified: | 2004-09-26 03:45 UTC |
|
||||||||||
| From: | gurugeek@php.net | Assigned: | ||||||||||||
| Status: | Closed | Package: | SQLite related | |||||||||||
| PHP Version: | 5CVS-2004-09-19 (dev) | OS: | Free BSD | |||||||||||
| Private report: | No | CVE-ID: | None | |||||||||||
[2004-09-19 00:42 UTC] gurugeek@php.net
Description:
------------
This is fairly odd. Randomly PHP 5 will throw and
SQLiteException in code which does not use sqlite code
at all, nor, as reported in the example below, uses $var
(and this server is not running with E_STRICT error
reporting).
sample error:
Fatal error: Uncaught exception 'SQLiteException' with
message 'var: Deprecated. Please use the public/private/
protected modifiers' in /usr/college/home/
public_html/tickets.php:3 Stack trace: #0 {main} thrown
in /usr/college/home/public_html/tickets.php on
line 3
This type of fatal error "Uncaught exception
'SQLiteException' " appears randomly so it is really
hard to reproduce. It has no ties with the code or the
line where the uncaught exception occurrs.
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2004-09-25 03:48 UTC] gurugeek@php.net
[2004-09-25 16:47 UTC] nforbes@php.net
[2004-09-26 01:12 UTC] thesaur@php.net
[2004-09-26 03:45 UTC] wez@php.net