<?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: database</title>
<link>http://www.e2interactive.com/blog/forums/</link>
<description>e2interactive forums Tag: database</description>
<language>en</language>
<pubDate>Wed, 07 Jan 2009 14:22:03 +0000</pubDate>

<item>
<title>e2 on "Errors On Image Uploads"</title>
<link>http://www.e2interactive.com/blog/forums/topic/3#post-26</link>
<pubDate>Thu, 22 Mar 2007 09:22:31 +0000</pubDate>
<dc:creator>e2</dc:creator>
<guid isPermaLink="false">26@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;Thanks for the help!  I'll implement this.&#60;/p&#62;
&#60;p&#62;Understandable that some people might not understand the realative path and absolute path.  I made it that way because if you had multiple galleries you could send the images to that one folder or another.  But maybe I could have it read any folder that is located in the e2 photo gallery directory and they could just choose from the list of folders in a drop down.&#60;/p&#62;
&#60;p&#62;Again, thanks for the ideas and feedback.
&#60;/p&#62;</description>
</item>
<item>
<title>ZAP on "Errors On Image Uploads"</title>
<link>http://www.e2interactive.com/blog/forums/topic/3#post-21</link>
<pubDate>Wed, 21 Mar 2007 00:15:36 +0000</pubDate>
<dc:creator>ZAP</dc:creator>
<guid isPermaLink="false">21@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;OK I got your email and tried the patch you sent, but it was actually the same as the one I'd already tried before.&#60;/p&#62;
&#60;p&#62;So I started looking more closely at the code and I figured out what the problem was: You're referencing $_POST vars that are unset. I guess whether or not you'd see this error depends on your error display setting. Anyway you can fix it by replacing lines 118-123 in uploader/index.php with:&#60;/p&#62;
&#60;p&#62;	$crop1=isset($_POST['crop1']) ? $_POST['crop1'] : '';&#60;br /&#62;
	$crop2=isset($_POST['crop2']) ? $_POST['crop2'] : '';&#60;br /&#62;
	$crop3=isset($_POST['crop3']) ? $_POST['crop3'] : '';&#60;br /&#62;
	$crop4=isset($_POST['crop4']) ? $_POST['crop4'] : '';&#60;br /&#62;
	$crop5=isset($_POST['crop5']) ? $_POST['crop5'] : '';&#60;br /&#62;
	$crop6=isset($_POST['crop6']) ? $_POST['crop6'] : '';&#60;/p&#62;
