<?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 Tag: help - Recent Topics</title>
		<link>http://www.e2interactive.com/forums/tags/help</link>
		<description>E2interactive Forums Tag: help - Recent Topics</description>
		<language>en-US</language>
		<pubDate>Fri, 30 Jul 2010 16:51:41 +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/tags/help/topics" rel="self" type="application/rss+xml" />

		<item>
			<title>nursegary on "image too large?"</title>
			<link>http://www.e2interactive.com/forums/topic/image-too-large#post-565</link>
			<pubDate>Sun, 20 Apr 2008 16:59:07 +0000</pubDate>
			<dc:creator>nursegary</dc:creator>
			<guid isPermaLink="false">565@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;Hello, I love this photo gallery, but I can't get it to work, no matter how small of an image I try to upload I get the error &#34;Error - File too big&#34;, what am I doing wrong, I only modified the username and password in the config file. I've tried everything that I can think of, but I'm not a great programmer and I'm struggling with this one... Please help...&#60;/p&#62;
&#60;p&#62;This is the error I keep getting &#60;a href=&#34;http://www.nursegary.com/images/error.jpg&#34; rel=&#34;nofollow&#34;&#62;http://www.nursegary.com/images/error.jpg&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;My website is &#60;a href=&#34;http://www.nursegary.com&#34; rel=&#34;nofollow&#34;&#62;http://www.nursegary.com&#60;/a&#62;&#60;br /&#62;
E2 is at &#60;a href=&#34;http://www.nursegary.com/e2/gallery&#34; rel=&#34;nofollow&#34;&#62;http://www.nursegary.com/e2/gallery&#60;/a&#62;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>sserbin on "I have unkonw warning, when upload photo"</title>
			<link>http://www.e2interactive.com/forums/topic/i-have-unkonw-warning-when-upload-photo#post-735</link>
			<pubDate>Thu, 24 Jul 2008 08:49:56 +0000</pubDate>
			<dc:creator>sserbin</dc:creator>
			<guid isPermaLink="false">735@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;Hello! &#60;/p&#62;
&#60;p&#62;Can you help me, i dont know what problem in my site gallery &#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://magicspika.com/gallery/&#34; rel=&#34;nofollow&#34;&#62;http://magicspika.com/gallery/&#60;/a&#62;&#60;/p&#62;
&#60;p&#62;login 123&#60;br /&#62;
pass  123&#60;/p&#62;
&#60;p&#62;When i upload photo, i see thisw warning:&#60;/p&#62;
&#60;p&#62;Warning: file_exists() [function.file-exists]: open_basedir restriction in effect. File(/) is not within the allowed path(s): (/home:/tmp) in /home/spika/public_html/gallery/uploader/class.upload.php on line 2018&#60;/p&#62;
&#60;p&#62;Warning: is_dir() [function.is-dir]: open_basedir restriction in effect. File(/) is not within the allowed path(s): (/home:/tmp) in /home/spika/public_html/gallery/uploader/class.upload.php on line 1814&#60;/p&#62;
&#60;p&#62;And after that photos not upload, i dont know whot i must do. Please help, becouse this gallery very good and i wont install at my site. Can you see what problams i have.&#60;/p&#62;
&#60;p&#62;Congif.php is&#60;/p&#62;
&#60;p&#62;&#38;lt;?php&#60;br /&#62;
	//Define the folder where your photos will be placed on you server.&#60;br /&#62;
	//Relative to the path you place the galery index.php&#60;br /&#62;
	$gallerypath=&#34;../images&#34;; 		//EX. images or ../gallery/images no trailing slash needed&#60;br /&#62;
	$thumbpath=&#34;../imagethumbs&#34;;	//EX.  images or ../gallery/images no trailing slash needed&#60;br /&#62;
	$transitionspeed=&#34;500&#34;;		//How fast you want the animations to render&#60;br /&#62;
	$fadespeed=&#34;300&#34;;			//How fast you want the photos to fade in and out&#60;br /&#62;
	$users[0]=&#34;123&#34;;	//Username for accessing image uploader&#60;br /&#62;
	$passw[0]=&#34;123&#34;;		//Password to access image uploader&#60;br /&#62;
?&#38;gt;
&#60;/p&#62;</description>
		</item>
		<item>
			<title>e2 on "First Image Display Error - Please test?"</title>
			<link>http://www.e2interactive.com/forums/topic/first-image-display-error-please-test#post-223</link>
			<pubDate>Mon, 14 Jan 2008 15:34:51 +0000</pubDate>
			<dc:creator>e2</dc:creator>
			<guid isPermaLink="false">223@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;So I have been working on a solution for the bug with IE 6 and IE 7 where the first image doesn't load if the visitor has been to the gallery and then visits again and the first image doesn't load.&#60;/p&#62;
&#60;p&#62;This has been a fix that is hard to diagnose simply because IE 6 and IE 7 do not output any debugging info as to help with the process.  So my only way to fix the error is to take a guess at what is happening.  &#60;/p&#62;
&#60;p&#62;The gallery loads all the images using javascript functions and writing to the page after everything has loaded.  My idea is to have the first image actually be output into the html when the page renders. &#60;/p&#62;
&#60;p&#62;I've been working on a solution but I need help with people running IE 6 and IE 7, I don't run windows so it's hard for me to test it easily.  Visit this link: &#60;a href=&#34;http://www.e2interactive.com/e2_photo_gallery/e2_photo_gallery_full/&#34; rel=&#34;nofollow&#34;&#62;http://www.e2interactive.com/e2_photo_gallery/e2_photo_gallery_full/&#60;/a&#62; and let me know if the error still happens or help me debug this nagging error.
&#60;/p&#62;</description>
		</item>
		<item>
			<title>clintsbaker on "Path is not a directory: error"</title>
			<link>http://www.e2interactive.com/forums/topic/path-is-not-a-directory-error#post-54</link>
			<pubDate>Sat, 22 Sep 2007 01:45:09 +0000</pubDate>
			<dc:creator>clintsbaker</dc:creator>
			<guid isPermaLink="false">54@http://www.e2interactive.com/forums/</guid>
			<description>&#60;p&#62;I am getting a &#34;Path is not a directory: /gallery/images&#34; error when I have finished uploading the files and folders to my ftp and I try to go to my website.  Could you help...I'm stuck.
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>
