php-crud-ui icon indicating copy to clipboard operation
php-crud-ui copied to clipboard

Not working with PHP 8

Open vincentsch opened this issue 4 years ago • 1 comments

With PHP 8.0.13 (cli) I keep getting this error:

Declaration of Tqdev\PhpCrudApi\Database\LazyPdo::query(string $statement): PDOStatement must be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs) in /home/ubuntu/contentmachine/ui.php on line 6994

Works fine when I switch to PHP 7.2

vincentsch avatar Jan 26 '22 14:01 vincentsch

I think this error is fixed now (in v2.1.7).

mevdschee avatar Oct 06 '22 15:10 mevdschee