catfan / Medoo

The lightweight PHP database framework to accelerate the development.
https://medoo.in
MIT License
4.84k stars 1.15k forks source link

Fatal error: Uncaught Error: Cannot unset string offsets in vendor/catfan/medoo/src/Medoo.php:1599 Stack trace: #0 [internal function]: Medoo\Medoo->get('article', Array, 'where domain='c...') #1 #950

Closed juejixiaohaipi closed 3 years ago

juejixiaohaipi commented 3 years ago

if ($where === null) { $column = $join; unset($columns[ 'LIMIT' ]);

catfan commented 3 years ago

Would you please provide more information about the issue?

What's the code you are calling?

It seems you are providing a string as the 3rd parameter.

catfan commented 3 years ago

This issue is closed due to no response.