( ! ) 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 104 |
( ! ) 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 104 |
Call Stack |
# | Time | Memory | Function | Location |
1 | 0.0001 | 462872 | {main}( ) | .../index.php:0 |
2 | 0.0001 | 463680 | include( '/var/www/html/src/core/bootstrap.php ) | .../index.php:13 |
3 | 0.0037 | 711328 | Gila\Router::run( $_p = ??? ) | .../bootstrap.php:131 |
4 | 0.0038 | 712320 | call_user_func_array:{/var/www/html/src/core/classes/Router.php:79}( $callback = [0 => class BlogController { }, 1 => 'category_GET'], $args = [0 => 'slider'] ) | .../Router.php:79 |
5 | 0.0039 | 712488 | BlogController->category_GET( $category = 'slider' ) | .../Router.php:79 |
6 | 0.0047 | 737600 | Gila\DB::value( $q = 'SELECT title from postcategory WHERE id=?', $p = NULL ) | .../BlogController.php:162 |
7 | 0.0047 | 737600 | Gila\DB::getOne( $q = 'SELECT title from postcategory WHERE id=?', $args = NULL ) | .../DB.php:242 |
8 | 0.0047 | 737600 | Gila\DB::get( $q = 'SELECT title from postcategory WHERE id=?', $args = NULL ) | .../DB.php:166 |
9 | 0.0047 | 737600 | Gila\DB::query( $q = 'SELECT title from postcategory WHERE id=?', $args = NULL ) | .../DB.php:154 |
10 | 0.0050 | 779336 | query( $query = 'SELECT title from postcategory WHERE id=?' ) | .../DB.php:104 |