Posts: 786
Threads: 168
Joined: Aug 2009
Reputation:
6
Is this plugin still supported? I don't seem to have any settings for the PM to Users and it isn't sending PM's either.
MyBB 1.8.33 (x2)
blacksheepvintageaudio.com & pazrt.com
Posts: 786
Threads: 168
Joined: Aug 2009
Reputation:
6
2012-09-21, 02:35 PM
(This post was last modified: 2012-09-21, 02:45 PM by RocketFoot.)
Yeah, I have no admin controls for the PM's and I didn't receive a PM when I tested it either. Did you have to run the mysql query to get it to work?
ETA: I ran the query in phpmyadmin SQL and got this error:
Quote:Error
SQL query:
UPDATE settings SET title = "Send Notice To Post Author",
description = "Send a a private message to the author of the edited post." WHERE name = "modnotice_pm";
MySQL said: Documentation
#1146 - Table 'bigmackt_pa2a.settings' doesn't exist
MyBB 1.8.33 (x2)
blacksheepvintageaudio.com & pazrt.com
Posts: 786
Threads: 168
Joined: Aug 2009
Reputation:
6
2012-09-21, 06:13 PM
(This post was last modified: 2012-09-21, 06:33 PM by RocketFoot.)
Still got an error using this:
UPDATE prefix_settings SET title="Send Notice To Post Author",
description="Send a a private message to the author of the edited post." WHERE name="modnotice_pm";
UPDATE settinggroups SET title="ModNotice Plus" WHERE name="modnotice";
Quote:Error
SQL query:
UPDATE prefix_settings SET title = "Send Notice To Post Author",
description = "Send a a private message to the author of the edited post." WHERE name = "modnotice_pm";
MySQL said: Documentation
#1146 - Table 'bigmackt_pa2a.prefix_settings' doesn't exist
(2012-09-21, 06:13 PM)RocketFoot Wrote: Still got an error using this:
UPDATE prefix_settings SET title="Send Notice To Post Author",
description="Send a a private message to the author of the edited post." WHERE name="modnotice_pm";
UPDATE settinggroups SET title="ModNotice Plus" WHERE name="modnotice";
Quote:Error
SQL query:
UPDATE prefix_settings SET title = "Send Notice To Post Author",
description = "Send a a private message to the author of the edited post." WHERE name = "modnotice_pm";
MySQL said: Documentation
#1146 - Table 'bigmackt_pa2a.prefix_settings' doesn't exist
Should it be mybb_settings?
MyBB 1.8.33 (x2)
blacksheepvintageaudio.com & pazrt.com