COREPATH/classes/database/pdo/connection.php @ line 208
203 // other database error, cleanup the profiler 204 isset($benchmark) and \Profiler::delete($benchmark); 205 206 // and convert the exception in a database exception 207 $error_code = is_numeric($e->getCode()) ? $e->getCode() : 0; 208 throw new \Database_Exception($e->getMessage().' with query: "'.$sql.'"', $error_code, $e); 209 } 210 } 211 212 // no more attempts left, bail out 213 else
Please help me on fulephp error.