Re: Fatal error. Uncaught exception PDOException
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).
“Beware of bugs in the above code; I have only proved it correct, not tried it.” --Donald Knuth
"It was as if its architects were given a perfectly good hammer and gleefully replied, 'neat! With this hammer, we can build a tool that can pound in nails.'" -- Alex Papadimoulis (on TheDailyWTF.com)