Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Prive pm box

Asked Modified Viewed 2,664 times
D
dave
D
dave 10
  • Newbie, joined since
  • Contributed 2 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
asked
Newbie

I didn't changed anything
I just can't set my pm box on no or yes anymore. that's all but thx anyway
anyone else can help me please

Column count doesn't match value count at row 1
only members have this problem admins and superadm don't have this kinda problem very weird is it?

this must be a minot error I think but how to fix it

I think that must the problem somewhere here?

// Select default value for options
         $displayoptions['pm_email_notify'][0] = "<option value='0'".($options['pm_email_notify'] == "0" ? " selected" : "").">".$locale['632']."</option>";
         $displayoptions['pm_email_notify'][1] = "<option value='1'".($options['pm_email_notify'] == "1" ? " selected" : "").">".$locale['631']."</option>";
         $displayoptions['pm_save_sent'][0] = "<option value='0'".($options['pm_save_sent'] == "0" ? " selected" : "").">".$locale['632']."</option>";
         $displayoptions['pm_save_sent'][1] = "<option value='1'".($options['pm_save_sent'] == "1" ? " selected" : "").">".$locale['631']."</option>";
Edited by Rayxen on 03-10-2005 09:03,
0 replies

8 posts

R
rtt
R
rtt 10
If you limit your choices only to what seems possible or reasonable, you disconnect yourself from what you truly want, and all that is left is a compromise.

http://www.apbsquad.nl
  • Newbie, joined since
  • Contributed 2 posts on the community forums.
  • Started 1 thread in the forums
answered
Newbie

Did you (or an previous installed infusion or mod) change your database. Compare your database with the original.
Maybe this is what it caused.

I had this error i.c.w. messages.

Greetings RTT
0 replies
R
Rayxen
R
Rayxen 10
  • Member, joined since
  • Contributed 153 posts on the community forums.
  • Started 21 threads in the forums
answered
Member

Firstly, do not post the same message twice and also in the shoutbox. Just wait for somebody to help you.

When did the problem start happening? Did you apply the PM Fix at all or just leave it as it is?
0 replies
D
dave
D
dave 10
  • Newbie, joined since
  • Contributed 2 posts on the community forums.
  • Started 1 thread in the forums
  • Started this discussions
answered
Newbie

Sorry to bother you for this. I did the pm fix. The problem began when I updated the messages.php yesterday. now my members complain they can't set their own pm to yes or no :(
thank you
Edited by dave on 03-10-2005 11:03,
0 replies
F
Falk
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 11 questions
answered
Super Admin

Try pasting the following into custom pages and click preview, it will reset the message options table:
$result = dbquery("DROP TABLE IF EXISTS ".$db_prefix."messages_options");
$result = dbquery("CREATE TABLE ".$db_prefix."messages_options (
user_id smallint(5) UNSIGNED NOT NULL DEFAULT '0',
pm_email_notify tinyint(1) UNSIGNED NOT NULL DEFAULT '0',
pm_save_sent tinyint(1) UNSIGNED NOT NULL DEFAULT '0',
pm_inbox SMALLINT(5) UNSIGNED DEFAULT '0' NOT NULL,
pm_savebox SMALLINT(5) UNSIGNED DEFAULT '0' NOT NULL,
pm_sentbox SMALLINT(5) UNSIGNED DEFAULT '0' NOT NULL,
PRIMARY KEY (user_id)
) TYPE=MyISAM;");

$result = dbquery("INSERT INTO ".$db_prefix."messages_options VALUES ('0', '0', '1', '20', '20', '20')");

0 replies
S
scorp
S
scorp 10
scorp
  • Junior Member, joined since
  • Contributed 26 posts on the community forums.
  • Started 5 threads in the forums
answered
Junior Member

Hi, i have encountered the same error today after a report from one of my user. I think that non-default users settings are not correctly stored on DB, i saw that on my fusion_messages_option there is only one record (user_id=0, the defaults i think..).
I am working on it now, some suggestion?
0 replies
S
scorp
S
scorp 10
scorp
  • Junior Member, joined since
  • Contributed 26 posts on the community forums.
  • Started 5 threads in the forums
answered
Junior Member

It's caused by New PM PopUp Mod, i think there is some command lost from the original script, i have no other ideas...
0 replies
I
iceface
I
iceface 10
Visit my site at www.kythuatin.com
  • Junior Member, joined since
  • Contributed 12 posts on the community forums.
  • Started 6 threads in the forums
answered
Junior Member

My site has the same problem. I think there an error in the INSERT query statement, because sometime (maybe when you reply to a PM only), then the username data is inserted into the field "message title" instead of username, date is inserted into the field "sender name" and there is a null value in the field "date". The body of the message is lost so the receiver cannot read PM.
0 replies
— 3 months later —
X
x3dx
X
x3dx 10
  • Junior Member, joined since
  • Contributed 25 posts on the community forums.
  • Started 5 threads in the forums
answered
Junior Member

Can anybody solve this mystery. I have the same problem here. The only difference here is when my member change in PM options send email notification when you get a new PM. Digi I did what you suggested but the problem is still there. Any help?
0 replies

Category Forum

Bugs and Errors - 6

Labels

None yet

Statistics

  • Views 0 views
  • Posts 8 posts
  • Votes 0 votes
  • Topic users 7 members

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet