The private message override item doesn't work when actually sending a PM to a user. It works fine on the buyer's side in the aspect of saying that they can now store x many messages instead of that their original usergroup permissions value is.
I've debugged this error to the PM datamanager line 436, though the problem will go deeper than that. The reason is that $user['permissions']['pmquota'] holds the person's usergroup PM quota and not their item-bought PM quota. So when it does the check, it will return false.
I've debugged this error to the PM datamanager line 436, though the problem will go deeper than that. The reason is that $user['permissions']['pmquota'] holds the person's usergroup PM quota and not their item-bought PM quota. So when it does the check, it will return false.