Closed Kryniowesegryderiusz closed 8 years ago
My problem seems similar to https://github.com/Krytic/MyBBWiki/issues/1 but i have the 5.7.12 version on ubuntu
Check that in inc/plugins/wiki.php
, the line "tid" => NULL,
is present.
I removed all "tid" => NULL
and "sid" => NULL
in wiki.php and install.php and now it is working
I find it odd that MySQL/PHP is treating NULL as an empty string, though. I'll do some digging, because this issue will probably crop up again.
Hi, when i try to install & activate the plugin i have problem with MySQL:
Earlier i had problem with creating the table. It said that it couldn't set the default value '' for lastauthor and notepad, so I created this without it.