Antwort
 
LinkBack Themen-Optionen Thema bewerten Ansicht
  #1  
Alt 29.07.06, 15:07
Forum Zuschauer
 
Registriert seit: 29.07.06
Beiträge: 3

leere Seite bei Test- und Massenversand


Hallo zusammen,

ich habe ein Problem. Wenn ich mit der Direct_Mail Extension (2.1.4) ein Mailing versenden will, dann erscheint egal ob ich Testversand oder Massenversand wähle nur eine weiße Seite.
Eine E-Mail wird nicht verschickt.

Was kann ich tun bzw. was habe ich falsch gemacht?

Viele Grüße
Tobi
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
Mit Zitat antworten
  #2  
Alt 31.07.06, 06:57
Benutzerbild von 6uellerBelästigungspanda
Forum Stammgast
 
Registriert seit: 10.08.05
Ort: Österreich
Alter: 24
Beiträge: 178
6uellerBelästigungspanda eine Nachricht über ICQ schicken

zeigt er dir im browser auch nur eine weiße seite an??!
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
Mit Zitat antworten
  #3  
Alt 31.07.06, 11:35
Forum Zuschauer
 
Registriert seit: 29.07.06
Beiträge: 3

Nur im Browser zeigt er mir das an.
Und zwar in der rechten Spalte. Es wird keine E-Mail geschickt.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
Mit Zitat antworten
  #4  
Alt 01.08.06, 06:56
Benutzerbild von 6uellerBelästigungspanda
Forum Stammgast
 
Registriert seit: 10.08.05
Ort: Österreich
Alter: 24
Beiträge: 178
6uellerBelästigungspanda eine Nachricht über ICQ schicken

Zitat:
Und zwar in der rechten Spalte. Es wird keine E-Mail geschickt.
Was genau zeigt er dir in der rechten Spalte??!!
Ich hätte gedacht er schickt ein mail aber ohne inhalt??!
Zeig mal dein TS, HTML-Template und einstellungen vom direct_mail bitte.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
Mit Zitat antworten
  #5  
Alt 02.08.06, 12:27
Forum Zuschauer
 
Registriert seit: 29.07.06
Beiträge: 3

In der rechten Spalte zeigt er mir gar nichts. Die Seite ist einfach weiß!
Nein ein Mail wird nicht versandt!

Wie darf oder soll ich diese schicken? Als Screenshot?
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
Mit Zitat antworten
  #6  
Alt 04.08.06, 11:51
Benutzerbild von Junior
TYPO3 Forum Team
Administrator
 
Registriert seit: 18.08.04
Ort: Zürich
Alter: 33
Beiträge: 2.805
Junior eine Nachricht über Skype™ schicken

Zitat:
Zitat von TobiSch
Wie darf oder soll ich diese schicken? Als Screenshot?
Ja, hängs hier am besten als Attachment dran und schreib sonst den Code direkt in den Beitrag.

Ganz lieben Gruss

Junior
__________________
TYPO3forum.net empfiehlt Domain Factory als Hoster!


Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
Mit Zitat antworten
  #7  
Alt 07.08.06, 10:52
Forum Zuschauer
 
Registriert seit: 07.08.06
Alter: 20
Beiträge: 5

Typoscript-Code:
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
15:
16:
17:
18:
19:
20:
21:
22:
23:
24:
25:
26:
27:
28:
29:
30:
31:
32:
33:
34:
35:
36:
37:
38:
39:
40:
41:
42:
43:
44:
45:
46:
47:
48:
49:
50:
51:
52:
53:
54:
55:
56:
57:
58:
59:
60:
61:
62:
63:
64:
65:
66:
67:
68:
69:
70:
71:
72:
73:
74:
75:
76:
77:
78:
79:
80:
81:
82:
83:
84:
85:
86:
87:
88:
89:
90:
91:
92:
93:
94:
95:
# Configuring the Auto-Parser for main template:
plugin.tx_automaketemplate_pi1 {
    # Read the template file:
content = FILE
content.file = fileadmin/template/contiG/contiGastronomie.html

    # Here we define which elements in the HTML that
    # should be wrapped in subpart-comments:
elements {
BODY.all = 1
BODY.all.subpartMarker = DOCUMENT_BODY

HEAD.all = 1
HEAD.all.subpartMarker = DOCUMENT_HEADER
HEAD.rmTagSections = title

DIV.all = 1
SPAN.all = 1
}

    # Prefix all relative paths with this value:
relPathPrefix = fileadmin/template/contiG/
}

