Artikel/Seiten-Editor speichert nichts

Gesperrt
linxs_united
Beiträge: 13
Registriert: Mo 29. Mär 2004, 21:14
Wohnort: München
Kontaktdaten:

Artikel/Seiten-Editor speichert nichts

Beitrag von linxs_united »

Hallo Contenido-Gemeinde!

Nachdem ich ein Design und mehrere Templates angelegt habe, Bäume und Kategorien angelegt habe, wollte ich nun die Seiten mit Inhalt füllen.

Ich habe auf der Seite mehrere HEADLINE und TEXT HTML Container, wenn ich nun unter Content/Artikel im Editor diese Container mit Text fülle und anschliessend auf Speichern klicke, erscheint in der Fußzeile des InternetExplorers die Meldung, dass ein JS-Fehler auf der Seite sei, gehe ich nun auf Vorschau, oder rufe ich die Seite über das Frontend auf, ist der Text weg...

Kann mir jemand helfen und sagen, warum es nicht meinen Text speichert???


(Ich benutzt den IE 6.0, Contenido 4.4)

Vielen Dank im Voraus und schöne Grüße aus München,

Boris
emergence
Beiträge: 10653
Registriert: Mo 28. Jul 2003, 12:49
Wohnort: Austria
Kontaktdaten:

Beitrag von emergence »

wenn du uns die meldung verräts welchen javascript fehler du bekommst...

tippe einfach mal darauf das du in deinem layout nicht alle tags stehen hast die benötigt werden... zb </body> </head>
kann auch sein das du einen </form> tag vergessen hast...

ähm und welche contenido version genau ? 4.4.0-4 ?
*** make your own tools (wishlist :: thx)
linxs_united
Beiträge: 13
Registriert: Mo 29. Mär 2004, 21:14
Wohnort: München
Kontaktdaten:

Beitrag von linxs_united »

benutze die contenido 4.4.4 version.

die JS-meldung lautet:

Code: Alles auswählen

Zeile:       128
Zeichen:   9
Fehler: 'document.forms.editcontent.data' ist Null und kein Objekt
Code    0
URL:    http://meinedomain.de/cms/front_content.php?changeview=edit&action=con_editart&idartlang2&type=&typenr=&idart=2
&idcat=2&idcatart=&lang=1&contenido=35c10e1a807947bfff3acf7d6aa943f7
 
die ganzen tags müsste ich zu haben, da ich das layout mit dreamweaver gemacht habe, werde aber nocheinmal schaun!

kein container, den ich über den editor füllen kann, speichert den eingetragenen inhalt, egal ob headline, subheadline oder html text...

menu, newsletter-container usw. funktionieren alle.


Grüße aus münchen, boris
emergence
Beiträge: 10653
Registriert: Mo 28. Jul 2003, 12:49
Wohnort: Austria
Kontaktdaten:

Beitrag von emergence »

ich tippe darauf das der </body> tag fehlt...

im edit modus wird an dieser position ein formfeld eingefügt um die texte zu speichern...

der </head> tag im layout wird für das javascript benötigt, das den content für den form bereich zusammenstellt.
*** make your own tools (wishlist :: thx)
linxs_united
Beiträge: 13
Registriert: Mo 29. Mär 2004, 21:14
Wohnort: München
Kontaktdaten:

Beitrag von linxs_united »

Code: Alles auswählen

 ... 
   <td width="20">&nbsp;</td>
    <td width="170">&nbsp;</td>
  </tr>
  <!-- Ende: Footer -->
</table>

</body>
</html>
der <body> ist geschlossen.
ich kann dir gerne meinen ganzen quelltext schicken, wenn es am quelltext liegt.

ich werde es aber mal mit einen neuen simplen test-layout versuchen, ob da das selbe problem auch auftritt.

grüße aus münchen,
boris
emergence
Beiträge: 10653
Registriert: Mo 28. Jul 2003, 12:49
Wohnort: Austria
Kontaktdaten:

Beitrag von emergence »

poste einfach mal wie dein layout aussieht...
style/layout
*** make your own tools (wishlist :: thx)
linxs_united
Beiträge: 13
Registriert: Mo 29. Mär 2004, 21:14
Wohnort: München
Kontaktdaten:

Beitrag von linxs_united »

das layout:

Code: Alles auswählen

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>

auf anfrage
 &middot; 
      &copy; 2004 bullmedia group &middot; Alle Rechte vorbehalten</SPAN></td>
    <td width="20">&nbsp;</td>
    <td width="170">&nbsp;</td>
  </tr>
  <!-- Ende: Footer -->
</table>

</body>
</html>
und das css-style:

Code: Alles auswählen

body		{	padding: 8px; 
				font-family: Verdana, Geneva, Arial, Helvetica, SansSerif; 
				background: #ffffff; 
				font-size: 11px;		}

h1			{	font-size: 1.5em; 
				font-weight: bold; 
				color: #111153; 
				margin: 0px 0px 0px 0px; 
				margin-bottom: 8px; 
				line-height: 1.25em;	}

h2			{	font-size: 1.0em; 
				font-family: Verdana, Geneva, Arial, Helvetica, SansSerif; 
				text-transform: uppercase; 
				font-weight: bold; 
				color: #111153; 
				margin: 24px 0px 0px 0px; 
				padding: 0px; }

a			{	color: #506b7d; 
				text-decoration: none;  }

a img		{	border: 0px;			}

a:hover		{   font-family:'Tahoma';
				font-size:11px;
				font-weight:normal;
				color:#B60010;
				text-decoration:underline;	}
a.navi		{	font-family:'Tahoma';
				font-size:11px;
				font-weight:normal;
				color:#000000;
				text-decoration:none;	}
a.navi:hover {   font-family:'Tahoma';
				font-size:11px;
				font-weight:bold;
				color:#B60010;
				text-decoration:none;	}
a.naviHighlight {   font-family:'Tahoma';
				font-size:11px;
				font-weight:bold;
				color:#000000;
				text-decoration:none;	}

p		 	{	font-family:'Tahoma';
				font-size:11px;
				font-weight:normal;	}
td	 		{	font-family:'Tahoma';
				font-size:11px;
				font-weight:normal;	}
.teaserhead {	font-family:'Tahoma';
				font-size:11px;
				font-weight:bold;	}
.teaserdate	{	font-family:'Tahoma';
				font-size:11px;
				font-weight:normal;	}
.teasertext	{	font-family:'Tahoma';
				font-size:11px;
				font-weight:normal;	}


/* #################### TopBilder #################### */

.imagegross		{ border: 1px solid #537890; width: 750px; height: 140px; overflow: hidden; padding: 0px; }
.imageklein		{ border: 1px solid #537890; width: 170px; height: 140px; overflow: hidden; padding: 0px; } 




/* #################### Subnaviagtion oben #################### */
a.subnavi 			{	font-family:'Tahoma';
				font-size:11px;
				font-weight:normal;
				color:#000000;
				text-decoration:none;	}
a.subnavi:hover			{	font-family:'Tahoma';
				font-size:11px;
							font-weight:normal;
							color:#B60010;
							text-decoration:underline;	}
a.subnavi_active		{	font-family:'Tahoma';
							font-size:11px;
							font-weight:normal;
							color:#B60010;
							text-decoration:none;	}
a.subnavi_active:hover	{	font-family:'Tahoma';
							font-size:11px;
							font-weight:normal;
							color:#B60010;
							text-decoration:underline;	}


/* #################### Navigationsspalte (Links) #################### */

.navigationspalte { width: 169px; overflow: hidden; padding: 0px; }
.navigationspalte p		{	color: #111153; 
							font-size: 10px; 
							padding: 0px; 
							text-transform: uppercase; 
							font-family: Verdana, Geneva, Arial, Helvetica, SansSerif; 
							text-transform: uppercase; 
							margin: 2px; 
							font-weight: bold; 
							letter-spacing: 1px; 
							padding-bottom: 4px;		}
.navigationspalte p.sub {	color: #111153; 
							font-weight: normal; 
							text-transform: none; 
							letter-spacing: 0px; 
							padding: 0px;				}

.navigationspalte p.sub a { color: #749688; 
							font-weight: normal;		}

.navigationspalte p.sub a:hover { color: #05d6fc; }


/* #################### Inhaltsspalte (Mitte) #################### */

.inhaltspalte { width: 560px; overflow: hidden; line-height: 1.5em; padding: 0px; }
.inhaltspalte { font-size: 11px; font-family: Verdana, Geneva, Arial, Helvetica, SansSerif; line-height: 1.5em; }
.inhaltspalte p.liste { border-top: 1px solid #6095b0; padding-top: 8px; clear: both; }
.inhaltspalte p.liste a:hover { color: #05d6fc; }
.inhaltspalte p.liste a.mitbild { display: block; padding: 0px; background: none; font-weight: bold; color: #111153; }
.inhaltspalte p.liste a.mitbild:hover { color: #05d6fc; }

/* .inhaltspalte p.liste a.mitbild:hover img { border-color: #05d6fc; } */
.inhaltspalte p.liste a.name { text-transform: uppercase; font-weight: bold; color: #749688; }
.inhaltspalte p.liste a.name:hover { color: #05d6fc; }

/*.inhaltspalte p.liste a.name:hover img { border-color: #05d6fc; }*/
.inhaltspalte p.liste a.pfeil { display: block; background: url(/medien/hg_pfeilrechts-3.gif) #ffffff no-repeat; text-indent: 14px; font-weight: bold; color: #111153; }
.inhaltspalte p.liste a.pfeil:hover { color: #05d6fc; }
.inhaltspalte .zus { padding: 0px; color: #749688; text-transform: none; font-weight: normal; margin-bottom: 8px; }
.inhaltspalte .teasertext { color: #506b7d; font-weight: normal; text-transform: none; }
.inhaltspalte p.liste img { border: 1px solid #506b7d; margin: 0px 8px 8px 0px; float: left; }
.inhaltspalte p.liste img.relevanz { border: 0px; margin: 0px 4px 0px 0px; float: right; }



/* #################### Rechte Spalte #################### */

.rechtespalte div.teaser	{	border: 1px solid #000000; 
								color: #000000; 
								padding: 4px 8px 8px 8px; 
								margin: 0px 0px 8px 0px; 
								line-height: 1.25em;		}
.rechtespalte p			{	margin: 0px 0px 4px 0px;	}
.rechtespalte legend		{	color: #111153; 
								text-transform: uppercase;	}
.rechtespalte input		{	margin-left: -9px; 
								border: 1px solid #000000;
								width: 135px; 
								background: #ffffff; 
								font-size: 10px;			}
.rechtespalte input.password {	margin-left: -9px; 
								border: 1px solid #000000;
								width: 70px; 
								background: #ffffff; 
								font-size: 10px;			}
.rechtespalte select		{	margin-left: -9px; 
								border: 1px solid #537890; 
								width: 135px; 
								background: #ffffff; 
								font-size: 10px;			}
.rechtespalte optgroup	{	font-size: 10px; 
								font-style: normal; 
								font-weight: normal;		}
.rechtespalte option		{	font-size: 10px; 
								text-transform: none;		}
.rechtespalte input.smsrest { background-color: #ffffff;
								margin: 0px; 
								width: 60px; 
								border: 0px; 
								color: #cccccc;				}
.rechtespalte textarea	{	font-size: 10px; 
								font-family: Verdana, Geneva, Arial, Helvetica, SansSerif; 
								margin-left: -9px; 
								border: 1px solid #537890; 
								width: 135px; 
								height: 100px; 
								background: #ffffff; 		}
.rechtespalte .img		{	width: auto; 
								border: none; 
								margin-left: 4px;			}
.rechtespalte label		{	text-transform: uppercase; 
								color: #111153; 
								font-weight: bold; 
								margin: 4px 0px 4px 0px; 
								display: block;				}
.rechtespalte .titel		{	text-transform: uppercase; 
								color: #111153; 
								font-weight: bold; 
								font-size: 10px; 
								margin: 4px 0px 4px 0px; 
								display: block;				}
.rechtespalte form		{	margin: 0px; 
								padding: 0px;				}
.rechtespalte img.bild	{	margin: 4px -8px 4px -8px; 
								border-top: 1px solid #537890; 
								border-bottom: 1px solid #537890; 
								width: 168px;				}

/* #################### Rechte Spalte 2 (wird bisher nicht gebraucht) #################### */

.teaser a				{	color: #749688; 
							padding: 0px 0px 0px 12px; 
							margin: 0px;				}
.teaser a.voll			{	padding: 0px; 
							margin: 0px; 
							background: none;			}
.teaser a:hover			{	color: #05d6fc;				}


/* #################### Allgemeine Angaben (Abstandstriche im Footer, Submenue und Copyright) #################### */
.lightgrey 	{	font-family:'Tahoma';
				color: #a5a5a5;
				font-size:11px;
				font-weight:normal;	}


/* #################### Footer #################### */
a.footer 				{	font-family:'Tahoma';
							font-size:11px;
							font-weight:normal;
							color:#000000;
							text-decoration:none;	}
a.footer:hover			{	font-family:'Tahoma';
							font-size:11px;
							font-weight:normal;
							color:#000000;
							text-decoration:none;	}

Grüße aus München,
Boris
Zuletzt geändert von linxs_united am Fr 20. Aug 2004, 18:23, insgesamt 1-mal geändert.
emergence
Beiträge: 10653
Registriert: Mo 28. Jul 2003, 12:49
Wohnort: Austria
Kontaktdaten:

Beitrag von emergence »

das layout geht bei mir...
vielleicht liegt es an einem modul...
schalt mal alle weg und teste jedes einzelne...
*** make your own tools (wishlist :: thx)
linxs_united
Beiträge: 13
Registriert: Mo 29. Mär 2004, 21:14
Wohnort: München
Kontaktdaten:

Beitrag von linxs_united »

wenn ich das newslettermodul raus nehme kann ich die textfelder mit inhalt füllen und AUCH speichern...
Hängt es am modul, oder da ich es etwas angepasst hab *g* ?

grüße aus münchen und vielen dank!!!!!1


boris
Gesperrt