Re: Error message when Mass Emailing a Forum user group [message #28738 is a reply to message #28729] |
Tue, 08 November 2005 13:15 |
|
Ilia wrote on Tue, 08 November 2005 02:54 | Did you apply the new patch on top of the old one? The error implies a missing space, but the code in CVS has all the proper spaces.
|
I believe I did save the new patch over the old one. In fact I've done so over and over.
Here is what the line within my file manager looks like:
-rw-rw-rw-- (666) apache apache 6 KB Nov 08 08:02:17 admmassemail.php chmod download delete
See? The time is most recent. I've tried this over and over again and tested it many times.
Is it possible that there need to be yet more spaces in the CVS?
I see @
http://cvs.prohost.org/c/index.cgi/FUDforum/filediff?f=install/www_root/adm /admmassemail.php&v1=1.39&v2=1.40
... that this line:
$c = uq('SELECT'.$fld.' FROM '.$DBHOST_TBL_PREFIX. [etc.]
... has been replaced by this line:
$c = uq('SELECT '.$fld.' FROM '.$DBHOST_TBL_PREFIX. [etc.]
Maybe it should be:
$c = uq(' SELECT '.$fld.' FROM '.$DBHOST_TBL_PREFIX. [etc.] ?
No?
Question: Has anyone tested to see whether mass emailing the user group of a specific forum actually works correctly? (My apologies if this is a presumptuos thing for a non-techie to ask.)
I've spent several hours trying to work out whether I'm doing something wrong. But so far without any luck.
Any further help on this would be GREATLY appreciated.
Thank you for your attention.
CelebrateCapitalism.ORG
"Why? Because I own my life!"
* * * * * * * * * * * * * * * * *
phpBB? Invision Power Board? vBulletin?
Yes, all excellent. But The FUD is my favorite! Try it now @ http://FUDForum.org
|
|
|