Hi,
Almost none of the popup boxes will close when I press the close button, or any other action button. I usually have to press the "X" in the top corner of the box.
It does however generally do the action I want, eg if I type in a comment and press "Add" it does store it, but I get no indication. If I delete a photo, it does delete but the popup stays open.
I searched the Apache access and error logs, and I do have some problems there, but they don't seem to be related. Those problems are about albums that I can't delete seemingly because the .album.jpg file is missing, but I'll worry about that one later.
Any ideas ?
Thanks
Keith
Posts: 23
What kind of browser do you use? Did you update your gallery to the latest beta? It helped me with some problems
Regards, Fraggle
Posts: 16503
Please make sure you are using the latest code (not B2) http://codex.gallery2.org/Gallery3:Upgrading
There have been massive changes to the UI stuff.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 33
I am (was) running the latest beta, now running the latest "Experimental" version, same problem in both Firefox 3.5.2 (my normal browser) and IE 6
Posts: 33
I've upgraded to the latest experimental and didn't see any visible changes to the UI and my problems are still there.
Posts: 23
Did you install any add-ons like no-script for firefox?
You could install the web developer toolbar for firefox and check the error console when accessing the site
Regards, Fraggle
Posts: 33
No I haven't added "No Script" or anything like that to fire fox, and remember I have the same problem in IE
I installed the web developer toolbar, and there was nothing in the error console when the problem occurs.
Posts: 23
Well, you could send me a PM with some login data, then I could check if the same happens with my browser...
Fraggle
Posts: 8
Hi,
I had the same pb on the upload pop-up when I was facing my upload error (due to a php param post_max_size set to low). Edit: link to post is http://gallery.menalto.com/node/90356
I the case I was facing it seems that when the error occured (see exception in log file), then popup could not be closed with "Done" button.
If I would closed it using the cross, then I was no more logged to the website.
-> I remember that this happened using beta 2.
-> I think that this was fixed using latest git code extract.
I'll try it again soon to see if it still happens
Posts: 16503
keithj,
Please either post or PM me a link. You can also PM me login details and I'll take a look.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 33
Hi nivekiam & DocFraggle
I've PM'ed you both the address and log in details.
While you there you will find a gallery called "Junk" and in it is a bubch of other gallerys that where created by this popup problem, as I've pushed "OK" to creating a new gallery over and over thinking it wasn't working. Problem is these galleries wont delete either. Might all be related.
Regards
Keith
Posts: 23
Hi,
I logged in, the first thing I saw is that you aren't running the latest experimental version, you have "Version: 3.0 beta 2", I have "Version: 3.0 git (pre-beta3)" on my server.
Module name: Gallery 3
Your version: 7
My version: 11
I opened some popups (permissions, simple uploader), I was able to close them all via the x button... but deleting an album didn't work either.
I suggest you upgrade to the latest expermental code first and try out things.
Here's the link to the experimental version: http://github.com/gallery/gallery3/zipball/master
Regards, Fraggle
Posts: 16503
Don't forget to run the upgrader after you've uploaded the new code:
http://codex.gallery2.org/Gallery3:Upgrading
Thanks DocFraggle.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 33
Hi,
I downloaded the version at http://github.com/gallery/gallery3/zipball/master, but it is the same version I already had, version 7.
I'm pretty sure I'm doing the upgrades correctly as when I did the upgrade a couple of days ago it told me I had version 6 and it was being upgraded to version 7.
Posts: 16503
It doesn't look like you're overwriting your gallery install.
Be sure to read this page and the Tips for unpacking the code section
http://codex.gallery2.org/Gallery3:Upgrading
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 33
Don't know what I was doing wrong, but got it to upgrade to 11, and this appears to have solved both my problems, the popups now close, and I could delete the albums etc that wouldn't delete before
Thanks for your help & advice