<?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: HDSEO update utility for Clickcart Pro / Eurocart Pro v7</title>
	<atom:link href="http://www.halleynet.co.uk/wordpress/2009/11/28/hdseo-update-utility-for-clickcart-pro-eurocart-pro-v7/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.halleynet.co.uk/wordpress/2009/11/28/hdseo-update-utility-for-clickcart-pro-eurocart-pro-v7/</link>
	<description>A Blog of Halleynet Web Media</description>
	<lastBuildDate>Tue, 01 Jun 2010 00:53:14 +0100</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: webmaster</title>
		<link>http://www.halleynet.co.uk/wordpress/2009/11/28/hdseo-update-utility-for-clickcart-pro-eurocart-pro-v7/comment-page-1/#comment-19073</link>
		<dc:creator>webmaster</dc:creator>
		<pubDate>Mon, 07 Dec 2009 15:39:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.halleynet.co.uk/wordpress/?p=259#comment-19073</guid>
		<description>Have since found out user does not have mysqli module enabled on his php installation. As stated there is no bug in the code.</description>
		<content:encoded><![CDATA[<p>Have since found out user does not have mysqli module enabled on his php installation. As stated there is no bug in the code.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: webmaster</title>
		<link>http://www.halleynet.co.uk/wordpress/2009/11/28/hdseo-update-utility-for-clickcart-pro-eurocart-pro-v7/comment-page-1/#comment-19069</link>
		<dc:creator>webmaster</dc:creator>
		<pubDate>Sat, 05 Dec 2009 15:40:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.halleynet.co.uk/wordpress/?p=259#comment-19069</guid>
		<description>Hi
I have completely reinstalled the tool into a fresh location and I see neither problem. You should not need to declare a class with single quotes round it, or at least not in my experience with them, and there are no raw strings on the line only variables are sent to the mysqli class.
The php manual does not wrap a new class instance declaration in quotes.
Nor do the books I use as references.
What version of php are you running?
The second error occurs as a result of wrapping the new class instance in quotes as , as far as I understand you no longer have a mysqli object.
There is one minor error, on my part, in the htaccessory file- which only shows up on the htform.php page as it had a trap in it to catch improper access and it dumped the message to screen- I have removed this now but thats just a visual thing not functional.</description>
		<content:encoded><![CDATA[<p>Hi<br />
I have completely reinstalled the tool into a fresh location and I see neither problem. You should not need to declare a class with single quotes round it, or at least not in my experience with them, and there are no raw strings on the line only variables are sent to the mysqli class.<br />
The php manual does not wrap a new class instance declaration in quotes.<br />
Nor do the books I use as references.<br />
What version of php are you running?<br />
The second error occurs as a result of wrapping the new class instance in quotes as , as far as I understand you no longer have a mysqli object.<br />
There is one minor error, on my part, in the htaccessory file- which only shows up on the htform.php page as it had a trap in it to catch improper access and it dumped the message to screen- I have removed this now but thats just a visual thing not functional.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.halleynet.co.uk/wordpress/2009/11/28/hdseo-update-utility-for-clickcart-pro-eurocart-pro-v7/comment-page-1/#comment-19068</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sat, 05 Dec 2009 14:04:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.halleynet.co.uk/wordpress/?p=259#comment-19068</guid>
		<description>Also:

Fatal error: Call to a member function query() on a non-object in /home/usr/public_html/htdocs/tools/htaccessory.php on line 171</description>
		<content:encoded><![CDATA[<p>Also:</p>
<p>Fatal error: Call to a member function query() on a non-object in /home/usr/public_html/htdocs/tools/htaccessory.php on line 171</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://www.halleynet.co.uk/wordpress/2009/11/28/hdseo-update-utility-for-clickcart-pro-eurocart-pro-v7/comment-page-1/#comment-19067</link>
		<dc:creator>David</dc:creator>
		<pubDate>Sat, 05 Dec 2009 14:03:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.halleynet.co.uk/wordpress/?p=259#comment-19067</guid>
		<description>1.5 fails to declare the variable $mysqli correctly

At line 76 your script has:

$mysqli = new mysqli( $hostname, $username, $password, $database);

This should be:

$mysqli = &#039;new mysqli( $hostname, $username, $password, $database)&#039;;</description>
		<content:encoded><![CDATA[<p>1.5 fails to declare the variable $mysqli correctly</p>
<p>At line 76 your script has:</p>
<p>$mysqli = new mysqli( $hostname, $username, $password, $database);</p>
<p>This should be:</p>
<p>$mysqli = &#8216;new mysqli( $hostname, $username, $password, $database)&#8217;;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
