<?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 for Tarpontech - Computer Repair - Web and Graphic Design - Cape Coral - Ft. Myers - Pine Island</title>
	<atom:link href="http://www.tarpontech.net/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.tarpontech.net</link>
	<description>Tarpon Technology Solutions - Southwest Florida Computer Repair, Web, and Graphic Design Services</description>
	<lastBuildDate>Mon, 27 Sep 2010 12:12:49 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>Comment on Get-the-Image, TimThumb, and WordPress 3.0 Blog Networks by madison wisconsin ho</title>
		<link>http://www.tarpontech.net/get-the-image-timthumb-and-wordpress-3-0-blog-networks/comment-page-1/#comment-19</link>
		<dc:creator>madison wisconsin ho</dc:creator>
		<pubDate>Mon, 27 Sep 2010 12:12:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.tarpontech.net/?p=419#comment-19</guid>
		<description>if possible, as you gain knowledge, would you mind updating your website with a great deal more details? It&#039;s extremely beneficial for me.</description>
		<content:encoded><![CDATA[<p>if possible, as you gain knowledge, would you mind updating your website with a great deal more details? It&#8217;s extremely beneficial for me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get-the-Image, TimThumb, and WordPress 3.0 Blog Networks by kathy</title>
		<link>http://www.tarpontech.net/get-the-image-timthumb-and-wordpress-3-0-blog-networks/comment-page-1/#comment-18</link>
		<dc:creator>kathy</dc:creator>
		<pubDate>Sun, 12 Sep 2010 00:55:30 +0000</pubDate>
		<guid isPermaLink="false">http://www.tarpontech.net/?p=419#comment-18</guid>
		<description>have you had any problems w/ get_the_image lately?  

i tried dropping it into my loop, but it is kicking back the same image over and over again despite 1. not turning on image_scan mode and 2. there being no images in certain posts.  as witnessed here: http://www.theplagueround.com/dev/

i am very much at a loss and would really rather not go forward w/ rolling my own... even if i have this neat plan to crossbreed get_the_image w/ timthumb and easy_peasy.</description>
		<content:encoded><![CDATA[<p>have you had any problems w/ get_the_image lately?  </p>
<p>i tried dropping it into my loop, but it is kicking back the same image over and over again despite 1. not turning on image_scan mode and 2. there being no images in certain posts.  as witnessed here: <a href="http://www.theplagueround.com/dev/" rel="nofollow">http://www.theplagueround.com/dev/</a></p>
<p>i am very much at a loss and would really rather not go forward w/ rolling my own&#8230; even if i have this neat plan to crossbreed get_the_image w/ timthumb and easy_peasy.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VieleRETS automatically updating WP-Realty by Chris</title>
		<link>http://www.tarpontech.net/vielerets-automatically-updating-wp-realty/comment-page-1/#comment-17</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sat, 14 Aug 2010 06:18:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.tarpontech.net/?p=377#comment-17</guid>
		<description>OK, I jumped into Vielerets to pull the following code that references the error I am getting in case someone might see something wrong with it or point me in the direction of another place for me to check.

// create entry in listing class table for OR 2.1

				if ($classID != -1 &amp;&amp; !$duplicateRemoved ) {
					$sql = &#039;INSERT INTO &#039; . $TARGET_CONTEXT-&gt;class_listing_table . &#039; (class_id,listingsdb_id)&#039; . &#039; VALUES(&#039; . $classID . &#039;,&#039; . $new_listing_id . &#039;)&#039;;
					$recordSet = $conn-&gt;Execute($sql);
					if ($recordSet === false) {
						$BATCH_RESULT-&gt;addError(&#039;class index ERROR &#039; . $sql);
					}
				}</description>
		<content:encoded><![CDATA[<p>OK, I jumped into Vielerets to pull the following code that references the error I am getting in case someone might see something wrong with it or point me in the direction of another place for me to check.</p>
<p>// create entry in listing class table for OR 2.1</p>
<p>				if ($classID != -1 &amp;&amp; !$duplicateRemoved ) {<br />
					$sql = &#8216;INSERT INTO &#8216; . $TARGET_CONTEXT-&gt;class_listing_table . &#8216; (class_id,listingsdb_id)&#8217; . &#8216; VALUES(&#8216; . $classID . &#8216;,&#8217; . $new_listing_id . &#8216;)&#8217;;<br />
					$recordSet = $conn-&gt;Execute($sql);<br />
					if ($recordSet === false) {<br />
						$BATCH_RESULT-&gt;addError(&#8216;class index ERROR &#8216; . $sql);<br />
					}<br />
				}</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VieleRETS automatically updating WP-Realty by Chris</title>
		<link>http://www.tarpontech.net/vielerets-automatically-updating-wp-realty/comment-page-1/#comment-16</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Sat, 14 Aug 2010 06:01:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.tarpontech.net/?p=377#comment-16</guid>
		<description>Thanks for the reply!

We are almost there. It turns out that the first part of the error was I had the listing key in my query. I removed it and things started downloading. However the last part I am still having issues with. 

class index ERROR INSERT INTO wp_realty_classlistingsdb (class_id,listingsdb_id) VALUES(,36) .
class index ERROR INSERT INTO wp_realty_classlistingsdb (class_id,listingsdb_id) VALUES(,37) .
class index ERROR INSERT INTO wp_realty_classlistingsdb (class_id,listingsdb_id) VALUES(,38) .
class index ERROR INSERT INTO wp_realty_classlistingsdb (class_id,listingsdb_id) VALUES(,39)…….

I was reading here, http://support.open-realty.org/showthread.php?10174-vieleRets , that it may have something to do with PHP4 vs PHP5. 

Interesting thing to note though. When I run a download without images to a Rational DB, I can 500+ listings in a job (That&#039;s as far as I went to test and should be more), but when I have the pictures included because it is OpenRealty, it stops somewhere under 100 at a time. The &#039;wp_realty_classlistingsdb&#039; of course is not getting populated either.  Is there a place where I can check to see if the code is correct? maybe in Vielerets in a php file?

I will keep trying different things and report back. I have found recent posts of others having the same issue.</description>
		<content:encoded><![CDATA[<p>Thanks for the reply!</p>
<p>We are almost there. It turns out that the first part of the error was I had the listing key in my query. I removed it and things started downloading. However the last part I am still having issues with. </p>
<p>class index ERROR INSERT INTO wp_realty_classlistingsdb (class_id,listingsdb_id) VALUES(,36) .<br />
class index ERROR INSERT INTO wp_realty_classlistingsdb (class_id,listingsdb_id) VALUES(,37) .<br />
class index ERROR INSERT INTO wp_realty_classlistingsdb (class_id,listingsdb_id) VALUES(,38) .<br />
class index ERROR INSERT INTO wp_realty_classlistingsdb (class_id,listingsdb_id) VALUES(,39)…….</p>
<p>I was reading here, <a href="http://support.open-realty.org/showthread.php?10174-vieleRets" rel="nofollow">http://support.open-realty.org/showthread.php?10174-vieleRets</a> , that it may have something to do with PHP4 vs PHP5. </p>
<p>Interesting thing to note though. When I run a download without images to a Rational DB, I can 500+ listings in a job (That&#8217;s as far as I went to test and should be more), but when I have the pictures included because it is OpenRealty, it stops somewhere under 100 at a time. The &#8216;wp_realty_classlistingsdb&#8217; of course is not getting populated either.  Is there a place where I can check to see if the code is correct? maybe in Vielerets in a php file?</p>
<p>I will keep trying different things and report back. I have found recent posts of others having the same issue.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VieleRETS automatically updating WP-Realty by admin</title>
		<link>http://www.tarpontech.net/vielerets-automatically-updating-wp-realty/comment-page-1/#comment-15</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Thu, 05 Aug 2010 23:01:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.tarpontech.net/?p=377#comment-15</guid>
		<description>too many moving parts to make troubleshooting effective.

Start with just getting vielerets working.

Create a target with a csv as the output, instead of a wp-realty database import.  

Do you successfully download listing data?

If so, then point the target towards wp-realty.

If that&#039;s the point that this whole thing blows up, then you&#039;re probably looking at a couple possibilites,

a. The database doesn&#039;t like the data your trying to import, perhaps related to your MLS/RETS provider?

b. VieleRETS is having difficulty moving data over to the database, perhaps a php/server security/permissions issue?

c.  I have heard, nothing official, just grapevine stuff, that hostgator has certain permissions and security measures in place that do not play well with php that requires fopen and other parameters.  Have you recreated your server environment locally and successfully performed a download/import?
Thats where i&#039;d start really...is it software, or is it the host environment?</description>
		<content:encoded><![CDATA[<p>too many moving parts to make troubleshooting effective.</p>
<p>Start with just getting vielerets working.</p>
<p>Create a target with a csv as the output, instead of a wp-realty database import.  </p>
<p>Do you successfully download listing data?</p>
<p>If so, then point the target towards wp-realty.</p>
<p>If that&#8217;s the point that this whole thing blows up, then you&#8217;re probably looking at a couple possibilites,</p>
<p>a. The database doesn&#8217;t like the data your trying to import, perhaps related to your MLS/RETS provider?</p>
<p>b. VieleRETS is having difficulty moving data over to the database, perhaps a php/server security/permissions issue?</p>
<p>c.  I have heard, nothing official, just grapevine stuff, that hostgator has certain permissions and security measures in place that do not play well with php that requires fopen and other parameters.  Have you recreated your server environment locally and successfully performed a download/import?<br />
Thats where i&#8217;d start really&#8230;is it software, or is it the host environment?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VieleRETS automatically updating WP-Realty by Chris</title>
		<link>http://www.tarpontech.net/vielerets-automatically-updating-wp-realty/comment-page-1/#comment-14</link>
		<dc:creator>Chris</dc:creator>
		<pubDate>Thu, 05 Aug 2010 22:12:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.tarpontech.net/?p=377#comment-14</guid>
		<description>This is a great article. I have spent the past few days trying to set this up and I am having some issues that seem to deal with Vielerets, wprealty and/or Hostgator.

I have all set up. Then when I go to download listings, I get, &quot;  While processing DMQL Query: &quot;(ListingKey=90018724604)&#124;(ListingKey=90081780190)&#124;(ListingKey=90091534922)&#124;(ListingKey=90098276805)&#124;(ListingKey=90099256574)&#124;(ListingKey=90099257242)&#124;(ListingKey=90105926803)&#124;(ListingKey=90122921703)&#124;(ListingKey=90130303577)&#124;(ListingKey=90135785518)&#124;(ListingKey=90136040562)&#124;(ListingKey=90140114556)&#124;(ListingKey=90140735152)&#124;(ListingKey=90143579074)&#124;(ListingKey=90143899944)&#124;(ListingKey=90147945236)&#124;(ListingKey=90148455886)&#124;(ListingKey=90151890682)&#124;(ListingKey=90153211119)&#124;(ListingKey=90157584909)&quot;,
  the server returned the message: &quot;V2.6.0 688: No records found&quot;

  As a workaround, a single transaction will be used for each transaction in this batch.
. 
  class index ERROR INSERT INTO wp_realty_classlistingsdb (class_id,listingsdb_id) VALUES(,36) . 
  class index ERROR INSERT INTO wp_realty_classlistingsdb (class_id,listingsdb_id) VALUES(,37) . 
  class index ERROR INSERT INTO wp_realty_classlistingsdb (class_id,listingsdb_id) VALUES(,38) . 
  class index ERROR INSERT INTO wp_realty_classlistingsdb (class_id,listingsdb_id) VALUES(,39).......

and it continues for about 2 seconds per record. sometimes it freezes up. Has anyone run into this and what is the corrective action?

Thanks for any help,

Chris</description>
		<content:encoded><![CDATA[<p>This is a great article. I have spent the past few days trying to set this up and I am having some issues that seem to deal with Vielerets, wprealty and/or Hostgator.</p>
<p>I have all set up. Then when I go to download listings, I get, &#8221;  While processing DMQL Query: &#8220;(ListingKey=90018724604)|(ListingKey=90081780190)|(ListingKey=90091534922)|(ListingKey=90098276805)|(ListingKey=90099256574)|(ListingKey=90099257242)|(ListingKey=90105926803)|(ListingKey=90122921703)|(ListingKey=90130303577)|(ListingKey=90135785518)|(ListingKey=90136040562)|(ListingKey=90140114556)|(ListingKey=90140735152)|(ListingKey=90143579074)|(ListingKey=90143899944)|(ListingKey=90147945236)|(ListingKey=90148455886)|(ListingKey=90151890682)|(ListingKey=90153211119)|(ListingKey=90157584909)&#8221;,<br />
  the server returned the message: &#8220;V2.6.0 688: No records found&#8221;</p>
<p>  As a workaround, a single transaction will be used for each transaction in this batch.<br />
.<br />
  class index ERROR INSERT INTO wp_realty_classlistingsdb (class_id,listingsdb_id) VALUES(,36) .<br />
  class index ERROR INSERT INTO wp_realty_classlistingsdb (class_id,listingsdb_id) VALUES(,37) .<br />
  class index ERROR INSERT INTO wp_realty_classlistingsdb (class_id,listingsdb_id) VALUES(,38) .<br />
  class index ERROR INSERT INTO wp_realty_classlistingsdb (class_id,listingsdb_id) VALUES(,39)&#8230;&#8230;.</p>
<p>and it continues for about 2 seconds per record. sometimes it freezes up. Has anyone run into this and what is the corrective action?</p>
<p>Thanks for any help,</p>
<p>Chris</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Get-the-Image, TimThumb, and WordPress 3.0 Blog Networks by Devin</title>
		<link>http://www.tarpontech.net/get-the-image-timthumb-and-wordpress-3-0-blog-networks/comment-page-1/#comment-13</link>
		<dc:creator>Devin</dc:creator>
		<pubDate>Tue, 27 Jul 2010 02:45:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.tarpontech.net/?p=419#comment-13</guid>
		<description>Shameless ripping off is what I love about the platform.  It&#039;s great when everyone shares their solutions and helps each other out.  Cheers!</description>
		<content:encoded><![CDATA[<p>Shameless ripping off is what I love about the platform.  It&#8217;s great when everyone shares their solutions and helps each other out.  Cheers!</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VieleRETS automatically updating WP-Realty by Garrett</title>
		<link>http://www.tarpontech.net/vielerets-automatically-updating-wp-realty/comment-page-1/#comment-12</link>
		<dc:creator>Garrett</dc:creator>
		<pubDate>Fri, 11 Jun 2010 16:44:13 +0000</pubDate>
		<guid isPermaLink="false">http://www.tarpontech.net/?p=377#comment-12</guid>
		<description>Thanks for the reply.

I talked to him. I will have to see if the cost of the script+plugin is worth it for a small neighborhood site.

Or if I should just, sadly, i-frame it
for free.</description>
		<content:encoded><![CDATA[<p>Thanks for the reply.</p>
<p>I talked to him. I will have to see if the cost of the script+plugin is worth it for a small neighborhood site.</p>
<p>Or if I should just, sadly, i-frame it<br />
for free.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VieleRETS automatically updating WP-Realty by admin</title>
		<link>http://www.tarpontech.net/vielerets-automatically-updating-wp-realty/comment-page-1/#comment-11</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Wed, 09 Jun 2010 21:56:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.tarpontech.net/?p=377#comment-11</guid>
		<description>Jared Ritchey from wp-realty prefers the csv importation method, he&#039;s mentioned it extensively in their forum and on his blog.  You just need the csv ---&gt; wprealty database scripts.  Perhaps if you ask Jared, he&#039;ll be kind enough to share.</description>
		<content:encoded><![CDATA[<p>Jared Ritchey from wp-realty prefers the csv importation method, he&#8217;s mentioned it extensively in their forum and on his blog.  You just need the csv &#8212;> wprealty database scripts.  Perhaps if you ask Jared, he&#8217;ll be kind enough to share.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on VieleRETS automatically updating WP-Realty by Garrett</title>
		<link>http://www.tarpontech.net/vielerets-automatically-updating-wp-realty/comment-page-1/#comment-10</link>
		<dc:creator>Garrett</dc:creator>
		<pubDate>Wed, 09 Jun 2010 21:38:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.tarpontech.net/?p=377#comment-10</guid>
		<description>Great article. I was wondering though. If you have a service that gives you a CSV file in .txt format from a raw data feed (florida board of realtors), would it be possible to still use veilerets to update WPRealty?
Skip the steps where it grabs the rets and turns it into csv? Or is there a better script out there that can accomplish that?</description>
		<content:encoded><![CDATA[<p>Great article. I was wondering though. If you have a service that gives you a CSV file in .txt format from a raw data feed (florida board of realtors), would it be possible to still use veilerets to update WPRealty?<br />
Skip the steps where it grabs the rets and turns it into csv? Or is there a better script out there that can accomplish that?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

