Comments and changes to this ticket
-
VladaM March 10th, 2012 @ 11:40 PM
- I applied patch 5 days ago because photoalbum stopped working
- I didn't move anything. No migration is done. I firstly installed exponent end of january 2012. It all worked well, then, all of a sudden photoalbum stopped working.
- Graphics are shown on #2
-
VladaM March 11th, 2012 @ 01:09 AM
everything is correct.
try connectiong to www.ictus.rs usr/pwd: test
then goto http://www.ictus.rs/dzgalerija and see if you need any other infos -
VladaM March 12th, 2012 @ 07:28 AM
premissions are set to 755, and it has a file named phpThumbCacheStats and several numbered folders..
one more thing, when I delete "Box size for enlarged images" in module config, it opens image in lightbox.
this means, when I try to open "http://www.ictus.rs/thumb.php?id=40&w=300", it won't work, but when I try with "http://www.ictus.rs/thumb.php?id=40&w=" (without w parameter) it opens.
this is not case with thumbnails :( -
VladaM March 13th, 2012 @ 09:14 AM
I did try re-extracting and patching with no luck.
So, I solved the problem by editing framework/modules/photoalbum/views/photos/showall.tpl
Edited line 56:
OLD:
NEW
Edited line 62:
OLD: {img class="img-small" alt=$record->alt|default:$record->expFile[0]->alt file_id=$record->expFile[0]->id w=$config.pa_showall_thumbbox|default:"150" h=$config.pa_showall_thumbbox|default:"150" zc=1 q=$quality|default:75}
NEW:
So, I guess it wasn't server specific issue
-
VladaM March 13th, 2012 @ 09:16 AM
I did try re-extracting and patching with no luck.
So, I solved the problem by editing framework/modules/photoalbum/views/photos/showall.tpl
Edited line 56:
Edited line 62:
OLD: / {img class="img-small" alt=$record->alt|default:$record->expFile[0]->alt file_id=$record->expFile[0]->id w=$config.pa_showall_thumbbox|default:"150" h=$config.pa_showall_thumbbox|default:"150" zc=1 q=$quality|default:75} /
NEW: / /
So, I guess it wasn't server specific issue
-
expNinja April 17th, 2012 @ 01:45 AM
- State changed from open to resolved
- Assigned user changed from expNinja to dleffler
(from [3b2a6ada51bc21031d72720b3018c67b6bad6d67]) Should (finally) fix phpThumb problem on remote servers, turns phpThumb cache_force_passthru config setting off [#560 state:resolved responsible:dleffler] https://github.com/exponentcms/exponent-cms/commit/3b2a6ada51bc2103...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Bug Tracker for Exponent CMS