MyBB Community Forums

Full Version: SQL Error: 1146 - PM on reg.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I got this error while trying to activate a PM on Reg Pugin.

MyBB SQL Error

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
    1146 - Table 'hu_forum.mybb_mybb_settinggroups' doesn't exist
Query:
    INSERT INTO mybb_mybb_settinggroups (`name`,`title`,`description`,`disporder`,`isdefault`) VALUES ('dennistt_pm_on_registration','PM On Registration (DennisTT)','Settings for the PM On Registration plugin','1','no') 

This is the plugin info:
Quote:PM On Registration (1.1.2)
Automatically send a private message to newly registered users. For MyBB 1.2.x
Created by DennisTT

I got it somewhere here at MyBB.com

Does anyone have anyclues?
That plugin is for MyBB version 1.2. Are you using MyBB v 1.2?
There is a version for 1.4 too.
Oh.. Didn't saw that..
Thanks Big Grin
Now there is just a new problem..
I am using the updated version.
It can install, but it shows this error all over the forum

Warning: Call-time pass-by-reference has been deprecated in /forumROOT/inc/plugins/pmonreg.php  on line 202

Plugin info:
PM On Registration  (1.2.0)
Automatically send a private message to newly registered users. For MyBB 1.4.x
Created by DennisTT

Anyone got any clues?
The PHP tag call-time pass-by-reference is not allowed to be used in your PHP version as it has been deprecated/removed.
(2010-05-28, 08:19 PM)Gaara Wrote: [ -> ]The PHP tag call-time pass-by-reference is not allowed to be used in your PHP version as it has been deprecated/removed.

Does it means that it is my host that doesn't support that then?