<?xml version="1.0"?><!-- generator="bbPress" -->

<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
>

<channel>
<title>e2interactive forums Tag: apache</title>
<link>http://www.e2interactive.com/blog/forums/</link>
<description>e2interactive forums Tag: apache</description>
<language>en</language>
<pubDate>Thu, 28 Aug 2008 03:54:53 +0000</pubDate>

<item>
<title>Mehran on "Would e2 work with Apache server?"</title>
<link>http://www.e2interactive.com/blog/forums/topic/92#post-420</link>
<pubDate>Thu, 14 Feb 2008 17:23:09 +0000</pubDate>
<dc:creator>Mehran</dc:creator>
<guid isPermaLink="false">420@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;Thank you for all your help.&#60;/p&#62;
&#60;p&#62;I fixed the Thumbs.db issue by turning on the &#34;Do not cash thumbnails&#34; under the folder view properties. Apparently this is a Microsoft generated file.&#60;/p&#62;
&#60;p&#62;I will try the latest e2photo2.js once more. As I mentioned before, this problem does not show up on other computers.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>e2 on "Would e2 work with Apache server?"</title>
<link>http://www.e2interactive.com/blog/forums/topic/92#post-419</link>
<pubDate>Thu, 14 Feb 2008 15:47:30 +0000</pubDate>
<dc:creator>e2</dc:creator>
<guid isPermaLink="false">419@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;If you are having the arrows and 1st image issue, download the latest files and replace the e2photo2.js file in the js folder.&#60;/p&#62;
&#60;p&#62;The &#60;code&#62;Thumb.db&#60;/code&#62; file, I'd have no idea,.   I am sorry I wouldn't be of much help with Apache or Server settings stuff,  I mainly built websites in html and php.   To be sure that my script ignores any file with the extensions of &#60;code&#62;.db&#60;/code&#62;, you could open up the getfolders.php file and locate the following:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;if ($file == &#38;quot;.&#38;quot; &#124;&#124; $file == &#38;quot;..&#38;quot; &#124;&#124; $file == &#38;quot;.DS_Store&#38;quot;) continue;&#60;/code&#62;  (You will find this 3 times in the file)&#60;/p&#62;
&#60;p&#62;and change it to:&#60;/p&#62;
&#60;p&#62;&#60;code&#62;if ($file == &#38;quot;.&#38;quot; &#124;&#124; $file == &#38;quot;..&#38;quot; &#124;&#124; $file == &#38;quot;.DS_Store&#38;quot; &#124;&#124; $file == &#38;quot;Thumb.db&#38;quot;) continue;&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;See if that helps.
&#60;/p&#62;</description>
</item>
<item>
<title>Mehran on "Would e2 work with Apache server?"</title>
<link>http://www.e2interactive.com/blog/forums/topic/92#post-418</link>
<pubDate>Thu, 14 Feb 2008 15:03:32 +0000</pubDate>
<dc:creator>Mehran</dc:creator>
<guid isPermaLink="false">418@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;I took care of the additional pix issues. For some reason every time I upload a pix a file &#34;Thumb.db&#34; gets generated and put in the images and imagethumbs folders.&#60;/p&#62;
&#60;p&#62;Why?
&#60;/p&#62;</description>
</item>
<item>
<title>Mehran on "Would e2 work with Apache server?"</title>
<link>http://www.e2interactive.com/blog/forums/topic/92#post-417</link>
<pubDate>Thu, 14 Feb 2008 14:57:04 +0000</pubDate>
<dc:creator>Mehran</dc:creator>
<guid isPermaLink="false">417@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;BTW - The interface counter is always showing one addtional pix than I have in my images and imagethumbs folders. The last picture is not displayed and it shrinks to a dot.&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>Mehran on "Would e2 work with Apache server?"</title>
<link>http://www.e2interactive.com/blog/forums/topic/92#post-416</link>
<pubDate>Thu, 14 Feb 2008 14:38:41 +0000</pubDate>
<dc:creator>Mehran</dc:creator>
<guid isPermaLink="false">416@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;The GD2 is installed now, but I am having the same issue with the forward and reverse arrows as well as the 1st picture is not loading.&#60;/p&#62;
&#60;p&#62;I only see these issues on the system that everything is installed, but everything looks normal and working when I use other computers!&#60;/p&#62;
&#60;p&#62;Why is that?&#60;/p&#62;
&#60;p&#62;Thanks,
&#60;/p&#62;</description>
</item>
<item>
<title>e2 on "Would e2 work with Apache server?"</title>
<link>http://www.e2interactive.com/blog/forums/topic/92#post-413</link>
<pubDate>Wed, 13 Feb 2008 18:44:29 +0000</pubDate>
<dc:creator>e2</dc:creator>
<guid isPermaLink="false">413@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;Do you have the GD or GD2 library installed with your php?  It is what is needed to run the resizing part.  You could simply resize the photos and ftp them to the appropriate folder, as long as you have images in the the folder allocated in the config.php file the gallery will work.
&#60;/p&#62;</description>
</item>
<item>
<title>Mehran on "Would e2 work with Apache server?"</title>
<link>http://www.e2interactive.com/blog/forums/topic/92#post-411</link>
<pubDate>Wed, 13 Feb 2008 17:29:41 +0000</pubDate>
<dc:creator>Mehran</dc:creator>
<guid isPermaLink="false">411@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;BTW - I have done this too.&#60;/p&#62;
&#60;p&#62;====================================&#60;/p&#62;
&#60;p&#62;Okay, sorry about that, but I have fixed this issue. You'll need to download the latest and replace the js/e2photo2.js file or download this file only:&#60;/p&#62;
&#60;p&#62;Download e2photo2.js update&#60;/p&#62;
&#60;p&#62;I have now fixed it and your thumbnails scrolling will work with this update.&#60;/p&#62;
&#60;p&#62;To be able to grab this file name, would be an easy change.&#60;/p&#62;
&#60;p&#62;Open up the getfolders.php file and find the following line (about line #58):&#60;/p&#62;
&#60;p&#62;echo &#34;$galleryName&#34;;echo&#34;[&#34;.$j.&#34;]=['&#34;.$path.&#34;/&#34;.$file[name].&#34;', '&#34;.$width.&#34;', '&#34;.$height.&#34;', '&#34;.$size.&#34;', '&#34;.$title.&#34;', '&#34;.$author.&#34;', '&#34;.$copyright.&#34;', '&#34;.$description.&#34;', '&#34;.$j.&#34;']\n&#34;;&#60;/p&#62;
&#60;p&#62;change it to:&#60;/p&#62;
&#60;p&#62;echo &#34;$galleryName&#34;;echo&#34;[&#34;.$j.&#34;]=['&#34;.$path.&#34;/&#34;.$file[name].&#34;', '&#34;.$width.&#34;', '&#34;.$height.&#34;', '&#34;.$size.&#34;', '&#34;.$file[name].&#34;', '&#34;.$author.&#34;', '&#34;.$copyright.&#34;', '&#34;.$description.&#34;', '&#34;.$j.&#34;']\n&#34;; &#60;/p&#62;
&#60;p&#62;===========================&#60;/p&#62;
&#60;p&#62;My browser shows an error message on the lower left corner, which points to the index.php file line 97 char 12   (&#38;lt;div id=&#34;thumbs&#34;&#38;gt;).&#60;/p&#62;
&#60;p&#62;I have not changed this file.&#60;/p&#62;
&#60;p&#62;Thanks,
&#60;/p&#62;</description>
</item>
<item>
<title>Mehran on "Would e2 work with Apache server?"</title>
<link>http://www.e2interactive.com/blog/forums/topic/92#post-409</link>
<pubDate>Wed, 13 Feb 2008 16:14:37 +0000</pubDate>
<dc:creator>Mehran</dc:creator>
<guid isPermaLink="false">409@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;Thanks for the info. I installed the PHP and I got 90% of it working. Here are the issues I am experiencing:&#60;/p&#62;
&#60;p&#62;1. The forward and reverse arrows are not showing up for the imagethumbs.&#60;br /&#62;
2. I get the following error message when using the uploader&#60;br /&#62;
&#34;Large Image Not Uploaded&#60;br /&#62;
Error: Destination directory can't be created. Can't carry on a processThumbnail not created and not uploaded&#60;br /&#62;
Error: Destination directory can't be created. Can't carry on a process&#34;&#60;/p&#62;
&#60;p&#62;These pictures are not large at all.&#60;/p&#62;
&#60;p&#62;&#60;a href=&#34;http://mehrans.selfip.com:8008/e2/index.php&#34; rel=&#34;nofollow&#34;&#62;http://mehrans.selfip.com:8008/e2/index.php&#60;/a&#62;&#60;br /&#62;
user: test&#60;br /&#62;
passwd: 123&#60;/p&#62;
&#60;p&#62;Thanks
&#60;/p&#62;</description>
</item>
<item>
<title>e2 on "Would e2 work with Apache server?"</title>
<link>http://www.e2interactive.com/blog/forums/topic/92#post-403</link>
<pubDate>Wed, 13 Feb 2008 10:41:55 +0000</pubDate>
<dc:creator>e2</dc:creator>
<guid isPermaLink="false">403@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;If your Apache server is running PHP then yes.  I am running on an Apache server, but the Apache server has nothing to do with the script working, you need PHP to get the gallery to work.&#60;/p&#62;
&#60;p&#62;If you are having issues shoot me a link to your install and I can look at it and see if I can diagnose your problem.  What errors are you having?  What errors are you seeing?
&#60;/p&#62;</description>
</item>
<item>
<title>Mehran on "Would e2 work with Apache server?"</title>
<link>http://www.e2interactive.com/blog/forums/topic/92#post-399</link>
<pubDate>Tue, 12 Feb 2008 11:41:44 +0000</pubDate>
<dc:creator>Mehran</dc:creator>
<guid isPermaLink="false">399@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;I hvae apache server 2.x running and have not been able to get the e2 to run!&#60;/p&#62;
&#60;p&#62;Thanks,
&#60;/p&#62;</description>
</item>

</channel>
</rss>
