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>
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 ?
Offline
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??
Offline
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.
Offline
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)
Offline
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
Okay, will do, but thought it would be easier to keep this all together.
Offline
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
Offline
Thanks peter keegan. I commented out that line and switched back to im from gd and all seems well.
b
Offline
I think my page has the same problems as you describes. Some pictures displays only by clicking on imagesizes - ''orignal''
Offline
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
Offline
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
If I were you, I would delete the email address from the post.
Offline
Hi stardot, please open a new topic dedicated to your problem. It will be much simpler to mark it as resolved.
Offline
EdwinKort wrote:
If I were you, I would delete the email address from the post.
I did.
Offline