I upgraded to last night's build (gallery-gallery3-ab7323d17b3c3e445fb51d7b4330e89b4e16aaa9.zip).
I experienced the same issue as a couple months back:the rebuild images gets stuck at the 60th image (e.g. out of 138). A restart of the process usually results in the pop-up dialog saying "starting up..."
(I had previously change the thumbnail size to force a rebuild)
~Andrew~
---
http://Reeves-Hall.net
http://WhitchurchForums.org.uk
Posts: 22892
Is there something unusual about the 60th image?
Can you restart it from the dashboard?
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 52
Hi again,
I upgraded to gallery-gallery3-dc0d344
My site, http://gallery.whitchurcharts.org.uk says at the top that "138 of your photos are out of date. Click here to fix them"
But then in maintenance tasks it says "Rebuild Images You have 77 out of date photos [run]"
I click the first one (click here to fix them). The screen clears and it says only " Rebuild Images Starting up... (Pause)". It gets stuck like that and I hit the browser's back button after 1 minute.
Next I click the second one (rebuild images [run]). This time the screen goes grey and a dialog box appears which says the same thing as before, "Rebuild images starting up [Pause]".
I click Pause.
Then under "running tasks" I see: "2009-Oct-06 22:27:10 Rebuild Images Stalled"
~Andrew~
---
http://Reeves-Hall.net
http://WhitchurchForums.org.uk
Posts: 22892
Is there a missing image?
Any info in the /var/logs?
Why are they needing rebuild? Did you change the thumb size?
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team
Posts: 52
See below for /var/logs
I did change the thumbnail size.
~Andrew~
---
http://Reeves-Hall.net
http://WhitchurchForums.org.uk
Posts: 16503
REMOVE THE TILDE (~)
http://gallery.menalto.com/node/91659
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 7
I'm having the same problem, except there is no tilde. It stops at 2/2021. Here is the log file:
I wonder why Gallery 3 assumes it's installed at /var/www/userhome/decoder/sites/www.lucid.ac/www/gallery3/ ?
It suggested such folder on install and I was not allowed to change it.
The correct path is /home/users/decoder/sites/www.lucid.ac/www/gallery/
Edit: The funny thing is that it doesn't stop at picture number 2 (absolute), but the second picture (relative). So I could in theory get through all 2000 pictures by restarting the process a 1000 times over.
Posts: 16503
Check with your host, /var/www/userhome/decoder/sites/www.lucid.ac is probably the correct path and /home/users/decoder/sites/www.lucid.ac is a symlink to that first directory.
Post a link to phpinfo to see more information about your php environment:
FAQ: How do I create a phpinfo page?
What graphics toolkit are you using?
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 7
Well, that part may be correct. It's just I know the last part isn't. Gallery 3 was originally installed in gallery3/ -folder but was moved to gallery/ afterwards.
But renaming the folder back to gallery3 will not fix the problem, which is strange.
In any case, the error message has now changed:
There is no main.php at installation root. Not even in the source zip files. And what's "v"?
phpinfo:
http://www.lucid.ac/gallery/phpinfo.php
Graphics toolkit is ImageMagick.
Posts: 16503
Those messages are all related to Gallery2, main.php is the "index" file for G2 and /v is the default short URL when the URL Rewrite module is enabled.
I see you have 2 separate copies of G3:
http://www.lucid.ac/gallery/
http://www.lucid.ac/gallery3/ (which hasn't been installed here yet, but has a directory named var there or the webserver can write to the gallery3 directory and create the var directory)
G3 doesn't care where it's at, so long as the var directory is inside your gallery 3 directory, everything should just work.
You can probably safely delete the /gallery3 directory. The G3 installer doesn't "suggest" a directory to be installed at. It installs from where you unpacked or uploaded the files to. If you want it in gallery instead of gallery3, simply rename gallery3 to gallery before or after the install.
Now that that's cleared up, let's focus on your working install at
http://www.lucid.ac/gallery/
Check your var/logs directory after trying a rebuild to see if there are any error messages.
Are you using the latest experimental code? You can get that from here:
http://github.com/gallery/gallery3/zipball/master
Upgrading instructions are here:
http://codex.gallery2.org/Gallery3:Upgrading
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 7
The log:
In any case, upgrading to the latest experimental worked. It's all good now.
The current version was only a few days old, didn't realize updates were so frequent.
Posts: 22892
Almost every single day: http://github.com/gallery/gallery3/commits/master/ but there is not that many commits on Mondays : http://github.com/gallery/gallery3/graphs/punch_card
Dave
_____________________________________________
Blog & G2 || floridave - Gallery Team