<!--  id: f421f443e25e8ac4a12a6f84512c3390
  script: /cluster/pool/htdocs/exporeal.net/htdocs/templates/exporeal/www/actions/rss.php
    code: 8
    line: 120
 message: Undefined property:  m_date
template: 

  notice: 

messageDefined: 
-->

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
     "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<meta http-equiv="Pragma" content="no-cache"> 
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta name="robots" content="noindex,nofollow,noarchive">
<meta name="googlebot" content="noindex,nofollow,nosnippet,noarchive">

	<title>phpCube-ERROR</title>
<style type="text/css">
body, table, tr, div, a
{
	font-family:verdana;
	color:#999999;
	font-size:11px;
	text-decoration:none;
}


body
{
	background-image:url(http://www.opencube.org/downloads/pics/exception_v2/bg_grid.png);
}


.header
{
	font-size:17px;
}

.header,.lang_active
{
	color:#ffffff;
	font-weight:bold;
}

.lang_inactive
{
	color:#555555;
	font-weight:bold;
}

.bgcolor1
{
	background:#1A62BB;
}

.bgcolor2
{
	background:#FFFFFF;
}

.bgcolor3
{
	background:#F0F0F0;
}

.bgcolor4
{
	background:#CCCCCC;
}

.font1
{
	color:#666666;
	font-size:10px;
}

.font2
{
	color: #CCCCCC;
}

.font3
{
	color:#FFFFFF;
	font-size:10px;
}

.line
{
	background:#CCCCCC;
	color:#ffffff;
	font-weight:bold;
}

.line1
{
	background:#ffffff;
	color:#666666;
}

.line2
{
	background:#F0F0F0;
	color:#666666;
}

.lang_de
{
	background-image: url(http://www.opencube.org/downloads/pics/exception_v2/de_active.png);
}

.lang_en
{
	background-image: url(http://www.opencube.org/downloads/pics/exception_v2/en_active.png);
}

.headerBg
{
	background-image:url(http://www.opencube.org/downloads/pics/exception_v2/header_bg.png);
}

.innerBgpng
{
/*
	 background-image:url(http://www.opencube.org/downloads/pics/exception_v2/inline_grid.png);
 */
 background:white;
}

.footerBg
{
	background-image:url(http://www.opencube.org/downloads/pics/exception_v2/footerbg.png);
	background:#F0F0F0;
}

.barBg
{
	background-image:url(http://www.opencube.org/downloads/pics/exception_v2/bar_background.png);
}

.border1
{
	border:1px solid #FF7373;
}


.border2
{
	border:1px solid #CCCCCC
}

.border3
{
	background:#FFFFFF;
	border:1px solid #CCCCCC
}
</style>
<script type="text/javascript">

var values = new Array();

values["headline_de"] = "Die Seite kann nicht angezeigt werden";
values["infoMessage_de"] = "Die von Ihnen aufgerufene Seite ist momentan nicht verfügbar. Die technische Administration wurde informiert und arbeitet an der Behebung des Problems.";
values["sign_de"] = "Wir bitten um Ihr Verständnis<br>Ihr openCube.org-Team";
values["reload_de"] = "Seite neu laden";
values["toHome_de"] = "Startseite anzeigen";
values["techErrorMessage_de"] = "Technische Fehlermeldung";
values["details_de"] = "Weitere technische Details";
values["funktion_de"] = "Funktion";
values["file_de"] = "Datei";
values["notice_de"] = "";

values["headline_en"] = " The page can't<br>be displayed";
values["infoMessage_en"] = "The page you have called isn't available at the moment. The technical administration has been informed and is working on the adjustment.";
values["sign_en"] = "We ask for your understanding.<br>Your openCube.org-Team";
values["reload_en"] = "Reload page";
values["toHome_en"] = "To the front page";
values["techErrorMessage_en"] = "Technical error message";
values["details_en"] = "Further technical details";
values["funktion_en"] = "Function";
values["file_en"] = "File";
values["notice_en"] = "";

var showDetails=false;
	function toggleDetails() {
		var detailsElement = document.getElementById('detailsW');
		var toggleImageElement = document.getElementById('toggleArrowImage');
		 if (!showDetails) {
		 	detailsElement.style.display='';
		 	showDetails=true
		 	toggleImageElement.src='http://www.opencube.org/downloads/pics/exception_v2/arraw_top.png';
		 } else {
		 	detailsElement.style.display='none';
		 	toggleImageElement.src='http://www.opencube.org/downloads/pics/exception_v2/arraw_down.png';
		 	showDetails=false
		 }
		 	
	}
	
	function fn_switchLng(lng){
		if(lng=='de'){
			document.getElementById('bgimg').className = 'lang_de';
			document.getElementById('entag').className = 'lang_inactive';
			document.getElementById('detag').className = 'lang_active';
			fn_setLngValues('de');
		} else {
			document.getElementById('bgimg').className = 'lang_en';
			document.getElementById('entag').className = 'lang_active';
			document.getElementById('detag').className = 'lang_inactive';
			fn_setLngValues('en');
		}
	}
	
	function fn_setLngValues(lng){
		document.getElementById('headline').innerHTML = values["headline_"+lng]
		document.getElementById('infoMessage').innerHTML = values["infoMessage_"+lng]
		document.getElementById('sign').innerHTML = values["sign_"+lng]
		document.getElementById('reload').innerHTML = values["reload_"+lng]
		document.getElementById('toHome').innerHTML = values["toHome_"+lng]
		document.getElementById('techErrorMessage').innerHTML = values["techErrorMessage_"+lng]
		document.getElementById('details').innerHTML = values["details_"+lng]
		document.getElementById('funktion').innerHTML = values["funktion_"+lng]
		document.getElementById('file').innerHTML = values["file_"+lng]
		document.getElementById('noticeMessage').innerHTML = values["notice_"+lng]		
		
		/* titles */
		
		document.getElementById('detailsTitle').title = values["details_"+lng]
		document.getElementById('toHomeTitle').title = values["toHome_"+lng]
		document.getElementById('reloadTitle').title = values["reload_"+lng]
		document.getElementById('toHomeAlt').alt = values["toHome_"+lng]
		document.getElementById('reloadAlt').alt = values["reload_"+lng]
		
	}
	
	function fn_showElements(){
		
		document.getElementById('langChange').style.visibility='visible';
		document.getElementById('detailsChangeTd').className = 'bgcolor3';
		document.getElementById('detailsChange').style.visibility='visible';
	}
	</script>
</head>
<body onload="fn_showElements();">
<br><br><br>

<table border="0" cellpadding="0" cellspacing="0" width="100%">
	<tr>
		<td align="center">
			<table border="0" cellspacing="0" cellpadding="0" width="487">
				<tr>
					<td align="left"><div style="visibility:hidden" id="langChange">
						<table cellpadding="0" cellspacing="0" border="0" width="100%">
							<tr valign="bottom">
								<td width="365"><img src="http://www.opencube.org/downloads/pics/exception_v2/header_line.png" width="365" height="3" alt="" border="0"></td>
								<td width="122" id="bgimg" class="lang_en">
									<table cellpadding="0" cellspacing="0" border="0">
										<tr>
											<td><img src="http://www.opencube.org/downloads/pics/exception_v2/shim.png" width="1" height="24" alt="" border="0"></td>
											<td style="cursor:pointer;" id="entag" onclick="fn_switchLng('en')" class="lang_active" title="English">&#160;English</td>
											<td style="cursor:pointer;" id="detag" onclick="fn_switchLng('de')" class="lang_inactive" title="Deutsch">&#160;&#160;&#160;Deutsch</td>
										</tr>
									</table>
								</td>
							</tr>
						</table></div>			
						<table cellpadding="0" cellspacing="0" border="0" width="100%">
							<tr>
								<td width="97"><a href="http://www.opencube.org/" target="_blank"><img src="http://www.opencube.org/downloads/pics/exception_v2/opencube_logo.png" width="97" height="87" alt="" border="0"></a></td>
								<td width="285" class="headerBg">
									<table cellpadding="10" cellspacing="0" border="0" width="100%">
										<tr>
											<td class="header" id="headline"> The page can't<br>be displayed</td>
										</tr>
									</table>
								</td>
								<td width="105"><img src="http://www.opencube.org/downloads/pics/exception_v2/child.png" width="105" height="87" alt="" border="0"></td>
							</tr>
						</table>	
						<table cellpadding="0" cellspacing="0" border="0" width="100%">
							<tr>
								<td width="5" class="bgcolor1"><img src="http://www.opencube.org/downloads/pics/exception_v2/shim.png" width="5" height="1" alt="" border="0"></td>
								<td class="innerBgpng">
									<table cellpadding="0" cellspacing="7" border="0" width="100%">
										<tr>
											<td>
												<table cellpadding="4" cellspacing="0" border="0" width="100%">
													<tr>
														<td class="bgcolor2" id="infoMessage">The page you have called isn't available at the moment. The technical administration has been informed and is working on the adjustment.</td>
													</tr>
												</table>
											</td>
										</tr>
										<tr>
											<td>
												<table cellpadding="4" cellspacing="0" border="0" width="100%" class="border1">
													<tr class="bgcolor2" valign="top">
														<td width="18"><img src="http://www.opencube.org/downloads/pics/exception_v2/info.png" width="18" height="18" alt="" border="0"></td>
														<td id="noticeMessage"></td>
													</tr>
												</table>													
											</td>
										</tr>
										<tr>
											<td>
												<table cellpadding="4" cellspacing="0" border="0" width="100%">
													<tr>
														<td class="bgcolor2" id="sign">We ask for your understanding.<br>Your openCube.org-Team</td>
													</tr>
												</table>
											</td>
										</tr>										
										<tr>
											<td>
												<table cellpadding="0" cellspacing="0" border="0" width="100%">
													<tr>
														<td width="50%">
															<table cellpadding="4" cellspacing="0" border="0" width="100%">
																<tr class="bgcolor3" valign="top">
																	<td id="reloadTitle" onclick="javascript:location.reload();" style="cursor:pointer;" title="Reload page">
																		<table cellpadding="2" cellspacing="0" border="0" width="100%">
																			<tr>
																				<td width="18"><img src="http://www.opencube.org/downloads/pics/exception_v2/reload.png" width="18" height="18" id="reloadAlt" alt="Reload page" border="0"></td>
																				<td>
																					<table cellpadding="2" cellspacing="0" border="0" width="100%" class="border2">
																						<tr class="bgcolor2">
																							<td nowrap class="font1" id="reload" align="center">Reload page</td>
																						</tr>
																					</table>
																				</td>
																			</tr>
																		</table>
																	</td>
																</tr>
															</table>														
														</td>
														<td width="1">&#160;</td>
														<td width="50%">
															<table cellpadding="4" cellspacing="0" border="0" width="100%">
																<tr class="bgcolor3" valign="top">
																	<td id="toHomeTitle" onclick="window.location.href='http://www.exporeal.net'" style="cursor:pointer;" title="To the front page">
																		<table cellpadding="2" cellspacing="0" border="0" width="100%">
																			<tr>
																				<td width="18"><img src="http://www.opencube.org/downloads/pics/exception_v2/startpage.png" width="18" height="18" id="toHomeAlt" alt="To the front page" border="0"></td>
																				<td>
																					<table cellpadding="2" cellspacing="0" border="0" width="100%" class="border2">
																						<tr class="bgcolor2">
																							<td class="font1" nowrap align="center"><span id="toHome">To the front page</span></td>
																						</tr>
																					</table>
																				</td>
																			</tr>
																		</table>
																	</td>
																</tr>
															</table>														
														</td>
													</tr>
												</table>
											</td>
										</tr>										
										<tr>
											<td>
												<table cellpadding="6" cellspacing="0" border="0" width="100%">
													<tr>
														<td class="bgcolor3">
															<b id="techErrorMessage">Technical error message</b>
															<div style="width:449px; margin-top:3px;" class="border3">
																<table width="447px" cellpadding="0" cellspacing="3" border="0">
																	<tr class="font2">
		<td width="70px" align="right" valign="top"><b>id:</b>&nbsp;</td>
		<td>f421f443e25e8ac4a12a6f84512c3390</td>
	</tr><tr class="font2">
		<td width="70px" align="right" valign="top"><b>script:</b>&nbsp;</td>
		<td>/cluster/pool/htdocs/exporeal.net/htdocs/templates/expo<br>real/www/actions/rss.php</td>
	</tr><tr class="font2">
		<td width="70px" align="right" valign="top"><b>code:</b>&nbsp;</td>
		<td>8</td>
	</tr><tr class="font2">
		<td width="70px" align="right" valign="top"><b>line:</b>&nbsp;</td>
		<td>120</td>
	</tr><tr class="font2">
		<td width="70px" align="right" valign="top"><b>message:</b>&nbsp;</td>
		<td>Undefined property:  m_date</td>
	</tr>
																</table>
															</div>
														</td>
													</tr>
												</table>
											</td>
										</tr>
										<tr><!--  class="bgcolor3" -->
											<td id="detailsChangeTd" align="center">
										<div style="visibility:hidden" id="detailsChange">
												<table cellpadding="4" cellspacing="0" border="0">
													<tr>
														<td>
															<table cellpadding="0" cellspacing="0" border="0" width="445">
																<tr>
																	<td width="1"><img src="http://www.opencube.org/downloads/pics/exception_v2/bar_delimiter_left.png" width="1" height="18" alt="" border="0"></td>
																	<td width="447" class="barBg" align="center"><img src="http://www.opencube.org/downloads/pics/exception_v2/arraw_down.png" id="toggleArrowImage" width="7" height="8" alt="" border="0"><a href="javascript:toggleDetails()" class="font3" id="detailsTitle" title="Further technical details">&nbsp;<span id="details">Further technical details</span>&nbsp;</a></td>
																	<td width="1"><img src="http://www.opencube.org/downloads/pics/exception_v2/bar_delimiter_right.png" width="1" height="18" alt="" border="0"></td>
																</tr>
															</table>
															<div id="detailsW" style="width:445px;height:200px;overflow:auto;display:none;" class="err_div" align="left">
																<table border="0" cellpadding="3" cellspacing="0">
																	<tr class="line">
																		<td>#</td>
																		<td><b id="funktion">Function</b></td>
																		<td><b id="file">File</b></td>
																	</tr>
																	<tr valign="top" class="line1">
		<td>1</td>
		<td nowrap>ktps_frontcontrollerfactory->start</td>
		<td nowrap>/cluster/pool/htdocs/exporeal.net/htdocs/index.php : 73</td>
	</tr><tr valign="top" class="line2">
		<td>2</td>
		<td nowrap>frontcontroller_frontcontroller->actionstart</td>
		<td nowrap>/cluster/pool/htdocs/phpinc_single_global/keytec/ktps/actions/frontcontrollerfactory.php : 56</td>
	</tr><tr valign="top" class="line1">
		<td>3</td>
		<td nowrap>frontcontroller_frontcontroller->pretransform</td>
		<td nowrap>/cluster/pool/htdocs/phpinc_single_global/cube/core/frontcontroller/frontcontroller.php : 681</td>
	</tr><tr valign="top" class="line2">
		<td>4</td>
		<td nowrap>exporeal_rssgenerator->run</td>
		<td nowrap>/cluster/pool/htdocs/phpinc_single_global/cube/core/frontcontroller/frontcontroller.php : 905</td>
	</tr><tr valign="top" class="line1">
		<td>5</td>
		<td nowrap>exporeal_rssgenerator->_mappressreleases2array</td>
		<td nowrap>/cluster/pool/htdocs/exporeal.net/htdocs/templates/exporeal/www/actions/rss.php : 72</td>
	</tr><tr valign="top" class="line2">
		<td>6</td>
		<td nowrap>_mappressreleases2array</td>
		<td nowrap>/cluster/pool/htdocs/exporeal.net/htdocs/templates/exporeal/www/actions/rss.php : 120</td>
	</tr>
																</table>
															</div>	
														</td>
													</tr>
												</table>												
										</div>
											</td>
										</tr>										
									</table>		
								</td>
								<td width="5" class="bgcolor1"><img src="http://www.opencube.org/downloads/pics/exception_v2/shim.png" width="5" height="1" alt="" border="0"></td>
							</tr>
						</table>
						<table cellpadding="0" cellspacing="0" border="0" width="100%">
							<tr>
								<td width="5" class="bgcolor1"><img src="http://www.opencube.org/downloads/pics/exception_v2/shim.png" width="5" height="1" alt="" border="0"></td>
								<td class="footerBg">
									<table cellpadding="4" cellspacing="0" border="0" width="100%">
										<tr>
											<td class="font1"><a href="http://www.opencube.org/" class="font1" title="phpCube"><b>phpCube</b></a> and <a href="http://www.opencube.org/" class="font1" title="omsCube"><b>omsCube</b></a> - Open Source Projects by <a href="http://www.opencube.org/" class="font1" title="openCube.org"><b>openCube.org</b></a></td>
										</tr>
									</table>
								</td>
								<td width="5" class="bgcolor1"><img src="http://www.opencube.org/downloads/pics/exception_v2/shim.png" width="5" height="1" alt="" border="0"></td>
							</tr>
						</table>
						<table cellpadding="0" cellspacing="0" border="0" width="100%">
							<tr>
								<td width="5"><img src="http://www.opencube.org/downloads/pics/exception_v2/corner_bottom_left.png" width="5" height="5" alt="" border="0"></td>
								<td class="bgcolor1"><img src="http://www.opencube.org/downloads/pics/exception_v2/shim.png" width="1" height="1" alt="" border="0"></td>
								<td width="5"><img src="http://www.opencube.org/downloads/pics/exception_v2/corner_bottom_right.png" width="5" height="5" alt="" border="0"></td>
							</tr>
						</table>						
					</td>
				</tr>
			</table>
		</td>
	</tr>
</table>

<br><br>



</body>
</html>