Fatal error. Uncaught exception PDOException

Status
Not open for further replies.

mguebel37

New Member
Messages
4
Reaction score
0
Points
0
icon8.png



Could anyone please tell why, although my script at http://ecomate2000.x10.bz/dico/ worked perfectly until yesterday, I now get an error reading (Fatal error. Uncaught exception PDOException )?

Helpp!!!
Thanks.
 

vv.bbcc19

Community Advocate
Community Support
Messages
1,524
Reaction score
92
Points
48
Hi
I am not seeing the error "Fatal error. Uncaught exception PDOException"
Your site is working on my browser.
It is currently displaying a yellow box with
Dictionnaire :
Written to the left.
Good Day.
Bye.
If you clear your browser cache and flush the DNS, I think it can work well for you too.
 

essellar

Community Advocate
Community Support
Messages
3,295
Reaction score
227
Points
63
Um, no -- the error is still there. The page has obviosly not finished rendering; a <select> element is started, runs off the right side of the screen, then rendering stops. A View->Source shows this error and stack trace:

Uncaught exception 'PDOException' with message 'could not find driver' in /home/mguebel/public_html/dico/lib/sqlinguae.php5:574
Stack trace:
#0 /home/mguebel/public_html/dico/lib/sqlinguae.php5(574): PDO->__construct('sqlite:dic/EcoM...', '', '')
#1 /home/mguebel/public_html/dico/lib/sqlinguae.php5(543): getDicName('dic/EcoMate2000...')
#2 /home/mguebel/public_html/dico/lib/sqlinguae.php5(160): writeDicLstByScan('')
#3 /home/mguebel/public_html/dico/lib/sqlinguae.php5(24): sqlng_insert()
#4 /home/mguebel/public_html/dico/index.php5(15): include('/home/mguebel/p...')
#5 {main}
thrown in /home/mguebel/public_html/dico/lib/sqlinguae.php5 on line 574

I have neither AIP nor system access, so I can't tell anything more about the problem (whether it's a code/config problem or a server glitch).
 
Status
Not open for further replies.
Top