I am having a problem that has just started. When I click add photo to an album the box loads up to drag-n-drop images into it. When I drop the photos the browser swaps windows and loads the first image up in the browser. I am figuring its something simple that I have set or have just missed something. This is a fresh install.
In my logs the only thing that keeps poping up is;
<?php defined('SYSPATH') or die('No direct script access.'); ?>
2009-06-14 03:08:55 -07:00 --- error: Uncaught Kohana_404_Exception: The page you requested, , could not be found. in file system/core/Kohana.php on line 841
Posts: 7994
It's not drag-n-drop. You need to click the button. We'd love to do drag-n-drop, but unfortunately there's no way to support that in Flash or Javascript before HTML5.
---
Problems? Check gallery3/var/logs
bugs/feature req's | upgrade to the latest code | use git | help! vote!
Posts: 6
Well I never actually get the items into the "Upload Queue" box when I drag any thing into it. Its just loads up the first image into the previous browser window pops the "add photos" box into the background and thats it. So I guess I am stuck on getting the images into the Queue. Nothing happens. I have tried both Firefox and IE7. Its almost like flash is missing.
Posts: 7994
You said "drag" again, which leads me to believe that you're dragging/dropping. We do not support that. Click "Add Photos" then click the "Select photos" button, then click on some photos and click "open", etc.
Perhaps I'm misunderstanding? Screenshots would help me understand.
---
Problems? Check gallery3/var/logs
bugs/feature req's | upgrade to the latest code | use git | help! vote!
Posts: 6
I dont see those buttons when I click the "Add Some"... I just get the popup box with nothing in it. Heres a screenshot.
[img]http://www.badlands.ca/gallery3.JPG[/img]
Posts: 7994
Wow, ok. There's supposed to be a big [Add Photos] button in the middle of that empty white box! It's written in Flash.. do other Flash apps work for you? Like Youtube?
---
Problems? Check gallery3/var/logs
bugs/feature req's | upgrade to the latest code | use git | help! vote!
Posts: 1
Howdy,
I found this thread via Twitter. I just wanted to pipe up and say that I've been meaning to put some time into researching a switch back to Gallery from Google/PicasaWeb now that Gallery v3 is out, but if Flash is required then that's a deal-breaker. (No, I don't use Youtube either.) Is Flash listed as a requirement in the docs anywhere? I don't see it listed here: http://gallery.menalto.com/requirements
My computer is perfectly capable of running Flash - at least, it would be if I hadn't uninstalled it. I'm just not willing to allow that particular closed-source software to further reduce my privacy and security. I'm looking forward to open-source standards-based video in HTML5!
thanks,
Graham
Posts: 7994
@gjmf: Flash is not our first choice here, but it's the only thing that offers the feature set we want (starts immediately, available on all platforms, you can select multiple photos at once, provides feedback about upload progress). HTML5 is too nascent for our needs. It's easy to write a non-flash uploader, if anybody is motivated but there are not enough non-flash users out there for us to focus on them.
---
Problems? Check gallery3/var/logs
bugs/feature req's | upgrade to the latest code | use git | help! vote!
Posts: 6
Yes, Other flash apps do work. I have tried 3 different machines with all the same blank box. I am guessing its something to do with my host Inmotionhosting I'll keep working on it and see what I can find out. I have tried uninstalling/reinstalling flash ver10 and reinstalling gallery3.
Posts: 5
Gallery 3.0 beta 2 and I can't upload anything necause there is no such button.
How did you solve it ?
Posts: 16504
Please try the latest experimental code and see if it's still not working:
http://codex.gallery2.org/Gallery3:Upgrading
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 5
ok, i got gallery3-ed9be096535dfbac4d62e0cc74f416a71f67648 but it's still the same...
seems to be something with the server config ?!?
Posts: 16504
What browser are you using?
Have you tried a different browser?
Are you sure you have flash installed?
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 5
I tried it with different browsers: InternetExplorer, FireFox, Opera and google Chrome. And yes, Flash is installed. It looks as the screenshot of kradsith shows, so there ist no Error.
if you wanna have a look at it:
http://web285.srv13.sysproserver.de/gallery3/index.php/foos_album
user: REMOVED BY MODERATOR
password: REMOVED BY MODERATOR
Posts: 16504
O.k. I'm getting a JS error on your site:
Though what's spelled out in the JS error shows 20M for upload size. Can you post a link to phpinfo? This link explains how:
FAQ: What information is required when I ask for help in the forums?
FYI, I removed the username and password. Just to be on the safer side
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 5
upload_max_filesize is 20M
http://web285.srv13.sysproserver.de/gallery3/phpinfo.php
Posts: 16504
post_max_size looks like it has a syntax error. Take a look at that in your phpinfo, try changing that to just 20M
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 27300
No time to search but this is similar to another issue with
Will post back when I get time.
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 27300
I guess I did have time:
http://gallery.menalto.com/node/90075#comment-319384
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 2
I had similar issues on my MAC and firefox 3.5. I got this resolved by removing the following addons on firefox (greasemonkey, yslow, firebug) Not sure which one of them caused this issue.
I see the button now and able to upload pictures
Posts: 16504
My money is on greasemonkey.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here