|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2004-09-25 03:48 UTC] gurugeek@php.net
[2004-09-25 16:40 UTC] nforbes@php.net
[2004-09-25 16:47 UTC] jordanf at dotgeek dot org
[2004-09-25 16:47 UTC] nforbes@php.net
[2004-09-26 01:12 UTC] thesaur@php.net
[2004-09-26 01:24 UTC] wez@php.net
[2004-09-26 03:45 UTC] wez@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 22:00:01 2025 UTC |
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.