temp.meheadline1 = TEXT
temp.meheadline1.data =leveltitle:1
temp.meheadline1.wrap =  | 
temp.meheadline2 = TEXT
temp.meheadline2.data =leveltitle:2
temp.meheadline2.wrap =  | 

temp.leftmenu = HMENU
temp.leftmenu.1 = TMENU
temp.leftmenu.1 {
expAll = 0
wrap = <table width="150" border="0" cellspacing="0" cellpadding="0"><tr><td><img src="clear.gif" width="1" hspace="1" height="1" vspace="3" border="0" alt="" /></td></tr> | </table>
NO.linkWrap = {$menu.L0.fontWrap}
NO.doNotLinkIt = {$menu.L0.noLink}
NO.allWrap = <tr><td><img src="clear.gif" width="1" height="1" vspace="3" border="0" alt="" /><br /> | </td></tr>
}

temp.leftmenu.2 = TMENU
temp.leftmenu.2 {
wrap = <tr><td nowrap="nowrap"> | </td></tr>
NO {
beforeImg =  {$menu.file.bullet}
beforeROImg = {$menu.file.bullet_RO}
beforeImgTagParams = hspace="2"
RO =
after = <br />
ATagBeforeWrap = 1
linkWrap= {$menu.L1.fontWrap}
}
}


temp.mainTemplate = TEMPLATE
temp.mainTemplate {
template < plugin.tx_automaketemplate_pi1
workOnSubpart = DOCUMENT_BODY
subparts.content < styles.content.get
subparts.mheadline < temp.meheadline1
subparts.msubheadline < temp.meheadline2
subparts.menu_1 < temp.leftmenu
marks.AKTUELL = CONTENT
marks.AKTUELL {
table = tt_content
select {
pidInList = 35
orderBy = sorting
where = colPos= 0
}
}
}


# Main TEMPLATE cObject for the HEAD
temp.headTemplate = TEMPLATE
temp.headTemplate {
    # Feeding the content from the Auto-parser to the TEMPLATE cObject:
template < plugin.tx_automaketemplate_pi1
    # Select only the content between the <head>-tags
workOnSubpart = DOCUMENT_HEADER
}

# Default PAGE object:
page = PAGE
page.typeNum = 0
page.config.doctype = xhtml_trans

# Copying the content from TEMPLATE for <body>-section:
page.10 < temp.mainTemplate

# Copying the content from TEMPLATE for <head>-section:
page.headerData.10  < temp.headTemplate

"Screenshot"
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
Mit Zitat antworten
  #8  
Alt 08.08.06, 07:21
Benutzerbild von 6uellerBelästigungspanda
Forum Stammgast
 
Registriert seit: 10.08.05
Ort: Österreich
Alter: 24
Beiträge: 178
6uellerBelästigungspanda eine Nachricht über ICQ schicken

was steht im html-quelltext??
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
Mit Zitat antworten
  #9  
Alt 08.08.06, 08:25
Forum Zuschauer
 
Registriert seit: 07.08.06
Alter: 20
Beiträge: 5

Meinst das damit?

HTML-Code:
<html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"/> <link type="text/css" href="styles/common.css" rel="stylesheet" /> <title> Conti Bistro </title> <script type="text/javascript" src="scripts/cookies.js"></script> <script type="text/javascript" src="scripts/efa_fontsize.js"></script> <script type="text/javascript">

function expand(oCaller) {

//alert(oCaller.offsetHeight);

	oCaller.lastChild.style.display= 'block';

//	oCaller.lastChild.style.position= 'absolute';

	oCaller.lastChild.style.visibility='visible';

	oCaller.lastChild.style.top= oCaller.offsetHeight+'px';

	oCaller.lastChild.style.left= '-1px';

}

