<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.1" -->
<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">
	<channel>
		<title>E2interactive Forums Forum:  - Recent Posts</title>
		<link>http://www.e2interactive.com/forums/forum/</link>
		<description>E2interactive Forums Forum:  - Recent Posts</description>
		<language>en-US</language>
		<pubDate>Thu, 09 Sep 2010 14:46:43 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.1</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://www.e2interactive.com/forums/search.php</link>
		</textInput>
		<atom:link href="http://www.e2interactive.com/forums/rss/forum/" rel="self" type="application/rss+xml" />

		<item>
			<title>bmorris74 on "Link to specific gallery"</title>
			<link>http://www.e2interactive.com/forums/topic/link-to-specific-gallery#post-1640</link>
			<pubDate>Tue, 07 Sep 2010 16:20:13 +0000</pubDate>
			<dc:creator>bmorris74</dc:creator>
			<guid isPermaLink="false">1640@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;I was just curious to see if you were able to figure out how to make this work with a link from another page.  Would it work using .$_SERVER[&#34;REQUEST_URI&#34;]; or something similar?&#60;/p&#62;
&#60;p&#62;I am actually trying to set it up so that our public galleries are available (&#60;a href=&#34;http://www.mysite.com/gallery&#34; rel=&#34;nofollow&#34;&#62;http://www.mysite.com/gallery&#60;/a&#62;) and a client can view only their gallery (&#60;a href=&#34;http://www.mysite.com/clientname)&#34; rel=&#34;nofollow&#34;&#62;http://www.mysite.com/clientname)&#60;/a&#62;.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>laganzua on "Link to specific gallery"</title>
			<link>http://www.e2interactive.com/forums/topic/link-to-specific-gallery#post-1637</link>
			<pubDate>Thu, 02 Sep 2010 11:26:15 +0000</pubDate>
			<dc:creator>laganzua</dc:creator>
			<guid isPermaLink="false">1637@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;I need the same tha user Peterro but I tried the code and nothing happens.&#60;br /&#62;
I'm looking inside e2gallerypro.js and there is a similar code but with a few differents that i dón't understand:&#60;br /&#62;
This is the piece of .js code:&#60;/p&#62;
&#60;p&#62;$$(&#34;.gallery&#34;).addEvent(&#34;click&#34;,function(l)&#60;br /&#62;
if(playing==true){slideshow()}var m=this.id;&#60;br /&#62;
galleryID=&#34;&#34;+m+&#34;&#34;;galleries();galleryNum=Number(galleryID.slice(7));&#60;br /&#62;
loadThumbs(galleryNum,&#34;loadNew&#34;);movedamount=0})}};&#60;/p&#62;
&#60;p&#62;class .gallery -&#38;gt; class .gallerylink in your code ¿Need to create this class in the css?&#60;br /&#62;
galleryID.slice(7) -&#38;gt;  galleryID.slice(2)in your code What is (number 7 and 2)?.&#60;/p&#62;
&#60;p&#62;please... help&#60;br /&#62;
thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Raconteur on "Can&#039;t see images in gallery, even from unmodified installI"</title>
			<link>http://www.e2interactive.com/forums/topic/cant-see-images-in-gallery-even-from-unmodified-installi#post-1636</link>
			<pubDate>Mon, 30 Aug 2010 19:22:02 +0000</pubDate>
			<dc:creator>Raconteur</dc:creator>
			<guid isPermaLink="false">1636@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;Got it... e2photo.js - $returnimgcode.&#60;/p&#62;
&#60;p&#62;Stripped the path and everything works now.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Raconteur on "Can&#039;t see images in gallery, even from unmodified installI"</title>
			<link>http://www.e2interactive.com/forums/topic/cant-see-images-in-gallery-even-from-unmodified-installi#post-1635</link>
			<pubDate>Mon, 30 Aug 2010 19:17:47 +0000</pubDate>
			<dc:creator>Raconteur</dc:creator>
			<guid isPermaLink="false">1635@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;Ok, found something... in e2photo2.js there is a line in #loadfirstimage that sets the initial image source to &#34;../../e2_photo_gallery_full/js/&#34; + the specified folder of the image.&#60;/p&#62;
&#60;p&#62;Changing that to remove that full folder structure and use only what is specified in the tempgallery fixes the initial image.&#60;/p&#62;
&#60;p&#62;Now I just need to figure out where the other URIs are getting built...
&#60;/p&#62;</description>
		</item>
		<item>
			<title>Raconteur on "Can&#039;t see images in gallery, even from unmodified installI"</title>
			<link>http://www.e2interactive.com/forums/topic/cant-see-images-in-gallery-even-from-unmodified-installi#post-1634</link>
			<pubDate>Mon, 30 Aug 2010 19:07:38 +0000</pubDate>
			<dc:creator>Raconteur</dc:creator>
			<guid isPermaLink="false">1634@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;Hey there,&#60;/p&#62;
&#60;p&#62;I am having the same problem with the open source version.  No error or failure, just no image loading.  Thumbs are fine, but the initial image does not load, and clicking on a thumbnail resizes the div but does not display a pic.&#60;/p&#62;
&#60;p&#62;I debugged into the script and see that it is appending a second &#34;images&#34; folder to the path.&#60;/p&#62;
&#60;p&#62;Currently, I have the gallery code in a folder called &#34;gallery&#34; which hangs off the root of my site.  Inside of the &#34;gallery&#34; folder are &#34;images&#34; and &#34;imagethumbs&#34; which is where my images are kept.&#60;/p&#62;
&#60;p&#62;My config.php has:&#60;br /&#62;
$gallerypath=&#34;images&#34;;&#60;br /&#62;
$thumbpath=&#34;imagethumbs&#34;;&#60;/p&#62;
&#60;p&#62;When I upload, there are two fields, one for the image folder and one for the thumbnails folder.  In there, I put ../images/ and ../imagethumbs/ respectively (leaving them blank threw an error that the folder was not found).&#60;/p&#62;
&#60;p&#62;Am I doing something wrong?  Thought I followed the instructions pretty closely...&#60;/p&#62;
&#60;p&#62;Thanks for any input!&#60;/p&#62;
&#60;p&#62;Chris
&#60;/p&#62;</description>
		</item>
		<item>
			<title>e2 on "Changing font for the title and description under the thumbs"</title>
			<link>http://www.e2interactive.com/forums/topic/changing-font-for-the-title-and-description-under-the-thumbs#post-1633</link>
			<pubDate>Thu, 26 Aug 2010 15:34:54 +0000</pubDate>
			<dc:creator>e2</dc:creator>
			<guid isPermaLink="false">1633@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;&#60;code&#62;#imgtitle strong{}&#60;/code&#62; will control the title&#60;/p&#62;
&#60;p&#62;and&#60;/p&#62;
&#60;p&#62;&#60;code&#62;#imgtitle{}&#60;/code&#62; will control the description
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jpinaud on "Changing font for the title and description under the thumbs"</title>
			<link>http://www.e2interactive.com/forums/topic/changing-font-for-the-title-and-description-under-the-thumbs#post-1632</link>
			<pubDate>Wed, 25 Aug 2010 22:32:46 +0000</pubDate>
			<dc:creator>jpinaud</dc:creator>
			<guid isPermaLink="false">1632@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;Hi!&#60;br /&#62;
I would just like to change the font of the title and description taht are appearing under the thumbbox. Thus could you just say me what is the CSS &#34;name&#34; corresponding to it in the e2photo.css?&#60;br /&#62;
Thank you.&#60;br /&#62;
Julien.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>jpinaud on "IPTC"</title>
			<link>http://www.e2interactive.com/forums/topic/iptc#post-1631</link>
			<pubDate>Wed, 25 Aug 2010 22:22:41 +0000</pubDate>
			<dc:creator>jpinaud</dc:creator>
			<guid isPermaLink="false">1631@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;I think i found the problem!&#60;br /&#62;
First i would like to apologize for my english language. I am french so if you don't understand, i will try to explain it again.&#60;br /&#62;
So!&#60;br /&#62;
If you are working in Windows like me, I think that you have replaced all the APP13 by APP0 in the getfolders.php.&#60;br /&#62;
In fact this put all the IPTC infos to null, so if you want to show the IPTC without bug, you have to replace the APP0 by APP13, but if they are some IPTC (title, description, author..) empty, the php will send you an error as it can't find the value.&#60;br /&#62;
Thus, you have to test them before.&#60;br /&#62;
For this purpose, when you see a code similar to this: $iptc = iptcparse ($info[&#34;APP13&#34;]) (this is also the case for others IPTC fields)&#60;br /&#62;
replace it by:&#60;br /&#62;
if (isset($info[&#34;APP13&#34;]))&#60;br /&#62;
{&#60;br /&#62;
   $iptc = iptcparse ($info[&#34;APP13&#34;]);&#60;br /&#62;
}&#60;br /&#62;
You can do the same for the others IPTC fields, but don't forget to change the number corresponding to the IPTC field.&#60;br /&#62;
For example for the title:&#60;br /&#62;
$title = (isset($iptc[&#34;2#005&#34;][0])) ? $iptc[&#34;2#005&#34;][0] : 'Le champ titre est vide';&#60;br /&#62;
Like this, instead of reporting an error, you will just see 'Le champ titre est vide';&#60;br /&#62;
You can also put together the code given here in the same if-else function to have a lighter code.&#60;br /&#62;
That's all, i hope it will help som of yours.&#60;br /&#62;
Bye&#60;br /&#62;
Julien.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>punksux on "Invalid argument - parsexml.php"</title>
			<link>http://www.e2interactive.com/forums/topic/invalid-argument-parsexmlphp#post-1630</link>
			<pubDate>Fri, 20 Aug 2010 18:36:32 +0000</pubDate>
			<dc:creator>punksux</dc:creator>
			<guid isPermaLink="false">1630@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;I figured it out. I had deleted the &#38;lt;galleries&#38;gt; and &#38;lt;/galleries&#38;gt; tags when I updated the xml. I didn't notice them because they were so close to the &#38;lt;gallery&#38;gt; tags :-)&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>e2 on "Invalid argument - parsexml.php"</title>
			<link>http://www.e2interactive.com/forums/topic/invalid-argument-parsexmlphp#post-1629</link>
			<pubDate>Fri, 20 Aug 2010 15:20:35 +0000</pubDate>
			<dc:creator>e2</dc:creator>
			<guid isPermaLink="false">1629@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;Double check you're path to your XML file in the e2config.php file.  Also check that you're XML file is setup correctly by taking a look at the Sample XML file.  Or send me your XML file and I can take a look at it.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>punksux on "Invalid argument - parsexml.php"</title>
			<link>http://www.e2interactive.com/forums/topic/invalid-argument-parsexmlphp#post-1628</link>
			<pubDate>Thu, 19 Aug 2010 15:25:39 +0000</pubDate>
			<dc:creator>punksux</dc:creator>
			<guid isPermaLink="false">1628@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://www.cabinetworldonline.com/gallery&#34; rel=&#34;nofollow&#34;&#62;http://www.cabinetworldonline.com/gallery&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>e2 on "Invalid argument - parsexml.php"</title>
			<link>http://www.e2interactive.com/forums/topic/invalid-argument-parsexmlphp#post-1627</link>
			<pubDate>Wed, 18 Aug 2010 14:34:16 +0000</pubDate>
			<dc:creator>e2</dc:creator>
			<guid isPermaLink="false">1627@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;Do you have a link to look at to see the error you're getting?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>punksux on "Invalid argument - parsexml.php"</title>
			<link>http://www.e2interactive.com/forums/topic/invalid-argument-parsexmlphp#post-1626</link>
			<pubDate>Tue, 17 Aug 2010 18:42:50 +0000</pubDate>
			<dc:creator>punksux</dc:creator>
			<guid isPermaLink="false">1626@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;I directly uploaded the gallery with no changes and am not getting the images or thumbs to show up. If I look at the source there is a Warning that says &#34;Invalid argument supplied for foreach() in &#38;lt;b&#38;gt;/home/content/.../html/gallery/php/parsexml.php&#38;lt;/b&#38;gt; on line &#38;lt;b&#38;gt;23&#38;lt;/b&#38;gt;&#60;br /&#62;&#34;&#60;br /&#62;
Any help would be appreciated.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>e2 on "Deep Linking?"</title>
			<link>http://www.e2interactive.com/forums/topic/deep-linking#post-1624</link>
			<pubDate>Wed, 11 Aug 2010 20:32:01 +0000</pubDate>
			<dc:creator>e2</dc:creator>
			<guid isPermaLink="false">1624@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;Currently no, not from an external link.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>trane on "Deep Linking?"</title>
			<link>http://www.e2interactive.com/forums/topic/deep-linking#post-1623</link>
			<pubDate>Wed, 11 Aug 2010 18:02:04 +0000</pubDate>
			<dc:creator>trane</dc:creator>
			<guid isPermaLink="false">1623@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;is it possible to link to a specific album or image in a gallery?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>dricepick on "Safari problems - loads 1st time, and not the second.."</title>
			<link>http://www.e2interactive.com/forums/topic/safari-problems-loads-1st-time-and-not-the-second#post-1622</link>
			<pubDate>Wed, 11 Aug 2010 11:20:31 +0000</pubDate>
			<dc:creator>dricepick</dc:creator>
			<guid isPermaLink="false">1622@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;Hi Can you please explain the fix a bit more clearly.  Where is the code supposed to go/&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>e2 on "Can&#039;t see images in gallery, even from unmodified installI"</title>
			<link>http://www.e2interactive.com/forums/topic/cant-see-images-in-gallery-even-from-unmodified-installi#post-1621</link>
			<pubDate>Mon, 09 Aug 2010 15:12:09 +0000</pubDate>
			<dc:creator>e2</dc:creator>
			<guid isPermaLink="false">1621@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;I went to check out your gallery but you've got a include error on your page.  Check your include of the e2config.php file it seems to be set wrong.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>calkew5 on "Can&#039;t see images in gallery, even from unmodified installI"</title>
			<link>http://www.e2interactive.com/forums/topic/cant-see-images-in-gallery-even-from-unmodified-installi#post-1620</link>
			<pubDate>Fri, 06 Aug 2010 20:04:26 +0000</pubDate>
			<dc:creator>calkew5</dc:creator>
			<guid isPermaLink="false">1620@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;Also having one more issue.  I can't seem to get new galleries (or even sample galleries with edits) to show up on the site.  It's as if the site is not refreshing properly.  New galleries show up in the uploader, but only on the specific &#34;upload XML&#34; tab and not anywhere else.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>calkew5 on "Can&#039;t see images in gallery, even from unmodified installI"</title>
			<link>http://www.e2interactive.com/forums/topic/cant-see-images-in-gallery-even-from-unmodified-installi#post-1619</link>
			<pubDate>Fri, 06 Aug 2010 14:32:02 +0000</pubDate>
			<dc:creator>calkew5</dc:creator>
			<guid isPermaLink="false">1619@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;Brilliant.  I knew it had to be something stupidly simple.  Thanks a lot.&#60;/p&#62;
&#60;p&#62;-Wes
&#60;/p&#62;</description>
		</item>
		<item>
			<title>e2 on "Can&#039;t see images in gallery, even from unmodified installI"</title>
			<link>http://www.e2interactive.com/forums/topic/cant-see-images-in-gallery-even-from-unmodified-installi#post-1618</link>
			<pubDate>Fri, 06 Aug 2010 14:24:57 +0000</pubDate>
			<dc:creator>e2</dc:creator>
			<guid isPermaLink="false">1618@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;Looks like you do have a permissions issue on your files.  Sometimes this happens when they're uploaded with some FTP clients.  Check the permissions on your files and set them to at least chmod 754.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>trane on "I&#039;ll PAY for someone to help me install e2galleryPro into my Drupal site!"</title>
			<link>http://www.e2interactive.com/forums/topic/ill-pay-for-someone-to-help-me-install-e2gallerypro-into-my-drupal-site#post-1617</link>
			<pubDate>Fri, 06 Aug 2010 01:41:09 +0000</pubDate>
			<dc:creator>trane</dc:creator>
			<guid isPermaLink="false">1617@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;Has anyone successfully installed e2galleryPro into a Drupal 6 site?  I'm desperate, and will pay via paypal to anyone who can get this done with me.&#60;/p&#62;
&#60;p&#62;Let me know if you're able to help.&#60;/p&#62;
&#60;p&#62;Thank you&#60;br /&#62;
(614) 286-8066&#60;br /&#62;
&#60;a href=&#34;mailto:trane@depriestonline.com&#34;&#62;trane@depriestonline.com&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>brianbrooks on "Can&#039;t see images in gallery, even from unmodified installI"</title>
			<link>http://www.e2interactive.com/forums/topic/cant-see-images-in-gallery-even-from-unmodified-installi#post-1616</link>
			<pubDate>Thu, 05 Aug 2010 20:38:06 +0000</pubDate>
			<dc:creator>brianbrooks</dc:creator>
			<guid isPermaLink="false">1616@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;Having the same problem. Checked the path and can't get the sample gallery to show.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.jordanching.com/e2gallerypro/&#34; rel=&#34;nofollow&#34;&#62;http://www.jordanching.com/e2gallerypro/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Even tried to view the sample images and get a permissions issue&#60;br /&#62;
&#60;a href=&#34;http://www.jordanching.com/e2gallerypro/e2upload/Galleries/gallery1/large/DSC_0670.jpg&#34; rel=&#34;nofollow&#34;&#62;http://www.jordanching.com/e2gallerypro/e2upload/Galleries/gallery1/large/DSC_0670.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;Set to use PHP 4&#60;/p&#62;
&#60;p&#62;any ideas?&#60;/p&#62;
&#60;p&#62;thanks
&#60;/p&#62;</description>
		</item>
		<item>
			<title>e2 on "Can&#039;t see images in gallery, even from unmodified installI"</title>
			<link>http://www.e2interactive.com/forums/topic/cant-see-images-in-gallery-even-from-unmodified-installi#post-1615</link>
			<pubDate>Thu, 05 Aug 2010 16:06:08 +0000</pubDate>
			<dc:creator>e2</dc:creator>
			<guid isPermaLink="false">1615@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;You need to update your XML file to look for the images in the correct location. The default install is set up to look in the &#60;code&#62;/e2gallerypro/&#60;/code&#62; folder for the images.  But your images are located in &#60;code&#62;/e2upload/Galleries/gallery1/&#60;/code&#62; and not &#60;code&#62;/e2gallerypro/e2upload/Galleries/gallery1/&#60;/code&#62;.  You've installed it on the root, you'll need to update the XML file to reflect that change.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>calkew5 on "Can&#039;t see images in gallery, even from unmodified installI"</title>
			<link>http://www.e2interactive.com/forums/topic/cant-see-images-in-gallery-even-from-unmodified-installi#post-1614</link>
			<pubDate>Wed, 04 Aug 2010 20:31:12 +0000</pubDate>
			<dc:creator>calkew5</dc:creator>
			<guid isPermaLink="false">1614@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;Okay.  Here it is.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://www.wescalkindesign.com&#34;&#62;Link&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;This is just the E2 Gallery Pro code sitting in the root folder of the server.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>e2 on "Can&#039;t see images in gallery, even from unmodified installI"</title>
			<link>http://www.e2interactive.com/forums/topic/cant-see-images-in-gallery-even-from-unmodified-installi#post-1613</link>
			<pubDate>Wed, 04 Aug 2010 20:28:59 +0000</pubDate>
			<dc:creator>e2</dc:creator>
			<guid isPermaLink="false">1613@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;Link to your gallery?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>calkew5 on "Can&#039;t see images in gallery, even from unmodified installI"</title>
			<link>http://www.e2interactive.com/forums/topic/cant-see-images-in-gallery-even-from-unmodified-installi#post-1612</link>
			<pubDate>Wed, 04 Aug 2010 19:31:51 +0000</pubDate>
			<dc:creator>calkew5</dc:creator>
			<guid isPermaLink="false">1612@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;Hi,&#60;/p&#62;
&#60;p&#62;I'm really looking forward to getting this working; it seems like a great product.  However, at the moment I'm having a couple of issues:&#60;/p&#62;
&#60;p&#62;1. Images are simply not showing up.  Just a loading screen for eternity.  I also attempted to load my own gallery, with the same results, so I re-installed the original files and began troubleshooting from a clean slate.  Interestingly, the sample videos work great.  It seems like an issue with the paths, because the video paths are absolute (because they're direct links to youtube) while the image paths are relative.&#60;/p&#62;
&#60;p&#62;2. The uploader keeps asking me to install Flash, which I've done several times.  The uploader sometimes recognizes that the plugin is present and sometimes not, seemingly at random.  I've seen others on the board with the same problem but haven't found a resolution for it.&#60;/p&#62;
&#60;p&#62;Thanks!
&#60;/p&#62;</description>
		</item>
		<item>
			<title>e2 on "E2 galery pro issues"</title>
			<link>http://www.e2interactive.com/forums/topic/e2-galery-pro-issues#post-1611</link>
			<pubDate>Tue, 03 Aug 2010 13:58:02 +0000</pubDate>
			<dc:creator>e2</dc:creator>
			<guid isPermaLink="false">1611@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;Contact me via email on my contact form and send me info to look at your server via FTP.  I'll take a look and see if I can figure out what's going on with the install.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gll on "E2 galery pro issues"</title>
			<link>http://www.e2interactive.com/forums/topic/e2-galery-pro-issues#post-1610</link>
			<pubDate>Tue, 03 Aug 2010 11:43:14 +0000</pubDate>
			<dc:creator>gll</dc:creator>
			<guid isPermaLink="false">1610@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;that would be great, what do I need to do?
&#60;/p&#62;</description>
		</item>
		<item>
			<title>e2 on "E2 galery pro issues"</title>
			<link>http://www.e2interactive.com/forums/topic/e2-galery-pro-issues#post-1609</link>
			<pubDate>Tue, 03 Aug 2010 03:39:44 +0000</pubDate>
			<dc:creator>e2</dc:creator>
			<guid isPermaLink="false">1609@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;Would you like me to try taking a look at your install?  Something seems wacky with your install, or it could be a rare server incompatibility.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>gll on "E2 galery pro issues"</title>
			<link>http://www.e2interactive.com/forums/topic/e2-galery-pro-issues#post-1608</link>
			<pubDate>Sat, 31 Jul 2010 00:43:52 +0000</pubDate>
			<dc:creator>gll</dc:creator>
			<guid isPermaLink="false">1608@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;&#60;a href=&#34;http://gllangley.com/e2gallerypro/e2upload/index.php&#34; rel=&#34;nofollow&#34;&#62;http://gllangley.com/e2gallerypro/e2upload/index.php&#60;/a&#62;, also it says I need to install Adobe flash which I have done 3 times already.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
