( ! ) Fatal error: Declaration of Fuman_Db_Abstract::query($statement, $mode = null, $arg3 = null, ?array $ctorargs = null) must be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false in /data/www/apache/www/kmbzpk/2020/admin/library/Fuman/Db/Abstract.php on line 2052
Call Stack
#TimeMemoryFunctionLocation
10.0003448888{main}( ).../index.php:0
20.0010449400include( '/data/www/apache/www/kmbzpk/2020/admin/init_sitemap_application.php ).../index.php:2
30.0128604440Fuman_Frontend_Application->init( $isFrontend = ??? ).../init_sitemap_application.php:13
40.0128604440Fuman_Application_Abstract->_init( $isFrontend = TRUE ).../Application.php:17
50.0168620808Fuman_Application_Abstract->_setup( ).../Abstract.php:136
60.0168620808Fuman_Application_Abstract->_setupFumanTables( ).../Abstract.php:200
70.0168620808Fuman_Registry::getTable( $uniqueName = 'fuman_setting', $autoCreate = ??? ).../Abstract.php:499
80.0168620808Fuman_Registry::_allocateTable( $uniqueName = 'fuman_setting', $autoCreate = NULL ).../Registry.php:482
90.0169622200Fuman_Table_Setting->__construct( ).../Registry.php:522
100.0169622200Fuman_Table_System->__construct( $name = 'fuman_setting' ).../Setting.php:27
110.0169622936Fuman_Table_System::getConfiguredDbName( $tableUniqueName = 'fuman_setting' ).../System.php:40
120.0169622984Fuman_Registry::getDb( $name = 'system' ).../System.php:149
130.0169623720Fuman_Factory->getDb( $dbConfig = class stdClass { public $driver = 'mysql'; public $primary = 'id'; public $hostname = 'localhost'; public $port = ''; public $web_charset = 'utf-8'; public $key = 'system'; public $name = 'kmbzpk_master'; public $username = 'fugu'; public $password = 'X0mat*' } ).../Registry.php:240
140.0169624016Fuman_Loader::classExists( $className = 'Fuman_Db_Driver_Mysql', $silent = ??? ).../Factory.php:144
150.0169624016Fuman_Loader::autoLoad( $className = 'Fuman_Db_Driver_Mysql', $silent = TRUE ).../Loader.php:208
160.0169624880Fuman_Loader::silentInclude( $path = '/data/www/apache/www/kmbzpk/2020/admin/library/Fuman/Db/Driver/Mysql.php', $silent = TRUE ).../Loader.php:171
170.0169630792include( '/data/www/apache/www/kmbzpk/2020/admin/library/Fuman/Db/Driver/Mysql.php ).../Loader.php:245
180.0169630792Fuman_Loader::autoLoad( $className = 'Fuman_Db_Abstract', $silent = ??? ).../Mysql.php:7
190.0169631640Fuman_Loader::silentInclude( $path = '/data/www/apache/www/kmbzpk/2020/admin/library/Fuman/Db/Abstract.php', $silent = FALSE ).../Loader.php:171
FUMAN EXCEPTION
Unknown Error with Code "E_COMPILE_ERROR": Declaration of Fuman_Db_Abstract::query($statement, $mode = null, $arg3 = null, ?array $ctorargs = null) must be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs): PDOStatement|false in /data/www/apache/www/kmbzpk/2020/admin/library/Fuman/Db/Abstract.php on line 2052
2047     * Overwritten to log all queries.
2048     *
2049     * @inheritdoc
2050     */
2051    public function query($statement, $mode = null, $arg3 = null, array $ctorargs = null) {
2052        if (Fuman_Db_Abstract::$traceSql || Fuman_Registry::getConfig()->logger->trace_sql) {
2053            $this->logQuery('QUERY (' . get_class($this) . '): ' . $statement);
2054        }
2055
2056        self::incrementQueryCounter();
Backtrace