•  » Beta testing
  •  » a little problem with the thumbnails ina sub-cat.

#1 2004-11-22 12:34:48

vimages
Member
2004-03-27
2116

a little problem with the thumbnails ina sub-cat.

on my public site, I have a little prob; with the thumbnails...

I you want, go to
[url] http://v-images.com[/url]

---and if you choose "24h du Mans" you can see alls thumbnails from the sub-cat.
it's all ok.

---but if you go to "trophee andros",
there is 4 levels,
1 level : Andros  (OK)
2 level : Val thorens (it's ok)
2 level : moto (ok), divers (ok), auto (NO THUMBNAILS link looks broken ????)
3 level : moto folder (ok), divers folder (ok), auto folder (ok)........

I don't understand why...

I have an idea... in "auto", the folders name are "1"  "2"  "3" ... etc.. (this the cars number).
maybe it's the problem ..?

Last edited by vimages (2004-11-22 13:08:07)

Offline

 

#2 2004-11-22 14:47:22

vimages
Member
2004-03-27
2116

Re: a little problem with the thumbnails ina sub-cat.

no..

we can see all thumbnails and all pictures on all cats....
so all files are ok.

the problem is we dont see the thumbnail from "auto" folders when we are on the superior level....

do you think I could change something to make PWG accept as category name :
"#1" "#2" "#3".... etc ??

many thanks
eric.

Last edited by vimages (2004-11-23 16:19:33)

Offline

 

#3 2004-11-24 22:12:59

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
14087

Re: a little problem with the thumbnails ina sub-cat.

how many pictures in category "2004 - Trophee Andros - d1120 Val Thorens - auto" ? see in database directly

Offline

 

#4 2004-11-25 00:14:46

vimages
Member
2004-03-27
2116

Re: a little problem with the thumbnails ina sub-cat.

a lot !!

folder "auto" contain many subfolders , maybe + or less 20.(names are "1" "2" "3" , numbers of the cars....) and each one with 5 to 15 pictures....

Offline

 

#5 2004-11-25 00:20:57

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
14087

Re: a little problem with the thumbnails ina sub-cat.

Let's precise my request :

Code:

SELECT id,name,nb_images FROM phpwebgallery_categories WHERE id = 133;

... but it's stupid, since I can read "2004 - Trophee Andros - d1120 Val Thorens - auto [9]" so the answer is 9. It should be 0 !
did you make any modification directly in the database ?

Code:

UPDATE phpwebgallery_categories SET nb_images = 0 WHERE id = 133;

and it will be better...

Offline

 

#6 2004-11-25 00:33:34

vimages
Member
2004-03-27
2116

Re: a little problem with the thumbnails ina sub-cat.

hum..
I didn't change the database,  just synchronise after install.
pearhaps if you take 2 minutes to come in , you could understand... my english is to bad to explain this better...

Offline

 

#7 2004-11-25 00:35:54

vimages
Member
2004-03-27
2116

Re: a little problem with the thumbnails ina sub-cat.

you will see all thumbnails and pictures.. in "auto" subfolders...

this thumbnails are missing only on the supperior level, ...

Offline

 

#8 2004-11-25 00:38:50

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
14087

Re: a little problem with the thumbnails ina sub-cat.

(your website is so slow sometimes my web browser says the page can't be loaded)

Offline

 

#9 2004-11-25 00:39:58

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
14087

Re: a little problem with the thumbnails ina sub-cat.

I see you didn't execute the SQL query :-/

Offline

 

#10 2004-11-25 00:42:34

vimages
Member
2004-03-27
2116

Re: a little problem with the thumbnails ina sub-cat.

I 'm in home and  visiting the site now....
I think there is a small problem with the registrar AMEN and try to clic to time "OK" to enter the site...

I'm waiting for a faster acces too...

Offline

 

#11 2004-11-25 00:42:37

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
14087

Re: a little problem with the thumbnails ina sub-cat.

vimages wrote:

you will see all thumbnails and pictures.. in "auto" subfolders...

this thumbnails are missing only on the supperior level, ...

the problem is that PhpWebGallery think that "2004 - Trophee Andros - d1120 Val Thorens - auto" contains elements (which is false) and so PhpWebGallery tries to show the element, and it's not possible. In the page category for "2004 - Trophee Andros - d1120 Val Thorens - auto" we should see a thumbnail for sub-categories 1 to 32 and it's not the case because PhpWebGallery think there are direct elements...

Offline

 

#12 2004-11-25 00:48:08

vimages
Member
2004-03-27
2116

Re: a little problem with the thumbnails ina sub-cat.

OK for that... but.. ??? why?

in folder "auto", If we clic on the subfolder "1", for exemple, we can see all thumbnails....

I'm sure it's because of the name of subfolders.. only one caracter.. no ?

Offline

 

#13 2004-11-25 00:52:56

vimages
Member
2004-03-27
2116

Re: a little problem with the thumbnails ina sub-cat.

I see on the top of the page, the title
"2004 - Trophee Andros - d1120 Val Thorens - auto (9)"
but there is not any pictures directely in "auto", only subfolders.

maybe it's because there is 9 pictures in the first subfolder, the "1" ??...

Offline

 

#14 2004-11-25 01:00:02

plg
Piwigo Team
Nantes, France, Europe
2002-04-05
14087

Re: a little problem with the thumbnails ina sub-cat.

eric,

de toute évidence, il y a un bug dans PhpWebGallery lorsque le calcul du nombre d'éléments dans la catégorie a été effectué. Il a mis 9 au lieu de 0. Pourquoi ? je n'en ai pas la moindre idée. A cause de la 1ere sous-catégorie qui a elle 9 éléments pour de vrai ? peut-être, mais ça m'étonnerait. Je vais vérifier tout ça.

En attendant, prends la dernière build et repars de rien (comme à chaque build)

Offline

 

#15 2004-11-25 01:05:15

vimages
Member
2004-03-27
2116

Re: a little problem with the thumbnails ina sub-cat.

vi vi  vi..... le français c'est plus facile..... 
une dernière pour la route..??
- peut on autoriser le caractère # dans le nom des categories ?
(c'est le symbole du mot numéro en competition)

je vais aussi tester en changeant un nom de ces dossiers en lui mettant + de 2 caractères..

merci pour tout.
eric.

pour finir, oui , je vais bien sur passer à la nouvelle version....

selon moi, le problème vient des noms de dossiers trop courts (c'est la seule particularité). dans le site public, il y a beaucoup d'autres dossiers et sous dossiers, il s'affichent tous sans problème.

Last edited by vimages (2004-11-25 01:12:27)

Offline

 
  •  » Beta testing
  •  » a little problem with the thumbnails ina sub-cat.

Board footer

Powered by FluxBB