miniBB ®
 
miniBB Community Forum
 | Forums | File Bank | Sign Up | Reply | Search | Statistics | Manual |
Premoderation addon for miniBB Worried about forum enemies? Pre-approve postings and members with the Premoderation add-on!
Specific miniBB Community Forum / Specific /
Short link for this topic:

Private Messaging add-on problem: ignore user operation produces a mySQL error

Author Guest
#1 | Posted: 18 Apr 2009 11:48
When I try and ignore a user that doesn't exists I got this message.

You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(user_id,blocked_id,blocked_date,blocked_reason) values ('1','9200',now(),'asdf'' at line 1. Please, try another name or value.

Anyone else have this problem? Is there a fix to check if user exists? Thanks
Author tom322
Forums Member
#2 | Posted: 18 Apr 2009 12:06
For me it seems to work correctly - when I try to block non-existing user I get "Access denied" message.
Author Guest
#3 | Posted: 18 Apr 2009 14:23
In the pop up box that says Please note why would you like to block this user: if I type in same random keys that is the error I get.
Author tom322
Forums Member
#4 | Posted: 18 Apr 2009 14:46 | Edited by: tom322
Still no such error in the pop-up, even when I turned on: error_reporting (E_ALL); Maybe try to repair database tables in cpanel or phpmyadmin.
Author Guest
#5 | Posted: 19 Apr 2009 08:00
What table is it? I see pmessages_inbox , remind, sent, settings. I browsed them for the banned list but couldn't find it? No one else can produce this error?
Author tom322
Forums Member
#6 | Posted: 20 Apr 2009 11:41
It should be minibb_pmessages_blocked (unless you have a pirated version and then I'm afraid you won't get assistance here).
Author Paul
CEO
#7 | Posted: 20 Apr 2009 15:18
Guest
Provide us your order number and the direct URL to your website with some temporary login and password. If you can't repeat this error on our demo forums, it belongs to your website only, and we're investigating such cases only for a fee.
Author Guest
#8 | Posted: 22 Apr 2009 09:39 | Edited by: Moderator
Ok, this is strange. The minibb_pmessages_blocked table wasn't created during installation but the others were. So, I used the code in pmail.sql to create the table. Still getting the error I noticed in the options file that $Tpmb='minibb_pmessages_blocked';
was missing. I added that line and got rid of the error. But another error shows up now.

Unknown column 'blockedtotal' in 'field list'. Please, try another name or value.

It blocks the user but shows this message after. My order number was [verified]. Why did my version leave out that table and the code in the options file? How do I get rid of the new error message? I found out what table it was calling for in addon_pmail.php

if($pmMysql){
$blocked_date='now()';
insertArray(array('user_id', 'blocked_id', 'blocked_date', 'blocked_reason'), $Tpmb);
$blockedtotal=$currCount+1;
updateArray(array('blockedtotal'), $Tpmt, 'user_id', $user_id);
}
Author Paul
CEO
#9 | Posted: 23 Apr 2009 01:53
If you have purchased the add-on in 2007 (as we see by your order number in our records), the new tables you are getting troubles with were added much later. Probably when upgrading the add-on you have missed them. We would recommend just to get the new version of the add-on and re-install it, manually upgrading PM database tables and fields.
Specific miniBB Community Forum / Specific / Private Messaging add-on problem: ignore user operation produces a mySQL error Top
Your Reply Click this icon to move up to the quoted message

» Username  » Password 
You are welcome to post anonymously by entering a nickname with no password (if that nickname has not been taken by another member) or by leaving both fields empty. If you have a forums membership account, you can also sign in from this page without posting a message, or sign in and post at once.


Before posting, make sure your message is compliant with our forum posting rules. If not, it may be locked or deleted with no explanation.

 
miniBB Community Forum Powered by Free Forum Software miniBB ® Features  Requirements  Demo  Download  Showcase  Gallery of Arts
Compiler  Premium Extensions  Premium Support  License  Contacts