( ! ) Fatal error: Uncaught mysqli_sql_exception: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '?' at line 1 in /var/www/html/src/core/classes/DB.php on line 121 |
( ! ) mysqli_sql_exception: You have an error in your SQL syntax; check the manual that corresponds to your MariaDB server version for the right syntax to use near '?' at line 1 in /var/www/html/src/core/classes/DB.php on line 121 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0001 | 463256 | {main}( ) | .../index.php:0 |
2 | 0.0001 | 464064 | include( '/var/www/html/src/core/bootstrap.php ) | .../index.php:13 |
3 | 0.0017 | 703664 | Gila\Router::run( $_p = ??? ) | .../bootstrap.php:132 |
4 | 0.0018 | 704656 | call_user_func_array:{/var/www/html/src/core/classes/Router.php:79}( $callback = [0 => class BlogController { }, 1 => 'category_GET'], $args = [0 => 'uncategorized', 1 => 'single'] ) | .../Router.php:79 |
5 | 0.0018 | 704824 | BlogController->category_GET( $category = 'uncategorized', 'single' ) | .../Router.php:79 |
6 | 0.0028 | 731120 | Gila\DB::value( $q = 'SELECT title from postcategory WHERE id=?', $p = NULL ) | .../BlogController.php:162 |
7 | 0.0028 | 731120 | Gila\DB::getOne( $q = 'SELECT title from postcategory WHERE id=?', $args = NULL ) | .../DB.php:259 |
8 | 0.0028 | 731120 | Gila\DB::get( $q = 'SELECT title from postcategory WHERE id=?', $args = NULL ) | .../DB.php:183 |
9 | 0.0028 | 731120 | Gila\DB::query( $q = 'SELECT title from postcategory WHERE id=?', $args = NULL ) | .../DB.php:171 |
10 | 0.0031 | 772856 | query( $query = 'SELECT title from postcategory WHERE id=?' ) | .../DB.php:121 |