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?

My Private Messages not working

Asked Modified Viewed 4,985 times
J
Jay
J
Jay 10
  • Member, joined since
  • Contributed 170 posts on the community forums.
  • Started 57 threads in the forums
  • Started this discussions
asked
Member

Hi there guys

I'm using fusion 6.01.18 and my private messages are no longer working, i have over 3000 members and whenever i send them PM, they receive an email saying there is PM in their account but once they login there is nothing there.

When I usually send it, they go into my outbox, the pm i send but there is nothing appearing there too.

Please investigate this for me.


Thank You
Edited by Jay on 27-02-2009 01:56,
0 replies

7 posts

J
Jay
J
Jay 10
  • Member, joined since
  • Contributed 170 posts on the community forums.
  • Started 57 threads in the forums
  • Started this discussions
answered
Member

anyone?
0 replies
T
team2win
T
  • Member, joined since
  • Contributed 125 posts on the community forums.
  • Started 26 threads in the forums
answered
Member

Try this, this is what i've received before.

PM’s that are blank after they have been sent, use the code information below.
Please paste the following into a custom page and hit the preview button:

<?php
$result = dbarray(dbquery("SHOW TABLE STATUS LIKE '".$db_prefix."messages'"));
echo "Next Autoindex: ".$result['Auto_increment'];
?>


If the next autoindex is 65535, you have reached the limit.

You can increase the limit by pasting the following into a custom page and hit the preview button:

<?php
$result = dbquery("
ALTER TABLE ".$db_prefix."messages
CHANGE message_id message_id MEDIUMINT(8) UNSIGNED NOT NULL AUTO_INCREMENT"
);
echo "The message limit has been increased succesfully!";
?>
Edited by Yxos on 28-02-2009 07:50,
0 replies
J
Jay
J
Jay 10
  • Member, joined since
  • Contributed 170 posts on the community forums.
  • Started 57 threads in the forums
  • Started this discussions
answered
Member

woow your my hero, thanks alot yes it said limit reached 65536

and when i ran the second code it said The message limit has been increased succesfully!

How come there is limit and what is this limit for does this mean ppl are not cleaning up their inbox or its full??

cheers mate it's working like magic
0 replies
B
Basti
B
Basti 10
[PHP-Fusion Crew Member & Admin from June 2008 - December 2010]

http://basti2web.de - Support Site for my infusions
  • Veteran Member, joined since
  • Contributed 1,099 posts on the community forums.
  • Started 32 threads in the forums
answered
Veteran Member

Quote

Jay wrote:
woow your my hero, thanks alot yes it said limit reached 65536

and when i ran the second code it said The message limit has been increased succesfully!

How come there is limit and what is this limit for does this mean ppl are not cleaning up their inbox or its full??

cheers mate it's working like magic


It's only a db thing. Nobody of the Dev-team expected that people would write more than 65,000 pms on one site.
0 replies
T
team2win
T
  • Member, joined since
  • Contributed 125 posts on the community forums.
  • Started 26 threads in the forums
answered
Member

Quote

slaughter wrote:

Quote

Jay wrote:
woow your my hero, thanks alot yes it said limit reached 65536

and when i ran the second code it said The message limit has been increased succesfully!

How come there is limit and what is this limit for does this mean ppl are not cleaning up their inbox or its full??

cheers mate it's working like magic


It's only a db thing. Nobody of the Dev-team expected that people would write more than 65,000 pms on one site.


It's not 65,000 pms, i think its counting every pm sent to EACH member. So if you have 3,000 members, 22 pm's to every member gets him over the limit.....
0 replies
B
Basti
B
Basti 10
[PHP-Fusion Crew Member & Admin from June 2008 - December 2010]

http://basti2web.de - Support Site for my infusions
  • Veteran Member, joined since
  • Contributed 1,099 posts on the community forums.
  • Started 32 threads in the forums
answered
Veteran Member

Quote

team2win wrote:

Quote

slaughter wrote:

Quote

Jay wrote:
woow your my hero, thanks alot yes it said limit reached 65536

and when i ran the second code it said The message limit has been increased succesfully!

How come there is limit and what is this limit for does this mean ppl are not cleaning up their inbox or its full??

cheers mate it's working like magic


It's only a db thing. Nobody of the Dev-team expected that people would write more than 65,000 pms on one site.


It's not 65,000 pms, i think its counting every pm sent to EACH member. So if you have 3,000 members, 22 pm's to every member gets him over the limit.....


It does not matter WHO has send the pms.
and btw: If you send one pm, the pm is saved in your outbox and in the inbox of the reciever.
So if the users of ur site (does not matter if only one, two or all users) have send more than 32,000 pms, you will get this problem.
Edited by Basti on 12-03-2009 20:30,
0 replies
J
Jay
J
Jay 10
  • Member, joined since
  • Contributed 170 posts on the community forums.
  • Started 57 threads in the forums
  • Started this discussions
answered
Member

How do i clear all the PM messages, let's say start from zero, delete every member's PM private, because some of them are not clearing up their PMs.

Please let me know
0 replies

Labels

None yet

Statistics

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

0 participants

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet