<?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>tom's blog &#187; xt:Commerce</title>
	<atom:link href="http://tom.knaupp.com/tag/xtcommerce/feed/" rel="self" type="application/rss+xml" />
	<link>http://tom.knaupp.com</link>
	<description>free software, security and a bunch of my strange thoughts</description>
	<lastBuildDate>Tue, 23 Mar 2010 22:38:01 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>xt:Commerce &amp; suPHP</title>
		<link>http://tom.knaupp.com/2007/04/02/xtcommerce-suphp/</link>
		<comments>http://tom.knaupp.com/2007/04/02/xtcommerce-suphp/#comments</comments>
		<pubDate>Mon, 02 Apr 2007 15:23:45 +0000</pubDate>
		<dc:creator>tom</dc:creator>
				<category><![CDATA[Distributions]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[suPHP]]></category>
		<category><![CDATA[xt:Commerce]]></category>

		<guid isPermaLink="false">http://tom.knaupp.com/?p=33</guid>
		<description><![CDATA[After installing suPHP a few days ago, I had the first problem with a xt:Commerce installation. That&#8217;s what happened on a SuSE 10.0 system: When trying to access the pages, it stayed blank and there were some wierd errors in the apache logfile: [Mon Apr 02 16:44:48 2007] [error] [client x.x.x.x] PHP Fatal error: %v%v() [...]]]></description>
			<content:encoded><![CDATA[<p>After installing suPHP <a href="http://tom.knaupp.com/?p=32" title="suPHP, installation mini docu">a few days ago</a>, I had the first problem with a <a href="http://www.xt-commerce.com/" title="openSource web shop" target="_blank">xt:Commerce</a> installation. That&#8217;s what happened on a SuSE 10.0 system:<br />
<br />
When trying to access the pages, it stayed blank and there were some wierd errors in the apache logfile:<br />
<code>[Mon Apr 02 16:44:48 2007] [error] [client x.x.x.x] PHP Fatal error:  %v%v() [&lt;a href='function.require'&gt;function.require&lt;/a&gt;]: Failed opening required 'DIR_WS_INCLUDESfilenames.php' (include_path='/usr/share/php5') in /path/to/user/html/includes/application_top.php on line 57</code><br />
<br />
Reason was found quite quick:<br />
The include path only had the default path and didn&#8217;t include the webroots any longer : (<br />
<br />
Solution: change config in /etc/php5/cli/php.ini .<br />
From:<br />
<code>include_path = "/usr/share/php5"</code><br />
To:<br />
<code>include_path = ".:/usr/share/php5"</code><br />
<br />
. = Homedir of webroot<br />
: = next path</p>
]]></content:encoded>
			<wfw:commentRss>http://tom.knaupp.com/2007/04/02/xtcommerce-suphp/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
