<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Express install instructions for phpOpenTracker</title>
	<atom:link href="http://pascal.vanhecke.info/2005/07/21/express-install-instructions-for-phpopentracker/feed/" rel="self" type="application/rss+xml" />
	<link>http://pascal.vanhecke.info/2005/07/21/express-install-instructions-for-phpopentracker/</link>
	<description></description>
	<lastBuildDate>Tue, 06 Dec 2011 19:12:23 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Vijay</title>
		<link>http://pascal.vanhecke.info/2005/07/21/express-install-instructions-for-phpopentracker/comment-page-1/#comment-63927</link>
		<dc:creator>Vijay</dc:creator>
		<pubDate>Fri, 05 Jan 2007 12:59:08 +0000</pubDate>
		<guid isPermaLink="false">http://pascal.vanhecke.info/2005/07/21/express-install-instructions-for-phpopentracker/#comment-63927</guid>
		<description>Thanks, Pascal for all the help...

I will update the thread as soon as I found a fix.</description>
		<content:encoded><![CDATA[<p>Thanks, Pascal for all the help&#8230;</p>
<p>I will update the thread as soon as I found a fix.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pascal</title>
		<link>http://pascal.vanhecke.info/2005/07/21/express-install-instructions-for-phpopentracker/comment-page-1/#comment-50489</link>
		<dc:creator>Pascal</dc:creator>
		<pubDate>Tue, 19 Dec 2006 10:55:33 +0000</pubDate>
		<guid isPermaLink="false">http://pascal.vanhecke.info/2005/07/21/express-install-instructions-for-phpopentracker/#comment-50489</guid>
		<description>Haven&#039;t had the error yet, but it probably means something is still wrong with the inclusion of the file.
Try to google for &lt;a href=&quot;http://www.google.co.uk/search?hl=en&amp;safe=off&amp;q=%22Class+*+not+found+in+*.php%22++error&amp;btnG=Search&amp;meta=&quot;&gt;&quot;Class * not found in *.php&quot;  error&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Haven&#8217;t had the error yet, but it probably means something is still wrong with the inclusion of the file.<br />
Try to google for <a href="http://www.google.co.uk/search?hl=en&#038;safe=off&#038;q=%22Class+*+not+found+in+*.php%22++error&#038;btnG=Search&#038;meta=">&#8220;Class * not found in *.php&#8221;  error</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vijay</title>
		<link>http://pascal.vanhecke.info/2005/07/21/express-install-instructions-for-phpopentracker/comment-page-1/#comment-49309</link>
		<dc:creator>Vijay</dc:creator>
		<pubDate>Sun, 17 Dec 2006 17:40:47 +0000</pubDate>
		<guid isPermaLink="false">http://pascal.vanhecke.info/2005/07/21/express-install-instructions-for-phpopentracker/#comment-49309</guid>
		<description>Hi Pascal,

Thank you so much.  I am able to solve the error.  But now I am getting a different error.
I have been doing research on web on this but couldn&#039;t find it anywhere.  Infact, there is no better installation instructions found except this.

I really appreciate your help.

Can you help me fix this error?  I was installing in my computer.

Fatal error: Class &#039;phpOpenTracker_Config&#039; not found in C:\Program Files\xampp\htdocs\stats\phpOpenTracker\docs\examples\simple_report\index.php on line 65


Thanks again.

Vijay</description>
		<content:encoded><![CDATA[<p>Hi Pascal,</p>
<p>Thank you so much.  I am able to solve the error.  But now I am getting a different error.<br />
I have been doing research on web on this but couldn&#8217;t find it anywhere.  Infact, there is no better installation instructions found except this.</p>
<p>I really appreciate your help.</p>
<p>Can you help me fix this error?  I was installing in my computer.</p>
<p>Fatal error: Class &#8216;phpOpenTracker_Config&#8217; not found in C:\Program Files\xampp\htdocs\stats\phpOpenTracker\docs\examples\simple_report\index.php on line 65</p>
<p>Thanks again.</p>
<p>Vijay</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pascal</title>
		<link>http://pascal.vanhecke.info/2005/07/21/express-install-instructions-for-phpopentracker/comment-page-1/#comment-48938</link>
		<dc:creator>Pascal</dc:creator>
		<pubDate>Sat, 16 Dec 2006 23:30:00 +0000</pubDate>
		<guid isPermaLink="false">http://pascal.vanhecke.info/2005/07/21/express-install-instructions-for-phpopentracker/#comment-48938</guid>
		<description>Hello Vijay,

as I wrote in the post: 

&quot;phpopentracker can be part of the PEAR library which assumes the PEAR files are in your include_path, but that might not be the case in your setup):
// require &#039;phpOpenTracker.php&#039;;// modif pvh 20050717
require &#039;/[the/path/to]/phpOpenTracker.php&#039;;//&quot;

if php cannot find the file, you&#039;ll need to mention the full path to the file in the require statement</description>
		<content:encoded><![CDATA[<p>Hello Vijay,</p>
<p>as I wrote in the post: </p>
<p>&#8220;phpopentracker can be part of the PEAR library which assumes the PEAR files are in your include_path, but that might not be the case in your setup):<br />
// require &#8216;phpOpenTracker.php&#8217;;// modif pvh 20050717<br />
require &#8216;/[the/path/to]/phpOpenTracker.php&#8217;;//&#8221;</p>
<p>if php cannot find the file, you&#8217;ll need to mention the full path to the file in the require statement</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Vijay</title>
		<link>http://pascal.vanhecke.info/2005/07/21/express-install-instructions-for-phpopentracker/comment-page-1/#comment-48932</link>
		<dc:creator>Vijay</dc:creator>
		<pubDate>Sat, 16 Dec 2006 23:02:51 +0000</pubDate>
		<guid isPermaLink="false">http://pascal.vanhecke.info/2005/07/21/express-install-instructions-for-phpopentracker/#comment-48932</guid>
		<description>I am  a newbie in php.

I went thru the same process explaind here....but I get a strange error when I was trying to view the page.

Can you help me pls.? I am trying to find detailed installation manual.


Warning: require_once(phpOpenTracker.php) [function.require-once]: failed to open stream: No such file or directory in /is/htdocs/wp1050921_WHQ0AL2PBK/www/uebersicht/index.php on line 3

Fatal error: require_once() [function.require]: Failed opening required &#039;phpOpenTracker.php&#039; (include_path=&#039;.:/home/mann/PEAR:/home/mann/class&#039;) in /is/htdocs/wp1050921_WHQ0AL2PBK/www/uebersicht/index.php on line 3</description>
		<content:encoded><![CDATA[<p>I am  a newbie in php.</p>
<p>I went thru the same process explaind here&#8230;.but I get a strange error when I was trying to view the page.</p>
<p>Can you help me pls.? I am trying to find detailed installation manual.</p>
<p>Warning: require_once(phpOpenTracker.php) [function.require-once]: failed to open stream: No such file or directory in /is/htdocs/wp1050921_WHQ0AL2PBK/www/uebersicht/index.php on line 3</p>
<p>Fatal error: require_once() [function.require]: Failed opening required &#8216;phpOpenTracker.php&#8217; (include_path=&#8217;.:/home/mann/PEAR:/home/mann/class&#8217;) in /is/htdocs/wp1050921_WHQ0AL2PBK/www/uebersicht/index.php on line 3</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Pascal</title>
		<link>http://pascal.vanhecke.info/2005/07/21/express-install-instructions-for-phpopentracker/comment-page-1/#comment-26055</link>
		<dc:creator>Pascal</dc:creator>
		<pubDate>Thu, 09 Nov 2006 17:43:11 +0000</pubDate>
		<guid isPermaLink="false">http://pascal.vanhecke.info/2005/07/21/express-install-instructions-for-phpopentracker/#comment-26055</guid>
		<description>Did you check the default “simple report” included in /docs/examples/simple_report?

There was no other report included when I installed it, and if you googled for it in vain, then there probably isn&#039;t any other (I remember having read about a commercial  reporting tool written on top of phpOpentracker though).  

It&#039;s been a long time I have been testing phpOpentracker: so many free visitor tracking services have come out in the meantime, along with the beautiful self-hosted Mint, that I haven&#039;t installed phpOpentracker since.</description>
		<content:encoded><![CDATA[<p>Did you check the default “simple report” included in /docs/examples/simple_report?</p>
<p>There was no other report included when I installed it, and if you googled for it in vain, then there probably isn&#8217;t any other (I remember having read about a commercial  reporting tool written on top of phpOpentracker though).  </p>
<p>It&#8217;s been a long time I have been testing phpOpentracker: so many free visitor tracking services have come out in the meantime, along with the beautiful self-hosted Mint, that I haven&#8217;t installed phpOpentracker since.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Bart</title>
		<link>http://pascal.vanhecke.info/2005/07/21/express-install-instructions-for-phpopentracker/comment-page-1/#comment-25998</link>
		<dc:creator>Bart</dc:creator>
		<pubDate>Thu, 09 Nov 2006 13:47:07 +0000</pubDate>
		<guid isPermaLink="false">http://pascal.vanhecke.info/2005/07/21/express-install-instructions-for-phpopentracker/#comment-25998</guid>
		<description>Does somebody know a script where a bunch of stats are being generated using the phpopenstats package? Been searching for this, but i can&#039; t find it or there is none released yet. Would be very usefull to a whole lot of persons i think!</description>
		<content:encoded><![CDATA[<p>Does somebody know a script where a bunch of stats are being generated using the phpopenstats package? Been searching for this, but i can&#8217; t find it or there is none released yet. Would be very usefull to a whole lot of persons i think!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: vijay</title>
		<link>http://pascal.vanhecke.info/2005/07/21/express-install-instructions-for-phpopentracker/comment-page-1/#comment-8286</link>
		<dc:creator>vijay</dc:creator>
		<pubDate>Wed, 09 Aug 2006 22:30:50 +0000</pubDate>
		<guid isPermaLink="false">http://pascal.vanhecke.info/2005/07/21/express-install-instructions-for-phpopentracker/#comment-8286</guid>
		<description>Hi All,

I don&#039;t know php. Can I use this in my website written in pure HTML?

Please help.

Thanks.
v</description>
		<content:encoded><![CDATA[<p>Hi All,</p>
<p>I don&#8217;t know php. Can I use this in my website written in pure HTML?</p>
<p>Please help.</p>
<p>Thanks.<br />
v</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: stats med phpOpentracker at mörten.dk</title>
		<link>http://pascal.vanhecke.info/2005/07/21/express-install-instructions-for-phpopentracker/comment-page-1/#comment-1564</link>
		<dc:creator>stats med phpOpentracker at mörten.dk</dc:creator>
		<pubDate>Tue, 18 Apr 2006 14:23:52 +0000</pubDate>
		<guid isPermaLink="false">http://pascal.vanhecke.info/2005/07/21/express-install-instructions-for-phpopentracker/#comment-1564</guid>
		<description>[...] et par links af interesse: sebastian bergmann Quick n dirty guide - for dem der ikke gider læse api manualen mailing liste arkivet [...]</description>
		<content:encoded><![CDATA[<p>[...] et par links af interesse: sebastian bergmann Quick n dirty guide &#8211; for dem der ikke gider læse api manualen mailing liste arkivet [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: WP-ShortStat plugin broken after upgrading to Wordpress 2.0.2</title>
		<link>http://pascal.vanhecke.info/2005/07/21/express-install-instructions-for-phpopentracker/comment-page-1/#comment-641</link>
		<dc:creator>WP-ShortStat plugin broken after upgrading to Wordpress 2.0.2</dc:creator>
		<pubDate>Fri, 17 Mar 2006 23:48:47 +0000</pubDate>
		<guid isPermaLink="false">http://pascal.vanhecke.info/2005/07/21/express-install-instructions-for-phpopentracker/#comment-641</guid>
		<description>[...] It&#8217;s a very quick solution if you want to diagnose a blog problem and need to monitor all behaviour on your website (searchbots, feedtraffic and browsers).&#160;&#160;I would not recommend it for other than private and short-term use however&#8230;&#160; If you want really meaningful&#160;information on human visitors, you&#8217;ll have to switch to a webbug-based system (see these postings on refer spam&#160;and phpopentracker).&#160; And because all site requests are logged in Mysql, you get huge tables and performance problems&#160;in no time (PhpOpentracker has the same problem, BTW).&#160; But again, it does serve its purpose as a short-term solution! [...]</description>
		<content:encoded><![CDATA[<p>[...] It&rsquo;s a very quick solution if you want to diagnose a blog problem and need to monitor all behaviour on your website (searchbots, feedtraffic and browsers).&nbsp;&nbsp;I would not recommend it for other than private and short-term use however&hellip;&nbsp; If you want really meaningful&nbsp;information on human visitors, you&rsquo;ll have to switch to a webbug-based system (see these postings on refer spam&nbsp;and phpopentracker).&nbsp; And because all site requests are logged in Mysql, you get huge tables and performance problems&nbsp;in no time (PhpOpentracker has the same problem, BTW).&nbsp; But again, it does serve its purpose as a short-term solution! [...]</p>
]]></content:encoded>
	</item>
</channel>
</rss>

