MyBB Community Forums

Full Version: user reached their private message quota
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
there is problem om my forum even user have 0 pm but at the time of sending pm showing user reached private message quota
Check the deleted items and the sent items. Both of them count toward total used space.
there is no any pm in all folders
have you checked private message quota for each user group ?
yes i have checked for registered user message quota is 80pm

its happening only for some user not for all

whenever i cant send sms to any user i just increase message quota and message send seccusfuly

even user have 0 pm
Run this:

SELECT * FROM `privatemessages` where `toid`=ID OR  `fromid`=ID

Obviously replace ID with their user id.
how i can do it
(2013-11-27, 07:59 AM).m. Wrote: [ -> ]^ see Common SQL queries and how to run them

That was an absolutely useless post.

Just go into phpMyAdmin, and select the database mybb is installed to and then click the "SQL" tab, and paste that query in.
^ off topic: great comment once again Smile Thanks a lot