function collapse(oCaller) {

	oCaller.lastChild.style.visibility= 'hidden';

	oCaller.lastChild.style.display= 'none';

}

function highlight(oCaller) {

	oCaller.parentElement.style.backgroundColor= '#8997BA';

}

function normal(oCaller) {

	oCaller.parentElement.style.backgroundColor= '#00295D';

}

</script> </head> <body> <script type="text/javascript" language="JavaScript1.2">

			if (efa_fontSize) efa_fontSize.efaInit();

		</script> <div id="page"> <div id="mheader"> <table cellpadding="0" cellspacing="0"> <tr> <td id="mlogo"><a href="/"><img src="res/cGLogo.jpg" width="97" height="101" alt=" conti Gastronomie " title=" conti Gastronomie " /></a></td> <td id="mslogan" style="font-size:80%;"> <span id="_mheadline" class="bone"> </span><span id="_msubheadline"> </span> </td> </tr> </table> </div> <div id="mnavbar"> <table cellpadding="0" cellspacing="0" border="0" align="left"> <tr class="mnbimg"> <td class="f"></td> <td class="o"><img src="res/conti_teaser_180.jpg" width="95" height="80" alt=" Catering " title=" Catering " /></td> <td class="o"><img src="res/cGsBistro.jpg" width="95" height="80" /></td> <td class="o"><img src="res/Desert-RoterTeller_upload.jpg" width="95" height="80" alt=" Kontakt " title=" Kontakt " /></td> <td class="o"><img src="res/cGsAbout.jpg" width="95" height="80" alt=" ContiTreff " title=" ContiTreff " /></td> <td class="o"><img src="res/Salsa_upload.jpg" width="95" height="80" /></td> <td class="o"><img src="res/G_ste2_upload.jpg" width="95" height="80" /></td> <td class="o"><img src="res/Conti_dekoriert_Teilausschnit_upload.jpg" width="95" height="80" alt=" Presse " title=" Presse " /></td> <td class="o"><img src="res/Conti9_Herbst-Winter_bar.jpg" width="95" height="80" /></td> </tr> <tr class="mnblinks" style="background-color:#00295D;color:#ffffff;"> <td><ul> <li><a href="/index.php?id=1">Home</a></li> </ul></td> <td><ul> <li onmouseover="javascript:expand(this);" onmouseout="javascript:collapse(this);"><a >Wir 
              &uuml;ber uns</a> <ul style="background-color:#00295D;border:1px solid #ccccff;margin:0;padding:0;visibility:hidden;display:none;"> <li><a href="/index.php?id=13">Team</a></li> <li><a href="/index.php?id=14">Philosophie</a></li> <li><a href="/index.php?id=15">hbw</a></li> </ul> </li> </ul></td> <td><ul> <li onmouseover="javascript:expand(this);" onmouseout="javascript:collapse(this);"><a >Restaurant</a> <ul style="background-color:#00295D;border:1px solid #ccccff;margin:0;padding:0;visibility:hidden;display:none;"> <li><a href="/index.php?id=16">Conti Bistro</a></li> <li><a href="/index.php?id=17">Bar Lounge</a></li> <li><a href="/index.php?id=18">Tiroler Stube</a></li> </ul> </li> </ul></td> <td><ul> <li onmouseover="javascript:expand(this);" onmouseout="javascript:collapse(this);"><a >Catering</a> <ul style="background-color:#00295D;border:1px solid #ccccff;margin:0;padding:0;visibility:hidden;display:none;"> <li><a href="/index.php?id=19">Philosophie</a></li> <li><a href="/index.php?id=20">Konferenzzentrum</a></li> <li><a href="/index.php?id=21">München und Umgebung</a></li> <li><a href="/index.php?id=22">Referenzen</a></li> </ul> </li> </ul></td> <td><ul> <li><a href="/index.php?id=6">Conti Treff</a></li> </ul></td> <td><ul> <li><a href="/index.php?id=5">Events</a></li> </ul></td> <td><ul> <li><a href="/index.php?id=4">Bildergalerie</a></li> </ul></td> <td><ul> <li><a href="/index.php?id=3">Presse</a></li> </ul></td> <td><ul> <li><a href="/index.php?id=31">Kontakt</a></li> </ul></td> </tr> <tr class="mnbspacers" style="background-color:#8997BA;color:#ffffff;"> <td><img src="res/weiss.gif" width="218" height="1" border="0"></td> <td><div class="empty"></div></td> <td><div class="empty"></div></td> <td><div class="empty"></div></td> <td><div class="empty"></div></td> <td><div class="empty"></div></td> <td><div class="empty"></div></td> <td><div class="empty"></div></td> <td><div class="empty"></div></td> </tr> </table> </div> <table id="mmain" cellpadding="0" cellspacing="0"> <tr> <td class="l"> <div id="mleft"> <div id="mnews" style=""> <h2>aktuell</h2> <div id="mnticker" style="display:box;height:200px;padding:5px;background-color:#00295D;overflow:hidden;"> <p>###AKTUELL###</p> </div> </div> <div id="mcInf"> <h2 id="telefon">Telefon 089 / 551 78-684</h2> <div id="adress"> <p>Conti Gastronomie<br />
                im Haus der Bayerischen Wirtschaft<br />
                Max-Joseph-Str. 5<br/>
                80333 M&uuml;nchen</p> </div> </div> <div id="impr"> <a href="/index.php?id=31">Impressum</a> </div> </div></td> <td>&nbsp;</td> <td><table width="100%" height="43" border="0" cellpadding="0" cellspacing="0"> <tr> <td>&nbsp;</td> </tr> </table> <table id="mmain" cellpadding="0" cellspacing="0"> <tr> <td><div id="content"> contents </div></td> </tr> </table></td> </tr> </table> <div id="mfooter"> &nbsp; </div> </div> </body> </html>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
