[TYPO3-german] direct mail 1.1.0 und returnmail.phpsh
Philipp Flesch
Philipp at phflesch.de
Sun Sep 3 23:07:12 CEST 2006
Hi!
nachdem wir leider vorerst noch bei typo3 3.8 bleiben muessen (Update
auf 4 steht aber schon auf der 2do-Liste), muss ich leider die letzte
fuer 3.8 "zertifitierte" Version von direct mail nehmen (also 1.1.0)
Wenn ich die Mails abhole, erhalte ich aber ein
fetchmail: POP3< +OK 2491 octets follow.
reading message newsletter-admin at xxxxx:4 of 4 (2491 octets)
#*1
Warning: mysql_num_rows(): supplied argument is not a valid MySQL
result resource in
/home/www_yyyy/web/yyyy/typo3/t3lib/class.t3lib_db.php on line 730
not flushed
fetchmail: POP3> QUIT
Der Fehler wird hervorgerufen durch
echo "1";
$temp_res = $GLOBALS['TYPO3_DB']->exec_SELECTquery('uid',
'sys_dmail_maillog', 'rid='.intval($midArr['rid']).' AND
rtbl="'.$GLOBALS['TYPO3_DB']->quoteStr($midArr['
rtbl'], 'sys_dmail_maillog').'" AND mid='.intval($midArr['mid']).' AND
response_type=0');^M
if (!$GLOBALS['TYPO3_DB']->sql_num_rows($temp_res))
{^M
$midArr = array();^M
$cp = $mailParts;^M
}^M
echo "2";
Die "echos" habe ich eingefuegt um den Fehler einkreisen zu koennen ...
Bestimmt etwas triviales - aber ich finde es nicht :-(
Danke schon einmal ...
More information about the TYPO3-german
mailing list