Announcement

#76 2012-06-26 15:53:06

summerborn
Guest

Re: 2.4 thumbnails do not display

Actually I had this fixed with the help of hosting company:

extension=imagick.so
in
php.ini
and then in the .htaccess file add the location of your php.ini file:
<IfModule mod_env.c>
SetEnv PHPRC <path-to>/php.ini
</IfModule>

 

#77 2012-06-27 04:15:59

Garcia
Translation Team
Third world...
1970-01-01
48

Re: 2.4 thumbnails do not display

Hi, My problem is a little different :

My pictures thumbnail before upgrade was like this :
[Path]/thumbnail/TN-[Pic Name].jpg

But now they use i.php?...

Is there any way that I can make the thumbnails name like the first one again ?


I Hate Myself... :)

Offline

 

#78 2012-06-27 09:53:51

skpManiac
Member
England
2012-02-15
140

Re: 2.4 thumbnails do not display

summerborn wrote:

Actually I had this fixed with the help of hosting company:

extension=imagick.so
in
php.ini
and then in the .htaccess file add the location of your php.ini file:
<IfModule mod_env.c>
SetEnv PHPRC <path-to>/php.ini
</IfModule>

So the ones having this error, if we do this is it a proper fix or is the Piwigo Team working on a better solution??


Share & Enjoy

Offline

 

#79 2012-06-27 11:57:48

EdwinKort
Translation Team
Rhoon, the Netherlands
1970-01-01
95

Re: 2.4 thumbnails do not display

I doubt if this is a fix for everyone to be used.. Not everyone can change php.ini. I'm on a shared hosting, and can't access the file.


My Gallery
Hosted with: Surpass Hosting since 2004

Offline

 

#80 2012-06-27 12:53:19

skpManiac
Member
England
2012-02-15
140

Re: 2.4 thumbnails do not display

summerborn wrote:

Actually I had this fixed with the help of hosting company:

extension=imagick.so
in
php.ini
and then in the .htaccess file add the location of your php.ini file:
<IfModule mod_env.c>
SetEnv PHPRC <path-to>/php.ini
</IfModule>

Done that, same problem :s

Its weird because some photos will upload and some wont :/


This is my HTACCESS file


<IfModule mod_rewrite.c>
RewriteEngine on
## redirect <2.4 thumbnails hotlinks to i.php
RewriteRule ^upload/(.*)/thumbnail/TN-(.*)\.([a-z0-9]{3,4})$ i.php?/upload/$1/$2-th.$3 [L]
RewriteRule ^galleries/(.*)/thumbnail/TN-(.*)\.([a-z0-9]{3,4})$ i.php?/galleries/$1/$2-th.$3 [L]

## redirect <2.4 high-def hotlinks to original file
RewriteRule ^upload/(.*)/pwg_high/(.*)\.([a-z0-9]{3,4})$ upload/$1/$2.$3 [L]
RewriteRule ^galleries/(.*)/pwg_high/(.*)\.([a-z0-9]{3,4})$ galleries/$1/$2.$3 [L]

## redirect <2.4 low-def hotlinks to i.php
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www\.freezinglifethroughthelens\.co\.uk/.*$ [NC]
RewriteRule ^upload/(.*)/(.*)\.([a-z0-9]{3,4})$ i.php?/upload/$1/$2-me.$3 [L]
RewriteCond %{HTTP_REFERER} !^http(s)?://(www\.)?www\.freezinglifethroughthelens\.co\.uk/.*$ [NC]
RewriteRule ^galleries(.*)/(.*)\.([a-z0-9]{3,4})$ i.php?/galleries/$1/$2-me.$3 [L]
</IfModule>
<IfModule mod_env.c>
SetEnv PHPRC /etc/php.ini
</IfModule>

Last edited by skpManiac (2012-06-27 12:55:33)


Share & Enjoy

Offline

 

#81 2012-06-27 21:18:49

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

Re: 2.4 thumbnails do not display

We have several users in this topic who seems to have the same problem BUT each ticket is different. If you problem is not solved yet, please open a new topic with a summary of your specific problem. Our goal is to mark each topic as resolved. In the current topic with 5 or 6 different users having a problem we will never be able to mark it as resolved.

Offline

 

#82 2012-06-27 21:29:24

EdwinKort
Translation Team
Rhoon, the Netherlands
1970-01-01
95

Re: 2.4 thumbnails do not display

Okay, will do, but thought it would be easier to keep this all together.


My Gallery
Hosted with: Surpass Hosting since 2004

Offline

 

#83 2012-06-27 23:26:21

skpManiac
Member
England
2012-02-15
140

Re: 2.4 thumbnails do not display

ok, done that, but I also thought it would have been easier in one post, unless the errors are not related, but seems most of us have the same problem :s


Share & Enjoy

Offline

 

#84 2012-06-30 04:34:49

bkcorwin
Member
2010-12-13
52

Re: 2.4 thumbnails do not display

Thanks peter keegan.  I commented out that line and switched back to im from gd and all seems well.

b

Offline

 

#85 2012-07-03 10:06:28

utrechtdesign
Member
2012-07-03
2

Re: 2.4 thumbnails do not display

I think my page has the same problems as you describes. Some pictures displays only by clicking on imagesizes - ''orignal''

Offline

 

#86 2012-07-03 11:44:57

flop25
Piwigo Team
2006-07-06
7037

Re: 2.4 thumbnails do not display

utrechtdesign wrote:

I think my page has the same problems as you describes. Some pictures displays only by clicking on imagesizes - ''orignal''

[Forum, post 131541 by plg in topic 19680] 2.4 thumbnails do not display


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

 

#87 2012-07-09 22:46:40

stardot
Member
2012-07-09
3

Re: 2.4 thumbnails do not display

I am trying to apply the troubleshooting tips in this topic to my own thumbnail creation issue.

I have a brand new Piwigo 2.4.1 installation that will not create thumbnails, and I REALLY want it to work.

It is located at (edited)

It does have this in admin:
Piwigo version
•Piwigo 2.4.1
•Check for upgrade
•Subscribe info@***.com to Piwigo Announcements Newsletter
Environment
•Operating system: Linux
•PHP: 5.2.17 (Show info) [2012-07-09 16:19:21]
•mysql: 5.0.90-log [2012-07-09 16:19:28]
•Graphics Library: External ImageMagick

Show PHP info gives "
Warning: phpinfo() has been disabled for security reasons in /services9/webpages/a/n/anglingtacticsandtechniques.com/public/gallery/admin/intro.php on line 109
" if that's anything.

I was trying to figure out the image.class.php file for imageMagick, but don't know if that's what I need, or what.

Checked and chmodded _data, galleries folders to 755.

So, where am I going from here?

Last edited by stardot (2012-07-10 01:17:29)

Offline

 

#88 2012-07-09 22:50:25

EdwinKort
Translation Team
Rhoon, the Netherlands
1970-01-01
95

Re: 2.4 thumbnails do not display

If I were you, I would delete the email address from the post.


My Gallery
Hosted with: Surpass Hosting since 2004

Offline

 

#89 2012-07-09 22:50:53

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

Re: 2.4 thumbnails do not display

Hi stardot, please open a new topic dedicated to your problem. It will be much simpler to mark it as resolved.

Offline

 

#90 2012-07-09 22:51:06

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

Re: 2.4 thumbnails do not display

EdwinKort wrote:

If I were you, I would delete the email address from the post.

I did.

Offline

 

Board footer

Powered by FluxBB

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