Error : Invalid group id when Mass Emailing [message #29688] |
Mon, 09 January 2006 20:17 |
blemish
Messages: 13 Registered: October 2005 Location: France
Karma: 0
|
Junior Member |
|
|
Hello,
Have this error when Mass Email group "All Forum Moderators"
Groups select :
<select name="group"><option value="0">All Forum Members</option><option value="-1000000000">All Forum Moderators</option><option value="-1000000001">All Group Leaders</option>...</select>
Output :
Invalid group id
(/home/k1002/.fud_data/include/theme/default/db.inc:78
/home/k1002/.fud_data/include/theme/default/private.inc:112
/home/k1002/.fud_data/include/theme/default/ssu.inc:30
/home/k1002/html/forums/adm/admmassemail.php:62
) 1064: 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 ') AND users_opt>=64 AND (users_opt & 64) > 0' at line 1
Query: SELECT id, email FROM fud26_users WHERE id IN() AND users_opt>=64 AND (users_opt & 64) > 0
_GET: array ( 'SQ' => 'f07115e226ff6d6dda714332827710b7', )
_POST: array ( 'SQ' => 'f07115e226ff6d6dda714332827710b7', 'pm' => '1', 'group' => '-1000000000', 'subject' => 'Test', 'body' => 'Test', 'ignore_override' => '1', 'btn_submit' => 'Send', )
Server Version: 4.1.11-Debian
[Referring Page] http://www.site.com/forums/adm/admmassemail.php?&SQ=f07115e226ff6d6dda714332827710b7
Have :
ssu.inc.t 2005/11/13 16:12:09 1.19
admmassemail.php 2005/11/13 16:12:09 1.42
Thanks for your help !
|
|
|
|
|
|
|
|
|