&#60;p&#62;Also: I think that you should load the image folder locations from the config file for this script instead of making people type them in (I know that my clients do not generally understand relative paths, nor do they care to learn about them).
&#60;/p&#62;</description>
</item>
<item>
<title>e2 on "Errors On Image Uploads"</title>
<link>http://www.e2interactive.com/blog/forums/topic/3#post-20</link>
<pubDate>Tue, 20 Mar 2007 14:14:57 +0000</pubDate>
<dc:creator>e2</dc:creator>
<guid isPermaLink="false">20@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;yeah, I'll send it a little later, it's in my sent folder on my other computer.
&#60;/p&#62;</description>
</item>
<item>
<title>ZAP on "Errors On Image Uploads"</title>
<link>http://www.e2interactive.com/blog/forums/topic/3#post-19</link>
<pubDate>Tue, 20 Mar 2007 13:45:44 +0000</pubDate>
<dc:creator>ZAP</dc:creator>
<guid isPermaLink="false">19@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;Doh! Sorry, but I think I saw it arrive this morning and I deleted it along with the usual fifteen tons of spam. Can you please resend it?
&#60;/p&#62;</description>
</item>
<item>
<title>e2 on "Errors On Image Uploads"</title>
<link>http://www.e2interactive.com/blog/forums/topic/3#post-18</link>
<pubDate>Tue, 20 Mar 2007 07:31:38 +0000</pubDate>
<dc:creator>e2</dc:creator>
<guid isPermaLink="false">18@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;I sent you an email with some things to try, to see if it fixed the error, I hope you got it.
&#60;/p&#62;</description>
</item>
<item>
<title>ZAP on "Errors On Image Uploads"</title>
<link>http://www.e2interactive.com/blog/forums/topic/3#post-17</link>
<pubDate>Sun, 18 Mar 2007 20:08:35 +0000</pubDate>
<dc:creator>ZAP</dc:creator>
<guid isPermaLink="false">17@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;Oh - I just assumed that the larger images would be resized to fit the display area. My mistake. I think that this would be a good idea, however. If the image is already less than or equal to the maximum size then you wouldn't need to recompress it, but if it's bigger then you would. You could set these values (and also the JPG compression percentage) in the config file. This would allow for Photoshop-free management of galleries by non-techie clients.&#60;/p&#62;
&#60;p&#62;To return to the original reason for this post, what might be causing the crop# errors on upload?
&#60;/p&#62;</description>
</item>
<item>
<title>e2 on "Errors On Image Uploads"</title>
<link>http://www.e2interactive.com/blog/forums/topic/3#post-15</link>
<pubDate>Sun, 18 Mar 2007 00:40:58 +0000</pubDate>
<dc:creator>e2</dc:creator>
<guid isPermaLink="false">15@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;The image uploader currently does not Scale the larger images.  I did this because if someone resizes the images and preps them for the web and then the Uploader resizes them again, you'd have double compression.  If you like this to be a feature, I'd be willing to look at doing it that way.  Or I could make it an option.&#60;/p&#62;
&#60;p&#62;I mainly built the Uploader to upload and automatically create the thumbnails, but left the large image sizes to your liking.  If enough poeple feel that they want it to resize the larger images also, I could add that in.
&#60;/p&#62;</description>
</item>
<item>
<title>ZAP on "Errors On Image Uploads"</title>
<link>http://www.e2interactive.com/blog/forums/topic/3#post-14</link>
<pubDate>Sat, 17 Mar 2007 18:01:21 +0000</pubDate>
<dc:creator>ZAP</dc:creator>
<guid isPermaLink="false">14@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;That doesn't seem to have fixed this for me. I got both the optimized and full downloads here today, and they both gave me the same errors as above on submit (and my large files are not being cropped or scaled either, although my thumbnails are). I reapplied the patch you link to above just in case it hadn't made it into the download files but that made no difference.&#60;/p&#62;
&#60;p&#62;The folders are CHMOD 777 (files are uploaded), and the server is Apache 1.3.33 with PHP 4.3.10.&#60;/p&#62;
&#60;p&#62;Very nice script...if I could only get it to work!
&#60;/p&#62;</description>
</item>
<item>
<title>e2 on "Errors On Image Uploads"</title>
<link>http://www.e2interactive.com/blog/forums/topic/3#post-7</link>
<pubDate>Mon, 12 Mar 2007 11:35:05 +0000</pubDate>
<dc:creator>e2</dc:creator>
<guid isPermaLink="false">7@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;I think I figured out what's happening, I made a couple of changes to a file for the upload section.  Download this zip file here &#60;a href=&#34;http://www.e2interactive.com/e2_photo_gallery/uploader_patch.zip&#34; rel=&#34;nofollow&#34;&#62;http://www.e2interactive.com/e2_photo_gallery/uploader_patch.zip&#60;/a&#62; .&#60;/p&#62;
&#60;p&#62;Save this 'index.php' file over the top of the 'index.php' file located in the uploader folder.&#60;/p&#62;
&#60;p&#62;Let me know if there is any more errors and will see what I can do from there.&#60;/p&#62;
&#60;p&#62;The latest dowload file on download page for the photo gallery has also been updated to reflect this fix.
&#60;/p&#62;</description>
</item>
<item>
<title>e2 on "Errors On Image Uploads"</title>
<link>http://www.e2interactive.com/blog/forums/topic/3#post-6</link>
<pubDate>Mon, 12 Mar 2007 07:09:47 +0000</pubDate>
<dc:creator>e2</dc:creator>
<guid isPermaLink="false">6@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;What's your server php 4 or 5? Tell me a little about your server settings so I can see if it's something with the script or php version.
&#60;/p&#62;</description>
</item>
<item>
<title>e2 on "Errors On Image Uploads"</title>
<link>http://www.e2interactive.com/blog/forums/topic/3#post-4</link>
<pubDate>Sat, 10 Mar 2007 13:51:33 +0000</pubDate>
<dc:creator>e2</dc:creator>
<guid isPermaLink="false">4@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;The folder where you are trying to upload to, is it set to CHMOD 777?
&#60;/p&#62;</description>
</item>
<item>
<title>malan on "Errors On Image Uploads"</title>
<link>http://www.e2interactive.com/blog/forums/topic/3#post-3</link>
<pubDate>Thu, 08 Mar 2007 22:04:49 +0000</pubDate>
<dc:creator>malan</dc:creator>
<guid isPermaLink="false">3@http://www.e2interactive.com/blog/forums/</guid>
<description>&#60;p&#62;Thanks for the user / pass fix. I've made it to the file uploader but when i hit upload I get the following errors, can you shed any light as to what I am doing wrong? Thanks.&#60;/p&#62;
&#60;p&#62;malan.&#60;/p&#62;
&#60;p&#62;Notice: Undefined index: crop1 in /home/.heebee/maland/pasadenarecords.net/gallery/uploader/index.php on line 118&#60;/p&#62;
&#60;p&#62;Notice: Undefined index: crop2 in /home/.heebee/maland/pasadenarecords.net/gallery/uploader/index.php on line 119&#60;/p&#62;
&#60;p&#62;Notice: Undefined index: crop3 in /home/.heebee/maland/pasadenarecords.net/gallery/uploader/index.php on line 120&#60;/p&#62;
&#60;p&#62;Notice: Undefined index: crop4 in /home/.heebee/maland/pasadenarecords.net/gallery/uploader/index.php on line 121&#60;/p&#62;
&#60;p&#62;Notice: Undefined index: crop5 in /home/.heebee/maland/pasadenarecords.net/gallery/uploader/index.php on line 122&#60;/p&#62;
&#60;p&#62;Notice: Undefined index: crop6 in /home/.heebee/maland/pasadenarecords.net/gallery/uploader/index.php on line 123&#60;/p&#62;
&#60;p&#62;Notice: Undefined variable: crop4 in /home/.heebee/maland/pasadenarecords.net/gallery/uploader/index.php on line 124&#60;/p&#62;
&#60;p&#62;Notice: Undefined variable: crop5 in /home/.heebee/maland/pasadenarecords.net/gallery/uploader/index.php on line 124&#60;/p&#62;
&#60;p&#62;Notice: Undefined variable: crop6 in /home/.heebee/maland/pasadenarecords.net/gallery/uploader/index.php on line 124&#60;/p&#62;
&#60;p&#62;Notice: Use of undefined constant php_SELF - assumed 'php_SELF' in /home/.heebee/maland/pasadenarecords.net/gallery/uploader/index.php on line 206&#60;/p&#62;
&#60;p&#62;Notice: Undefined index: php_SELF in /home/.heebee/maland/pasadenarecords.net/gallery/uploader/index.php on line 206&#60;/p&#62;
&#60;p&#62;Notice: Use of undefined constant php_SELF - assumed 'php_SELF' in /home/.heebee/maland/pasadenarecords.net/gallery/uploader/index.php on line 211&#60;/p&#62;
&#60;p&#62;Notice: Undefined index: php_SELF in /home/.heebee/maland/pasadenarecords.net/gallery/uploader/index.php on line 211
&#60;/p&#62;</description>
</item>

</channel>
</rss>
