( ! ) 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 | 464016 | {main}( ) | .../index.php:0 |
2 | 0.0001 | 464824 | include( '/var/www/html/src/core/bootstrap.php ) | .../index.php:13 |
3 | 0.0066 | 735640 | Gila\Router::run( $_p = ??? ) | .../bootstrap.php:113 |
4 | 0.0067 | 736632 | 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.0067 | 736800 | BlogController->category_GET( $category = 'slider' ) | .../Router.php:74 |
6 | 0.0075 | 736784 | Gila\DB::value( $q = 'SELECT title from postcategory WHERE id=?', $p = NULL ) | .../BlogController.php:162 |
7 | 0.0075 | 736784 | Gila\DB::getOne( $q = 'SELECT title from postcategory WHERE id=?', $args = NULL ) | .../DB.php:237 |
8 | 0.0075 | 736784 | Gila\DB::get( $q = 'SELECT title from postcategory WHERE id=?', $args = NULL ) | .../DB.php:165 |
9 | 0.0075 | 736784 | Gila\DB::query( $q = 'SELECT title from postcategory WHERE id=?', $args = NULL ) | .../DB.php:153 |
10 | 0.0078 | 778520 | query( $query = 'SELECT title from postcategory WHERE id=?' ) | .../DB.php:103 |