-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SQL Error on install #50
Comments
That's odd, @xwmario. I could have sworn I already fixed this... The workaround is to remove this line:
I'll tag this and try to get it fixed in the next version. Thanks for the report. |
Hey, thanks for the awesome and fast response. I tried the workaround but this is the error which i am getting.
|
Let me look at it tomorrow and I'll get back with you. |
Hello, Warm regards. |
So sorry. I have been really busy lately. I will try to get this done as soon as I can. |
See time walk's away ... but problem's till the same ... [Wed Oct 11 05:15:07.359950 2023] [php:error] [pid 255019] PHP Fatal error: Uncaught mysqli_sql_exception: Incorrect integer value: 'NULL' for column 'sid' at row 1 in /var/www/myBB/inc/db_mysqli.php:335\nStack trace:\n#0 /var/www/myBB/inc/db_mysqli.php(335): mysqli_query()\n#1 /var/www/myBB/inc/db_mysqli.php(378): DB_MySQLi->query()\n#2 /var/www/myBB/inc/db_mysqli.php(889): DB_MySQLi->write_query()\n#3 /var/www/myBB/inc/plugins/yourcode/classes/WildcardPluginInstaller020000.php(393): DB_MySQLi->insert_query_multiple()\n#4 /var/www/myBB/inc/plugins/yourcode/classes/WildcardPluginInstaller020000.php(195): WildcardPluginInstaller020000->addSettings()\n#5 /var/www/myBB/inc/plugins/yourcode/install.php(131): WildcardPluginInstaller020000->install()\n#6 /var/www/myBB/admin/modules/config/plugins.php(432): yourcode_install()\n#7 /var/www/myBB/admin/index.php(830): require('...')\n#8 {main}\n thrown in /var/www/myBB/inc/db_mysqli.php on line 335 well to fix this it is simple |
This is the current error i am getting on a fresh install. any way to bypass it or solve it @WildcardSearch ?
The text was updated successfully, but these errors were encountered: