wenn ich auf der profile.php bin kommt folgende meldung:
zeile 54
zeichen 1
objekt erwartet
code 0
http://localhost/profile.php
bin ich auf der index.php kommt
zeile 53
zeichen 1
objekt erwartet
code 0
http://localhost/index.php
wenn ich beiträge lesen will kommt das
zeile 54
zeichen 1
objekt erwartet
code 0
http://localhost/viewforum.php
egal welche seite ich bin.
Code: Alles auswählen
<script type="text/javascript" src="templates/rollout.js"></script
Code: Alles auswählen
<!-- BEGIN switch_mod_admin -->
<a href="javascript:void(0);" onClick="window.open('{S_JOIN_CHAT}','{CHATBOX_NAME}','scrollbars=no,width=540,height=450')" class="mainmenu">Chat</a></span>
«»
<!-- END switch_mod_admin -->
Code: Alles auswählen
<!-- BEGIN switch_report_list -->
<a href="{switch_report_list.U_REPORT_LIST}" class="mainmenu">{switch_report_list.L_REPORT_LIST}</a>
«»
<!-- END switch_report_list -->
Code: Alles auswählen
<!-- BEGIN switch_enable_greeting_popup -->
<script language="Javascript" type="text/javascript">
<!--
var greeting_flag = {GREETING_FLAG};
if( greeting_flag )
{
window.open('{U_GREETING_POPUP}', '_phpbbgreeting', 'HEIGHT=225,resizable=yes,WIDTH=400');
}
//-->
</script>
<!-- END switch_enable_greeting_popup -->
Code: Alles auswählen
<script language="JavaScript" type="text/javascript">
<!--
window.status="{PRIVATE_MESSAGE_INFO}"
// -->
</script>
Code: Alles auswählen
<!-- BEGIN switch_enable_pm_popup -->
<script language="Javascript" type="text/javascript">
<!--
if ( {PRIVATE_MESSAGE_NEW_FLAG} )
{
window.open('{U_PRIVATEMSGS_POPUP}', '_phpbbprivmsg', 'HEIGHT=225,resizable=yes,WIDTH=400');;
}
//-->
</script>
<!-- END switch_enable_pm_popup -->
Code: Alles auswählen
<!-- BEGIN switch_report_popup -->
<script language="Javascript" type="text/javascript">
<!--
report = window.open('{switch_report_popup.U_REPORT_POPUP}', '_phpbbreport', 'HEIGHT={switch_report_popup.S_HEIGHT},resizable=yes,scrollbars=yes,WIDTH={switch_report_popup.S_WIDTH}');;
report.focus();
//-->
</script>
<!-- END switch_report_popup -->
habe wie du siehst alles rausgenommen was mit javascript zu tun hat
immer noch die fehlermeldung.
evtl irgendwo eine klammer vergessen ?
habe die original overall_header vom classic template gegen die jetzige mal ausgetauscht kommt kein fehler
hier mal die overall_header nach dem entfernen der javascripts:
Code: Alles auswählen
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html dir="{S_CONTENT_DIRECTION}">
<head>
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<meta name="Author" content="webmaster@trushkin.net" />
{META}
{NAV_LINKS}
<title>{SITENAME} :: {PAGE_TITLE}</title>
<link rel="stylesheet" href="templates/Classic/Classic.css" type="text/css" />
<style type="text/css">
<!--
/* Specifiy background images for selected styles
This can't be done within the external style sheet as NS4 sees image paths relative to
the page which called the style sheet (i.e. this page in the root phpBB directory)
whereas all other browsers see image paths relative to the style sheet. Stupid NS again!
*/
TH, TD.th { background-image: url(templates/Classic/images/cell1l.jpg) }
TH.thCornerR { background-image: url(templates/Classic/images/cell1r.jpg) }
TD.rowpic { background-image: url(templates/Classic/images/cell2r.jpg); background-repeat: repeat-y }
TD.cat,TD.catHead,TD.catSides,TD.catLeft,TD.catBottom { background-image: url(templates/Classic/images/cell2l.jpg) }
TD.catRight { background-image: url(templates/Classic/images/cell2r.jpg) }
TD.bodyline { background-image: url(templates/Classic/images/mainbg.jpg) }
/* Import the fancy styles for IE only (NS4.x doesn't use the @import function) */
@import url("templates/Classic/formIE.css");
-->
</style>
</head>
<body bgcolor="#F8F8F8" text="#000000" link="#043698" vlink="#003090" onload="PreloadImages();">
<table width="100%" cellspacing="0" cellpadding="2" border="0" align="center" class="forumline">
<tr>
<td class="bodyline">
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr>
<td align="center" width="100%" valign="middle"><br><span class="maintitle"><a href="portal.php">{SITENAME}</a></span><br />
<span class="subtitle">{SITE_DESCRIPTION} </span>
<br><br>
«»
<a href="{U_FAQ}" class="mainmenu">{L_FAQ}</a>
«»
<!-- BEGIN switch_user_logged_in -->
<a href="{U_SEARCH}" class="mainmenu">{L_SEARCH}</a>
«»
<a href="{U_PROFILE}" class="mainmenu">{L_PROFILE}</a>
«»
<a href="{U_PRIVATEMSGS}" class="mainmenu">{PRIVATE_MESSAGE_INFO}</a>
«»
<!-- END switch_user_logged_in -->
<a href="{U_MEMBERLIST}" class="mainmenu">{L_MEMBERLIST}</a>
«»
<a href="{U_GROUP_CP}" class="mainmenu">{L_USERGROUPS}</a>
«»
<a href="statistics.php" class="mainmenu">Statistik</a>
«»
<a href="{U_CALENDAR_MOD}" class="mainmenu">{L_CALENDAR_MOD}</a>
«»
<!-- BEGIN switch_user_logged_out -->
<a href="{U_REGISTER}" class="mainmenu">{L_REGISTER}</a>
«»
<!-- END switch_user_logged_out -->
<br>
«»
<b><a href="portal.php" class="mainmenu">Portal</a></b>
«»
<b><a href="index.php" class="mainmenu">Index</a></b>
«»
<a href="{U_LOGIN_LOGOUT}" class="mainmenu">{L_LOGIN_LOGOUT}</a>
«»
<a href="rules.php" class="mainmenu">Netiquette</a>
«»
<a href="{U_STAFF}" class="mainmenu">{L_STAFF}</a>
«»
<a href="smilies_list.php" class="mainmenu">Smilies</a>
«»
<a href="{U_ALBUM}" class="mainmenu">{L_ALBUM}</a>
«»
<br><br>
</span>
</td></tr>
</td>
</table>
<!-- BEGIN switch_enable_board_msg -->
<br><br>
<center>
<table width="95%" border="0" cellpadding="1" cellspacing="1" class="forumline">
<tr>
<th colspan="3" class="thCornerL" height="25" nowrap="nowrap"> {L_BOARD_MSG} </th>
</tr>
<tr>
<td class="row1"><center><img src="images/online_offline_lbflash1.gif"></center></td>
<td class="row1"><span class="gen"><center>{BOARD_MSG}</center></a></span></td>
<td class="row1"><center><img src="images/online_offline_lbflash1.gif"></center></td>
</tr>
</table>
<br />
</center>
<!-- END switch_enable_board_msg -->
<br />