<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>iTechLog &#187; Lilac Platform</title>
	<atom:link href="http://itechlog.com/tag/lilac-platform/feed/" rel="self" type="application/rss+xml" />
	<link>http://itechlog.com</link>
	<description>Your source to IT solutions, interesting technology news and code snipets.</description>
	<lastBuildDate>Tue, 10 Jan 2012 17:06:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=</generator>
		<item>
		<title>Lilac Platform error print_window_header()</title>
		<link>http://itechlog.com/open-source/2009/02/20/lilac-platform-error-print_window_header/</link>
		<comments>http://itechlog.com/open-source/2009/02/20/lilac-platform-error-print_window_header/#comments</comments>
		<pubDate>Fri, 20 Feb 2009 23:11:43 +0000</pubDate>
		<dc:creator>Alex Costa</dc:creator>
				<category><![CDATA[Open Source]]></category>
		<category><![CDATA[error print_window_header()]]></category>
		<category><![CDATA[Lilac Platform]]></category>
		<category><![CDATA[Nagios]]></category>
		<category><![CDATA[PHP  short_open_tag]]></category>

		<guid isPermaLink="false">http://itechlog.com/open-source/2009/02/20/lilac-platform-error-print_window_header/</guid>
		<description><![CDATA[<a href="http://itechlog.com/open-source/2009/02/20/lilac-platform-error-print_window_header/" title="Lilac Platform error print_window_header()"></a>The Lilac Platform is a collection of tools to enhance existing open source monitoring applications. Currently the focus is on the Lilac Configurator, a configuration tool written to configure Nagios, a popular Network monitoring application. After installing it on an &#8230;<p class="read-more"><a href="http://itechlog.com/open-source/2009/02/20/lilac-platform-error-print_window_header/">Read more &#187;</a></p>]]></description>
			<content:encoded><![CDATA[<a href="http://itechlog.com/open-source/2009/02/20/lilac-platform-error-print_window_header/" title="Lilac Platform error print_window_header()"></a><p>The <a target="_blank" href="http://www.lilacplatform.com/">Lilac Platform</a> is a collection of tools to enhance existing open<br />
source monitoring applications. Currently the focus is on the Lilac<br />
Configurator, a configuration tool written to configure <a target="_blank" href="http://www.nagios.org/">Nagios</a>, a<br />
popular Network monitoring application.</p>
<p>After installing it on an OpenSuse 11.0 I got the following error. </p>
<p><b>Fatal error: Call to undefined function <span class="searchword0">print</span>_<span class="searchword1">window</span>_header() in /srv/www/htdocs/html/lilac/index.php on line 32<br />
</b></p>
<p>The answer can be found on this forum <a target="_blank" href="http://www.lilacplatform.com/discussion/2/5/37#37"></a><a target="_blank" href="http://www.lilacplatform.com/discussion/2/5/37#37">h</a><a target="_blank" href="http://www.lilacplatform.com/discussion/2/5/37#37">ttp://www.lilacplatform.com/discussion/2/5/37#37 </a></p>
<p>Apparently the subversion has been fixed, but if you download it directly from the site it still has the same problem as above. To get it to work you can change the&nbsp; the following line in your php.ini</p>
<p>&#8220;<a target="_blank" href="http://uk3.php.net/manual/en/ini.core.php">short_open_tag = On</a>&#8220;&nbsp;&nbsp; (the default is off)</p>
<p>
<p class="para"><font color="#999999"><big><i><small>&#8220;short_open_tags&#8230; Tells whether the short form (<strong class="userinput"><code>&lt;? ?&gt;</code></strong><br />
)<br />
        of PHP&#8217;s open tag should be allowed.  If you want to use PHP in<br />
        combination with XML, you can disable this option in order to<br />
        use <strong class="userinput"><code>&lt;?xml ?&gt;</code></strong><br />
 inline.  Otherwise, you<br />
        can print it with PHP, for example: <strong class="userinput"><code>&lt;?php echo '&lt;?xml<br />
        version="1.0"'; ?&gt;</code></strong><br />
.  Also if disabled, you must use the<br />
        long form of the PHP open tag (<strong class="userinput"><code>&lt;?php ?&gt;</code></strong><br />
).<br />
       </small></i></big></font></p>
<p>       <font color="#999999"><big><i><small>This directive also affects the shorthand <strong class="userinput"><code>&lt;?=</code></strong><br />
,<br />
         which is identical to <strong class="userinput"><code>&lt;? echo</code></strong><br />
.  Use of this<br />
         shortcut requires <code class="systemitem systemitem">short_open_tag</code></p>
<p>         to be on.<br />
        &#8221; &#8211; extracted from php.net</small></i></big></font></p>

<!-- start wp-tags-to-technorati 1.02 -->

<p class='technorati-tags'>Technorati Tags: <a class='technorati-link' href='http://technorati.com/tag/error+print_window_header%28%29' rel='tag' target='_self'>error print_window_header()</a>, <a class='technorati-link' href='http://technorati.com/tag/Lilac+Platform' rel='tag' target='_self'>Lilac Platform</a>, <a class='technorati-link' href='http://technorati.com/tag/Nagios' rel='tag' target='_self'>Nagios</a>, <a class='technorati-link' href='http://technorati.com/tag/PHP++short_open_tag' rel='tag' target='_self'>PHP  short_open_tag</a></p>

<!-- end wp-tags-to-technorati -->
<h3  class="related_post_title">Related Posts</h3><ul class="related_post"><li>August 12, 2010 -- <a href="http://itechlog.com/linux/2010/08/12/linuxcon-2010-just-for-fun-poll-results-explained/" title="LinuxCon 2010 Just for Fun Poll Results explained">LinuxCon 2010 Just for Fun Poll Results explained</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://itechlog.com/open-source/2009/02/20/lilac-platform-error-print_window_header/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

