Exception in PHP Script
/assa/FormsWeb/rnpaInfoConsumidores/index.php
PHP Version: 5.6.40-39+ubuntu18.04.1+deb.sury.org+1;  Zend Engine Version: 2.6.0;  Qcodo Version: 0.3.21 (Qcodo Beta 3)
Application: Apache;  Server Name: www.assal.gov.ar
HTTP User Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)
SQLSTATE[22P02]: Invalid text representation: 7 ERROR:  invalid input syntax for integer: " id "
LINE 1: select * from rnpa where rnpaid = ' id '
                                          ^

Exception Type:   PDOException

Source File:   /var/www/assa/Doc/lib/Doctrine/DB.php     Line:   89

Line 84:        public function query($query) {
Line 85:            try {
Line 86:                $this->queries[] = $query;
Line 87:                $time = microtime();
Line 88:    
Line 89:                $stmt = parent::query($query);
Line 90:    
Line 91:                $this->exectimes[] = (microtime() - $time);
Line 92:                return $stmt;
Line 93:            } catch(PDOException $e) {
Line 94:                throw $e;

Call Stack:

#0 /var/www/assa/Doc/lib/Doctrine/DB.php(89): PDO->query('select * from r...')
#1 /var/www/assa/FormsWeb/rnpaInfoConsumidores/index.php(12): Doctrine_DB->query('select * from r...')
#2 {main}

Variable Dump:   Show/Hide



Exception Report Generated:  Sunday, May 19 2024, 2:17:26 AM