( ! ) 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 103 |
( ! ) 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 103 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0001 | 468672 | {main}( ) | .../index.php:0 |
2 | 0.0001 | 469480 | include( '/var/www/html/src/core/bootstrap.php ) | .../index.php:13 |
3 | 0.0080 | 740784 | Gila\Router::run( $_p = ??? ) | .../bootstrap.php:131 |
4 | 0.0081 | 741776 | call_user_func_array:{/var/www/html/src/core/classes/Router.php:74}( $callback = [0 => class BlogController { }, 1 => 'category_GET'], $args = [0 => 'slider'] ) | .../Router.php:74 |
5 | 0.0081 | 741944 | BlogController->category_GET( $category = 'slider' ) | .../Router.php:74 |
6 | 0.0088 | 741928 | Gila\DB::value( $q = 'SELECT title from postcategory WHERE id=?', $p = NULL ) | .../BlogController.php:162 |
7 | 0.0088 | 741928 | Gila\DB::getOne( $q = 'SELECT title from postcategory WHERE id=?', $args = NULL ) | .../DB.php:237 |
8 | 0.0088 | 741928 | Gila\DB::get( $q = 'SELECT title from postcategory WHERE id=?', $args = NULL ) | .../DB.php:165 |
9 | 0.0088 | 741928 | Gila\DB::query( $q = 'SELECT title from postcategory WHERE id=?', $args = NULL ) | .../DB.php:153 |
10 | 0.0092 | 783664 | query( $query = 'SELECT title from postcategory WHERE id=?' ) | .../DB.php:103 |