Announcement

#1 2012-11-05 07:39:26

ppat
Member
2009-08-25
74

[resolved] How to regenerate thumbnails ?

Some of my pictures have "X" on it. I have looked under _data/i/ and corresponding folder and it is missing few thumbnails. Pictures exists in upload directory.

How do I regenerate the missing thumbnails ? Images are only 800 X 600 and not very large in size. remaining similar images are displaying fine. Environments Details below. I have full access to server and not shared environment. I can provide the link to gallery if needed.

Environment•Operating system: Linux
•PHP: 5.2.10-2ubuntu6.10 (Show info) [2012-11-04 22:22:16]
•mysql: 5.1.37-1ubuntu5.5 [2012-11-04 22:22:16]
•Graphics Library: GD 2.0 or higher

Edit : I also tried Cadie --> Generate Multiple Size Images which resulted in error of "1 photos were not generated
"

PS: I also looked at various other threads and none of the suggestions worked hence finally posting the question. Thanks for your help in advance.

Best Regards
Pat

Last edited by ppat (2012-11-05 08:15:48)


piwigo - 2.4.5 | ploader - 1.6 (Windows Client) | Ubuntu Server 9.10

Offline

 

#2 2012-11-05 07:52:40

rvelices
Former Piwigo Team
2005-12-29
1960

Re: [resolved] How to regenerate thumbnails ?

link please to the page wih x ...
thanks
(the regeneration should be automatic)

Offline

 

#3 2012-11-05 07:57:27

flop25
Piwigo Team
2006-07-06
7037

Re: [resolved] How to regenerate thumbnails ?

I have recently written an article in the doc under the 2.4 documentation. Could you take a look?


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#4 2012-11-05 08:06:37

ppat
Member
2009-08-25
74

Re: [resolved] How to regenerate thumbnails ?

rvelices wrote:

link please to the page wih x ...
thanks
(the regeneration should be automatic)

Details sent via email. Thanks for the help.


piwigo - 2.4.5 | ploader - 1.6 (Windows Client) | Ubuntu Server 9.10

Offline

 

#5 2012-11-05 08:10:42

ppat
Member
2009-08-25
74

Re: [resolved] How to regenerate thumbnails ?

flop25 wrote:

I have recently written an article in the doc under the 2.4 documentation. Could you take a look?

Thanks . looking at it (http://piwigo.org/doc/doku.php?id=pwg24 … es_missing). Will provide update shortly.


piwigo - 2.4.5 | ploader - 1.6 (Windows Client) | Ubuntu Server 9.10

Offline

 

#6 2012-11-05 08:22:54

ppat
Member
2009-08-25
74

Re: [resolved] How to regenerate thumbnails ?

ppat wrote:

flop25 wrote:

I have recently written an article in the doc under the 2.4 documentation. Could you take a look?

Thanks . looking at it (http://piwigo.org/doc/doku.php?id=pwg24 … es_missing). Will provide update shortly.

When I try to access the picture from browser , I received "Fatal error: Call to undefined function imagerotate() in /*path*/admin/include/image.class.php on line 732"


piwigo - 2.4.5 | ploader - 1.6 (Windows Client) | Ubuntu Server 9.10

Offline

 

#7 2012-11-05 08:26:31

flop25
Piwigo Team
2006-07-06
7037

Re: [resolved] How to regenerate thumbnails ?

Might be an incomplete install/update : download the package from piwigo.org and extract then upload it with overwritten


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#8 2012-11-05 08:31:47

ppat
Member
2009-08-25
74

Re: [resolved] How to regenerate thumbnails ?

flop25 wrote:

Might be an incomplete install/update : download the package from piwigo.org and extract then upload it with overwritten

Thanks. I will try.  Any suggestion on NetInstall vs full Package ?


piwigo - 2.4.5 | ploader - 1.6 (Windows Client) | Ubuntu Server 9.10

Offline

 

#9 2012-11-05 08:37:39

flop25
Piwigo Team
2006-07-06
7037

Re: [resolved] How to regenerate thumbnails ?

The full package :-)


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#10 2012-11-05 09:05:59

ppat
Member
2009-08-25
74

Re: [resolved] How to regenerate thumbnails ?

flop25 wrote:

The full package :-)

Thanks ..Just did a full replace but no change. I restarted apache as well. Any other suggestions ?

Last edited by ppat (2012-11-05 09:22:25)


piwigo - 2.4.5 | ploader - 1.6 (Windows Client) | Ubuntu Server 9.10

Offline

 

#11 2012-11-05 17:20:54

mendip_discovery
Member
Mendip Hills, Somerset, UK
2012-05-19
91

Re: [resolved] How to regenerate thumbnails ?

I had an issue once before when uploading files. I needed to turn off automatic in the FTP program and use binary for transfers of the .php files.

Also it might be worth looking at installing ImageMagick as that is much faster. It might be your old GD install that isn't supported by Piwigo.


Jack

Offline

 

#12 2012-11-06 09:20:28

ppat
Member
2009-08-25
74

Re: [resolved] How to regenerate thumbnails ?

mendip_discovery wrote:

I had an issue once before when uploading files. I needed to turn off automatic in the FTP program and use binary for transfers of the .php files.

Also it might be worth looking at installing ImageMagick as that is much faster. It might be your old GD install that isn't supported by Piwigo.


Jack

Thanks for the response. I installed ImageMagick on the server. How do I tell piwigo to look for it ?


piwigo - 2.4.5 | ploader - 1.6 (Windows Client) | Ubuntu Server 9.10

Offline

 

#13 2012-11-06 09:27:28

flop25
Piwigo Team
2006-07-06
7037

Re: [resolved] How to regenerate thumbnails ?

ppat wrote:

mendip_discovery wrote:

I had an issue once before when uploading files. I needed to turn off automatic in the FTP program and use binary for transfers of the .php files.

Also it might be worth looking at installing ImageMagick as that is much faster. It might be your old GD install that isn't supported by Piwigo.


Jack

Thanks for the response. I installed ImageMagick on the server. How do I tell piwigo to look for it ?

http://piwigo.org/doc/doku.php?id=pwg24 … magemagick


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

#14 2012-11-06 10:01:50

ppat
Member
2009-08-25
74

Re: [resolved] How to regenerate thumbnails ?

flop25 wrote:

ppat wrote:

mendip_discovery wrote:

I had an issue once before when uploading files. I needed to turn off automatic in the FTP program and use binary for transfers of the .php files.

Also it might be worth looking at installing ImageMagick as that is much faster. It might be your old GD install that isn't supported by Piwigo.


Jack

Thanks for the response. I installed ImageMagick on the server. How do I tell piwigo to look for it ?

http://piwigo.org/doc/doku.php?id=pwg24 … magemagick

Thanks. My environment still show GD though. Any other suggestions ?

Appreciate all the support from you all. Thank you.


piwigo - 2.4.5 | ploader - 1.6 (Windows Client) | Ubuntu Server 9.10

Offline

 

#15 2012-11-06 12:20:48

flop25
Piwigo Team
2006-07-06
7037

Re: [resolved] How to regenerate thumbnails ?

be sure the path is correct, and maybe try without the / at the end and/or at the beginning


To get a better help : Politeness like Hello-A link-Your past actions precisely described
Check my extensions : more than 30 available
who I am and what I do : http://fr.gravatar.com/flop25
My gallery : an illustration of how to integrate Piwigo in your website

Offline

 

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact