I got my G3 working! I’ll post what I had to do separately.
http://sandbox.cheddarmongers.org/gallery3/
Here’s a fresh install of Gallery3, Version 3.1.0. I imported my ~7,000 pics from my Gallery2 site. Everything now appears to work right except that the albums don’t display thumbnails. I even created a brand new album and uploaded some pics, and still no album thumbnail.
I don’t think it’s an image toolkit issue because thumbnails appear everywhere else – browsing within albums, in the random image block in the sidebar, etc.
Here’s what I tried to do to correct this:
Tried both imagemagick and gd toolkits, no change.
Changed the target size of the thumbnails from 200 to 150 in the theme options, it rebuilt the thumbnails, but they still don’t display.
I tried Wide Wind, Gallery Wind, and Clean Canvas themes, no change.
I tried maintenance/rebuild images and fix your gallery, no change.
I made sure /var is 777 recursively.
Any ideas on what the issue could be?
Didn’t help.
I ran this:
update g3_items set thumb_dirty = 1 where type = 'album' ;
mysql updated the 270 album rows, and I ran the maintenance job to create the images, no change.
I tried setting an image to be the album cover on several of the albums, and the page confirms that it was done, but it still doesn’t show up.
When I created a brand new album, it didn’t have an album thumbnail visible either.
I don’t see any .album.jpg files in the file system. Should there be?
Here’s what one of the album rows in g3_items looks like:
id | = | 1 |
album_cover_item_id | = | 271 |
captured | = | NULL |
created | = | 1162469723 |
description | = | Photo gallery for registered users |
height | = | NULL |
left_ptr | = | 1 |
level | = | 1 |
mime_type | = | NULL |
name | = | album |
owner_id | = | 4 |
parent_id | = | 0 |
rand_key | = | NULL |
relative_path_cache | = | |
relative_url_cache | = | |
resize_dirty | = | 1 |
resize_height | = | NULL |
resize_width | = | NULL |
right_ptr | = | 14332 |
slug | = | NULL |
sort_column | = | title |
sort_order | = | ASC |
thumb_dirty | = | 0 |
thumb_height | = | 150 |
thumb_width | = | 118 |
title | = | Picture Gallery |
type | = | album |
updated | = | 1589467717 |
view_count | = | 616638 |
weight | = | 1 |
width | = | NULL |
view_1 | = | 1 |
view_2 | = | 0 |
view_3 | = | 0 |
view_4 | = | 0 |
view_5 | = | 0 |
view_6 | = | 0 |
--
WHEN USING AN EMAIL PROGRAM to reply to this message, click REPLY TO LIST or REPLY TO ALL so your reply goes out to everyone in the group. If you click REPLY or REPLY TO SENDER Google will *only* send your reply to the original author (not recommended).
To post a NEW MESSAGE to the group, send an new email to:
gallery...@googlegroups.com
To view or sign in to this group on the web, use this URL:
https://groups.google.com/forum/#!forum/gallery-3-users
---
You received this message because you are subscribed to the Google Groups "Gallery 3 Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gallery-3-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gallery-3-users/1ee9ccfb-6b9c-4daa-b53a-df8aab80ef00%40googlegroups.com.
To unsubscribe from this group and stop receiving emails from it, send an email to gallery...@googlegroups.com.
I am out of my tech depth on what this problem might be, but have thought of one more thing to try to help diagnose it (or maybe fix it):
You say when you go into an album that all the images in there have their proper thumbnails displaying. At the top right of each thumb image there should be a tiny settings "gear wheel" icon. Hover your mouse over it and an options menu should appear. Click on the "Choose as the Album Cover" option. When I do this I get a white screen that says:
| result | "success" |
| reload | 1 |
I hit my browser back button to get back to where
I was and when I go up one level and I see my album has a new
cover thumbnail (the one I just selected).
It's worth a try to see what happens when you do
this.
-- J.R.
--
WHEN USING AN EMAIL PROGRAM to reply to this message, click REPLY TO LIST or REPLY TO ALL so your reply goes out to everyone in the group. If you click REPLY or REPLY TO SENDER Google will *only* send your reply to the original author (not recommended).
To post a NEW MESSAGE to the group, send an new email to:
gallery...@googlegroups.com
To view or sign in to this group on the web, use this URL:
https://groups.google.com/forum/#!forum/gallery-3-users
---
You received this message because you are subscribed to the Google Groups "Gallery 3 Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gallery-3-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gallery-3-users/014201d62a43%2451260570%24f3721050%24%40gmail.com.
I found the thumbnails! They were 604 so I reapplied the permissions to 777.
However, I’m on ver 3.1.0. I’ll upgrade to 3.1.2 and go from there.
To unsubscribe from this group and stop receiving emails from it, send an email to gallery-3-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gallery-3-users/63c29d69-25c1-47d7-84d5-01ddcb091923%40googlegroups.com.
To view or sign in to this group on the web, use this URL:
https://groups.google.com/forum/#!forum/gallery-3-users
---
You received this message because you are subscribed to the Google Groups "Gallery 3 Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gallery-3-users+unsubscribe@googlegroups.com.
After lots of experimentation, I figured it out.I think that the FilesMatch directive in the Drupal .htaccess has something in it that denies access to files that start with a dot. When I commented out the whole FilesMatch section in the Drupal .htaccess, the thumbnails were all good.So -- do any of you know your way around .htaccess enough to help me figure out what I need to change? Here's what I'm working with:<FilesMatch "\.(engine|inc|info|install|make|module|profile|test|po|sh|.*sql|theme|tpl(\.php)?|xtmpl)(~|\.sw[op]|\.bak|\.orig|\.save)?$|^(\.(?!well-known).*|Entries.*|Repository|Root|Tag|Template|composer\.(json|lock)|web\.config)$|^#.*#$|\.php(~|\.sw[op]|\.bak|\.orig\.save)$"><IfModule mod_authz_core.c>Require all denied</IfModule><IfModule !mod_authz_core.c>Order allow,deny</IfModule></FilesMatch>
On Friday, May 15, 2020 at 8:55:08 AM UTC-5, Cheddarmonger wrote:
I found the thumbnails! They were 604 so I reapplied the permissions to 777.
However, I’m on ver 3.1.0. I’ll upgrade to 3.1.2 and go from there.
To unsubscribe from this group and stop receiving emails from it, send an email to gallery-3-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gallery-3-users/157875aa-381f-4486-b56e-c469fbcfaf25n%40googlegroups.com.
--
WHEN USING AN EMAIL PROGRAM to reply to this message, click REPLY TO LIST or REPLY TO ALL so your reply goes out to everyone in the group. If you click REPLY or REPLY TO SENDER Google will *only* send your reply to the original author (not recommended).
To post a NEW MESSAGE to the group, send an new email to:
gallery...@googlegroups.com
To view or sign in to this group on the web, use this URL:
https://groups.google.com/forum/#!forum/gallery-3-users
---
You received this message because you are subscribed to the Google Groups "Gallery 3 Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gallery-3-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gallery-3-users/5F22869D-3B49-4814-ACDA-2B50CE0DE492%40gmail.com.
--
WHEN USING AN EMAIL PROGRAM to reply to this message, click REPLY TO LIST or REPLY TO ALL so your reply goes out to everyone in the group. If you click REPLY or REPLY TO SENDER Google will *only* send your reply to the original author (not recommended).
To post a NEW MESSAGE to the group, send an new email to:
gallery...@googlegroups.com
To view or sign in to this group on the web, use this URL:
https://groups.google.com/forum/#!forum/gallery-3-users
---
You received this message because you are subscribed to the Google Groups "Gallery 3 Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gallery-3-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gallery-3-users/3243318A-FC48-4D45-A6C1-D828BC783189%40gmail.com.
--
WHEN USING AN EMAIL PROGRAM to reply to this message, click REPLY TO LIST or REPLY TO ALL so your reply goes out to everyone in the group. If you click REPLY or REPLY TO SENDER Google will *only* send your reply to the original author (not recommended).
To post a NEW MESSAGE to the group, send an new email to:
gallery...@googlegroups.com
To view or sign in to this group on the web, use this URL:
https://groups.google.com/forum/#!forum/gallery-3-users
---
You received this message because you are subscribed to the Google Groups "Gallery 3 Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to gallery-3-use...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/gallery-3-users/3c22dfd3-9696-497b-8842-c11f51ede7dan%40googlegroups.com.