Members   Search      Help    Register    Login    Home
Home » Support Forums for PMBT 2.X » Bug Reports for V2.X » Bug in mass pm by system
Bug in mass pm by system [message #3911] Sun, 18 April 2010 16:32 Go to next message
ahmedtm1 is currently offline ahmedtm1  Egypt
Messages: 2
Registered: April 2010
Leecher
When you do mass pm from admin cp and the system is the sender , you will receive an error that "torrent_users" table doesn't exist and error in execution of sql.


You can fix that by the following:

Find:

$sql="SELECT id FROM torrent_users ".$leveluser.";";


replace with:

$sql="SELECT id FROM ".$db_prefix."_users ".$leveluser.";";
Re: Bug in mass pm by system [message #3954 is a reply to message #3911] Wed, 28 April 2010 23:36 Go to previous message
joeroberts is currently offline joeroberts  United States
Messages: 1971
Registered: June 2006
Location: U.S.A
Releaser
Da HacKer
Fix noted and added to CVS

http://a.imageshack.us/img831/5562/mybikes.png
Previous Topic:search feature, seedbox ip, avatars all not working properly
Next Topic:Error Popups all the time.
Goto Forum:
  


Current Time: Wed Feb 08 06:14:45 GMT 2012

Total time taken to generate the page: 0.00651 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software