In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
366 [In-Portal CMS] Front End bug report always 2009-10-09 07:39 2010-01-11 22:05
alex  
alex  
normal  
closed 5.0.1  
fixed  
 
none 5.0.2-B1  
0
0000366: Duplicate image path when image from Images table is resized resulting missing image
Field Option "path_included", that is set for all unit configs, that use Images table for image storage is not processed by kUploadFormatter class and it adds relative path to file in all cases. This leads to urls in format:

http://www.site.com/system/images//system/images/image_file.jpg

Of course such images can't resized correctly, because they can't be accessed.
Where I stumbled across a problem:

I needed to show user's avatar, who have created article in article list near primary article image. For that purpose I've left joined Images table and created calculated field, that retrieved Images.ThumbPath field and virtual field, that uses it with same declaration as PrimaryImage field (added through FileHelper class) for users unit config.
patch include_path option problem with images.patch (609) 2009-10-09 07:39
http://tracker.in-portal.org/file_download.php?file_id=89&type=bug
Issue History
2010-01-11 22:05 Dmitry Note Added: 0001362
2010-01-11 22:05 Dmitry Status resolved => closed
2009-10-25 15:18 alex Note Added: 0000962
2009-10-25 15:18 alex Status reviewed and tested => resolved
2009-10-25 15:18 alex Fixed in Version => 5.0.2-B1
2009-10-25 15:18 alex Resolution open => fixed
2009-10-25 15:18 alex Changeset attached 5.0.x r12781
2009-10-25 15:16 alex Note Added: 0000961
2009-10-25 15:16 alex Target Version Icebox => 5.0.2
2009-10-18 02:41 Dmitry Note Added: 0000924
2009-10-18 02:41 Dmitry Assigned To !COMMUNITY => alex
2009-10-18 02:41 Dmitry Status needs testing => reviewed and tested
2009-10-09 07:39 alex Target Version => Icebox
2009-10-09 07:39 alex Assigned To => !COMMUNITY
2009-10-09 07:39 alex Status active => needs testing
2009-10-09 07:39 alex New Issue
2009-10-09 07:39 alex File Added: include_path option problem with images.patch

Notes
(0000924)
Dmitry   
2009-10-18 02:41   
Tested ok.
(0000961)
alex   
2009-10-25 15:16   
Moving to 5.0.2 release as community input during 5.0.2-B1 version testing.
(0000962)
alex   
2009-10-25 15:18   
Fix committed to 5.0.x branch. Commit Message:

Fixes 0000366: Duplicate image path when image from Images table is resized resulting missing image
(0001362)
Dmitry   
2010-01-11 22:05   
Closing completed tasks.