I'm a newb, getting this fatal error when i push a submit button (I've replaced my site name with [root]):
Fatal error: Uncaught exception 'PDOException' with message 'SQLSTATE[HY000]: General error: 2053 ' in /home/[root]/public_html/includes/class_db_handle.php:140 Stack trace: #0 /home/[root]/public_html/includes/class_db_handle.php(140): PDOStatement->fetch(4) #1 /home/[root]/public_html/includes/functions_global.php(178): db_handle->result() #2 /home/[root]/public_html/feedback.php(88): global_class->filter('Great job') #3 {main} thrown in /home/[root]/public_html/includes/class_db_handle.php on line 140
I've attached the 3 files referenced. I'm really new to this so it may be something really simple but I don't see it.
i'd appreciate any help I can get.
class_db_handle.php
feedback.php
functions_global.php