Mit Zitat antworten
  #10  
Alt 08.08.06, 08:33
Benutzerbild von 6uellerBelästigungspanda
Forum Stammgast
 
Registriert seit: 10.08.05
Ort: Österreich
Alter: 24
Beiträge: 178
6uellerBelästigungspanda eine Nachricht über ICQ schicken

weil ich es gerade bemerke du hast ja typo3 3.8 und die mailext ist 2.1.4...die funktioniert ja garnicht laut der doku unter typo3 4.0

hier mal ein auszug
Extension Direct Mail (extension key: direct_mail) requires TYPO3 4.0.0+ and PHP 4.1.0+.

Version 1.1.0 is the last version of this extension that will work with TYPO3 3.8.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!Spurl this Post!Reddit! Diesen Post bei linksilo.de bookmarken!
Mit Zitat antworten
Antwort

Lesezeichen

Themen-Optionen
Ansicht Thema bewerten
Thema bewerten:

Forumregeln
Es ist Ihnen nicht erlaubt, neue Themen zu verfassen.
Es ist Ihnen nicht erlaubt, auf Beiträge zu antworten.
Es ist Ihnen nicht erlaubt, Anhänge hochzuladen.
Es ist Ihnen nicht erlaubt, Ihre Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are an
Pingbacks are an
Refbacks are an


Ähnliche Themen
Thema Autor Forum Antworten Letzter Beitrag
Leere Seite im FE cf TYPO3 4.x Fragen und Probleme 3 29.03.08 18:34
chc_forum > leere Seite Dharokan chc_forum 0 16.05.07 22:36
html test mail ok massenversand nicht isabelle Direct Mail 5 17.01.07 09:08
sr_sendcard leere Seite Genji Alle anderen Extensions 6 11.01.07 01:23
Leere Seite Heimo TemplaVoila 5 01.08.06 14:30


Alle Zeitangaben in WEZ +1. Es ist jetzt 20:23 Uhr.


Powered by vBulletin® Version 3.7.3 (Deutsch)
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0