MyBB Community Forums

Full Version: Cannot get "email about new user" to work
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have the plug in appearing in the ACP but when I click on activate I get

"service not available" message

My error log tells me

Type: 20
File: (Line no. 0)
Message
SQL Error: 1366 - Incorrect integer value: 'NULL' for column 'gid' at row 1
Query:
INSERT
INTO mybb_settinggroups (gid,name,title,description,disporder,isdefault)
VALUES ('NULL','emailonreg','Email about new members','','50','no')


If I change the NULL to 100 I get past this point but then the "no" is not a valid integer for the field "isdefault"

Any help appreciated
Ian
Change no to 0.
(2012-01-03, 02:19 PM)Fábio Maia Wrote: [ -> ]Change no to 0.

Did that and got the same. It seem that everytime I tried it must have written GID and SID values to a database so I eventually got it activated by setting the GID to 801, the first SID to 802 and the third to 803 - values that had not been used before so the PRIMARY index could be posted to.

Thanks
Please post the name of this plugin. I'm having difficulty finding where it is? Thanks
Huh
(2012-02-28, 02:52 AM)jferristx Wrote: [ -> ]Please post the name of this plugin. I'm having difficulty finding where it is? Thanks
Huh

Nevermind....found it. Blush