2021-01-06, 02:21 PM
2021-01-06, 04:19 PM
You can try out this plugin:
https://community.mybb.com/thread-207105.html
- If it doesn't work let me know, I got exams coming up but will code a new plugin in a couple of days if that's the case.
https://community.mybb.com/thread-207105.html
- If it doesn't work let me know, I got exams coming up but will code a new plugin in a couple of days if that's the case.
2021-01-07, 07:29 AM
(2021-01-06, 04:19 PM)GodLess101 Wrote: [ -> ]You can try out this plugin:
https://community.mybb.com/thread-207105.html
- If it doesn't work let me know, I got exams coming up but will code a new plugin in a couple of days if that's the case.
Hello GodLess101,
i was installed this plugin but a i want to activate i got this error
"MyBB has experienced an internal SQL error and cannot continue.
2021-01-07, 04:17 PM
Can you check if your board is set to show SQL error details? Also, you can check your error log for further details.
2021-01-08, 09:29 AM
Hello Guys,
i got this errors when i want to acticate the plugin
MyBB has experienced an internal SQL error and cannot continue.
SQL Error: 1366 - Incorrect integer value: 'NULL' for column
Query: INSERT INTO mybb_templates (
Can anybody can help me ?
i got this errors when i want to acticate the plugin
MyBB has experienced an internal SQL error and cannot continue.
SQL Error: 1366 - Incorrect integer value: 'NULL' for column
forum_mybb
.mybb_templates
.tid
at row 1 Query: INSERT INTO mybb_templates (
tid
,title
,template
,dateline
,sid
) VALUES ('NULL','lpop_profile','\n <table border=\"0\" cellspacing=\"{$theme[\'borderwidth\']}\" cellpadding=\"{$theme[\'tablespace\']}\" class=\"tborder\">\n <tr>\n <td colspan=\"3\" class=\"thead\"><strong>{$lang->lpop_title}</strong></td>\n </tr>\n <tr>\n <th class=\"trow1\">{$lang->lpop_thread}</th>\n <th class=\"trow1\">{$lang->lpop_forum}</th>\n <th class=\"trow1\">{$lang->lpop_postdate}</th>\n </tr>\n {$lpop_data}\n </table>',1610097807,'-2'), ('NULL','lpop_row','\n <tr>\n <td>{$thread}</td>\n <td>{$forum}</td>\n <td>{$postdate}</td>\n </tr>',1610097807,'-2')Can anybody can help me ?
2021-01-08, 10:27 AM
You can try disable MySQL strict mode and see if that resolves your issue - https://www.knowledgebase-script.com/kb/...l-163.html