::1:61329] PHP Fatal error: Declaration of OTS_Base_DB::query($query) must be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs) in C:\\uniform\\UniServerZ\\www\\system\\libs\\pot\\OTS_Base_DB.php on line 77
[Thu Jun 24 19:10:13.823066 2021] [php:error] [pid 10268:tid 1848] [client 134.209.176.202:57708] script 'C:/uniform/UniServerZ/www/wp-login.php' not found or unable to stat
That error means that you have a class called OTS_Base_DB the extends PDO,that class has a query method that has different signature than the one it's overriding from PDO signature means the amount and types of the parameters it takes
Обсуждают сегодня