<?xml version="1.0" encoding="ISO-8859-1" standalone="yes" ?>
<?xml-stylesheet type="text/xsl" href="../log.xhtml.xsl" ?>
<log time="2010-06-09 13:00:37" type="User Warning" code="512" file="/srv/www/vhosts/home/leopold01/htdocs/stepone/classlib/dbo/KBDBObject.class.php" line="1454"><message>KBDBObject: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1&lt;br /&gt;&lt;b&gt;In Query&lt;/b&gt;:SELECT keyname, keyvalue, languageid FROM swip_metadata WHERE objecttype LIKE 'netdate' AND objectid = &lt;br /&gt;</message><backtrace><call file="/srv/www/vhosts/home/leopold01/htdocs/stepone/classlib/dbo/KBDBObject.class.php" line="1453" class="" type="" function="trigger_error"><array><item><int>0</int><string>KBDBObject: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '' at line 1&lt;br /&gt;&lt;b&gt;In Query&lt;/b&gt;:SELECT keyname, keyvalue, languageid FROM swip_metadata WHERE objecttype LIKE 'netdate' AND objectid = &lt;br /&gt;</string></item><item><int>1</int><int>512</int></item></array><file-extract file-path="/srv/www/vhosts/home/leopold01/htdocs/stepone/classlib/dbo/KBDBObject.class.php" line-number="1453"><line number="1448">		if (!$recordSet)
</line><line number="1449">		{
</line><line number="1450">			if ((isset($GLOBALS['no_errors']) ? $GLOBALS['no_errors'] : null) != true)
</line><line number="1451">				if ($_showerror == true)
</line><line number="1452">				{
</line><line number="1453">					trigger_error(get_class($this).': '.$GLOBALS[$this-&gt;db]-&gt;ErrorMsg().'&lt;br /&gt;&lt;b&gt;In Query&lt;/b&gt;:'.$sqlst.'&lt;br /&gt;', E_USER_WARNING);
</line><line number="1454">					echo 'Error ('.get_class($this).'): '.$GLOBALS[$this-&gt;db]-&gt;ErrorMsg().'&lt;br /&gt;&lt;b&gt;In Query&lt;/b&gt;:'.$sqlst.'&lt;br /&gt;';
</line><line number="1455">					$this-&gt;error_flag = true;
</line><line number="1456">				}
</line><line number="1457">		}
</line><line number="1458">		else
</line></file-extract></call><call file="/srv/www/vhosts/home/leopold01/htdocs/stepone/classlib/KMetaData.class.php" line="19" class="KBDBObject" type="-&gt;" function="executeQuery"><array><item><int>0</int><string>SELECT keyname, keyvalue, languageid FROM swip_metadata WHERE objecttype LIKE 'netdate' AND objectid = </string></item></array><file-extract file-path="/srv/www/vhosts/home/leopold01/htdocs/stepone/classlib/KMetaData.class.php" line-number="19"><line number="14">
</line><line number="15">	function getMetaData($_type, $_id)
</line><line number="16">	{
</line><line number="17">		$dbo = new KBDBObject($this-&gt;db);
</line><line number="18">		$sqlst = &quot;SELECT keyname, keyvalue, languageid FROM swip_metadata WHERE objecttype LIKE '&quot;.$_type.&quot;' AND objectid = &quot;.$_id;
</line><line number="19">		$results = $dbo-&gt;executeQuery($sqlst);
</line><line number="20">
</line><line number="21">		foreach ($results as $result)
</line><line number="22">		{
</line><line number="23">			$this-&gt;setValue($result['keyname'], $result['keyvalue'], $result['languageid']);
</line><line number="24">		}
</line></file-extract></call><call file="/srv/www/vhosts/home/leopold01/htdocs/stepone/classlib/callengine/CallEngineContentObject.class.php" line="56" class="KMetaData" type="-&gt;" function="getMetaData"><array><item><int>0</int><string>netdate</string></item><item><int>1</int><null /></item></array><file-extract file-path="/srv/www/vhosts/home/leopold01/htdocs/stepone/classlib/callengine/CallEngineContentObject.class.php" line-number="56"><line number="51">		if ($this-&gt;dbo)
</line><line number="52">		{	
</line><line number="53">			if ($this-&gt;meta == '')
</line><line number="54">			{
</line><line number="55">				$this-&gt;meta = new KMetaData($this-&gt;db);
</line><line number="56">				$this-&gt;meta-&gt;getMetaData($this-&gt;dbo-&gt;objecttype, $this-&gt;records[$this-&gt;recordpointer]['id']);
</line><line number="57">			}
</line><line number="58">			
</line><line number="59">			if ($_language == 0)
</line><line number="60">				return $this-&gt;meta-&gt;getValue($_name, $this-&gt;args['language']);
</line><line number="61">			return $this-&gt;meta-&gt;getValue($_name, $_language);
</line></file-extract></call><call file="/srv/www/vhosts/home/leopold01/htdocs/stepone/data/template/date.cmp.php" line="60" class="CallEngineContentObject" type="-&gt;" function="getMetaValue"><array><item><int>0</int><string>category</string></item></array><file-extract file-path="/srv/www/vhosts/home/leopold01/htdocs/stepone/data/template/date.cmp.php" line-number="60"><line number="55">		$sReturn .= '					&lt;/div&gt;' . &quot;\n&quot;;
</line><line number="56">		$sReturn .= '				&lt;/td&gt;' . &quot;\n&quot;;
</line><line number="57">		$sReturn .= '			&lt;/tr&gt;' . &quot;\n&quot;;
</line><line number="58">		$sReturn .= '			&lt;tr class=&quot;trlast&quot;&gt;' . &quot;\n&quot;;
</line><line number="59">		$sReturn .= '				&lt;td class=&quot;tdfirst&quot;&gt;'. &quot;\n&quot;;
</line><line number="60">		if($oDate-&gt;getMetaValue('category') != &quot;&quot;)
</line><line number="61">		{
</line><line number="62">			$sReturn .= '					&lt;strong&gt;Kategorie:&lt;/strong&gt; '.xhtml::returnXhtml($oDate-&gt;getMetaValue('category')).'&lt;br /&gt;'. &quot;\n&quot;;
</line><line number="63">		}
</line><line number="64">		if($oDate-&gt;returnField('datestart') != 0)
</line><line number="65">		{
</line></file-extract></call><call file="/srv/www/vhosts/home/leopold01/htdocs/stepone/data/template/date.code.php" line="1" class="cmpDate" type="-&gt;" function="returnDate"><array /><file-extract file-path="/srv/www/vhosts/home/leopold01/htdocs/stepone/data/template/date.code.php" line-number="1"><line number="0">&lt;div id=&quot;detail&quot;&gt;
</line><line number="1">	&lt;?php echo $me-&gt;returnDate(); ?&gt;
</line><line number="2">	&lt;div class=&quot;clearLeft&quot;&gt;&lt;/div&gt;
</line><line number="3">&lt;/div&gt;</line></file-extract></call><call file="/srv/www/vhosts/home/leopold01/htdocs/stepone/classlib/template/Component.class.php" line="57" class="" type="" function="require"><array><item><int>0</int><string>/srv/www/vhosts/home/leopold01/htdocs/stepone/data/template/date.code.php</string></item></array><file-extract file-path="/srv/www/vhosts/home/leopold01/htdocs/stepone/classlib/template/Component.class.php" line-number="57"><line number="52">		{
</line><line number="53">			$url = cmd('core.url.list');
</line><line number="54">			$me = &amp;$this;
</line><line number="55">			ob_start();
</line><line number="56">			ob_implicit_flush(false);
</line><line number="57">			require(SWIP_DATA_FLD.'template/'.substr(strtolower(get_class($this)),3).'.code.php');
</line><line number="58">			$data = ob_get_contents();
</line><line number="59">			ob_end_clean();
</line><line number="60">			return $data;
</line><line number="61">		}
</line><line number="62">		trigger_error('Sorry, Component '.substr(strtolower(get_class($this)),3). ' lacks code.', E_USER_ERROR);
</line></file-extract></call><call file="/srv/www/vhosts/home/leopold01/htdocs/stepone/classlib/template/Template.class.php" line="144" class="Component" type="-&gt;" function="yield"><array /><file-extract file-path="/srv/www/vhosts/home/leopold01/htdocs/stepone/classlib/template/Template.class.php" line-number="144"><line number="139">		{
</line><line number="140">			if (is_array($componentList))
</line><line number="141">			{
</line><line number="142">				foreach ($componentList as $componentName =&gt; $component)
</line><line number="143">				{
</line><line number="144">					$this-&gt;foundationBindingList[$foundationName][$componentName] = $component-&gt;yield();
</line><line number="145">				}
</line><line number="146">				
</line><line number="147">			}
</line><line number="148">		}
</line><line number="149">		if ($this-&gt;outputStyle != TEMPLATE_OUTPUT_STYLE_DEBUG)
</line></file-extract></call><call file="/srv/www/vhosts/home/leopold01/htdocs/stepone/classlib/template/TemplateManager.class.php" line="74" class="Template" type="-&gt;" function="yield"><array /><file-extract file-path="/srv/www/vhosts/home/leopold01/htdocs/stepone/classlib/template/TemplateManager.class.php" line-number="74"><line number="69">		return file_exists(SWIP_DATA_FLD.'template/'.$aTemplateName.'.tpl.php');
</line><line number="70">	}
</line><line number="71">	
</line><line number="72">	function yield()
</line><line number="73">	{
</line><line number="74">		$GLOBALS['g_template']-&gt;yield();
</line><line number="75">	}
</line><line number="76">	
</line><line number="77">	function setVar($uVarname, $uValue)
</line><line number="78">	{
</line><line number="79">		return $GLOBALS['g_template']-&gt;setVar($uVarname, $uValue);
</line></file-extract></call><call file="/srv/www/vhosts/home/leopold01/htdocs/index.php" line="176" class="TemplateManager" type="::" function="yield"><array /><file-extract file-path="/srv/www/vhosts/home/leopold01/htdocs/index.php" line-number="176"><line number="171">{
</line><line number="172">	TemplateManager::loadTemplate('email');
</line><line number="173">}
</line><line number="174">
</line><line number="175">
</line><line number="176">TemplateManager::yield();
</line><line number="177">
</line><line number="178">?&gt;</line></file-extract></call></backtrace></log>