Sinan Eldem
Sinan Eldem
This line worked for me: `Deleting the file-based user's yaml files stops the error from appearing`
Thank you very much @ratiw, this is the best news I got today!
> Hi seregazhuk... How to get $boardId? This will give you all the boards `$boards = $bot->boards->forMe();` and this will give you the first item. ``` $boards = $bot->boards->forMe(); $boards[0]['id'];...
I get the same error. Any progress on issue fix?
Adding this method to User model solves issue for me: public function isSuper() { return $this->super; }
+1 for suggestion
https://github.com/TablePlus/DBngin/issues/102#issuecomment-1666075720
I encountered a similar issue, and in response, I uninstalled MySQL, restarted MacOS and subsequently reinstalled it. This course of action effectively resolved the problem for me.
@SimeonZ try to connect and back it up with command line. I've done that before reinstalling.