When deleting a user from the system, the following error is logged:
Type php
Date Thursday, June 28, 2007 - 07:39
User administrator
Location http://www.bitsift.com/user/36/delete
Referrer http://www.bitsift.com/user/36/delete
Message mysql_num_rows(): supplied argument is not a valid MySQL result resource in
[website path]/modules/userpoints/contrib/userpoints_invite/userpoints_invite.module on line 93.
Severity error
Comments
Comment #1
kbahey commentedTry changing that line and the line following it to:
i.e., instead of mysql_num_rows use db_num_rows, and instead of mysql_result use db_result.
If that works, I will fix the module.
Comment #2
jredding commentedpatch posted. fixed.
Comment #3
(not verified) commentedComment #4
jredding commented