In-Portal Issue Tracker - In-Portal CMS
Viewing Issue Advanced Details
891 [In-Portal CMS] Caching System bug report always 2010-10-19 03:47 2010-11-30 12:48
alex  
alex  
normal  
closed 5.1.1-B1  
fixed  
 
none 5.1.1-B2  
http://groups.google.com/group/in-portal-bugs/browse_thread/thread/717f85cfaea38d41
0
0000891: Price of "Downloadable Product" is never saved, while Memcache is enabled
Price of "Downloadable Product" is never saved, while Memcache is enabled.

All product types, except Tangible are using "Price" virtual field for saving and displaying price from primary price bracket of product.

When Memcache is enabled, then instead of getting value from database, that "Price" field is getting value from memory cache. Seems ok for now.

But, when you save new price, then value is changed in database, but not in memcache (since memcache values are only changed, when I finish product editing in temporary table and will press "Save" button). Since that never happens, while I browsing through that product in temporary table, then you will never see price you entered on that form.
patch unable_to_set_downloadable_product_price_in_memcache.patch (548) 2010-10-19 03:47
http://tracker.in-portal.org/file_download.php?file_id=813&type=bug
Issue History
2010-11-30 12:48 Dmitry Note Added: 0003011
2010-11-30 12:48 Dmitry Status resolved => closed
2010-10-19 14:17 alex Note Added: 0002916
2010-10-19 14:17 alex Status reviewed and tested => resolved
2010-10-19 14:17 alex Fixed in Version => 5.1.1-B2
2010-10-19 14:17 alex Resolution open => fixed
2010-10-19 14:17 alex Assigned To !COMMUNITY => alex
2010-10-19 14:17 alex Changeset attached 5.1.x r14003
2010-10-19 11:38 Dmitry Note Added: 0002910
2010-10-19 11:38 Dmitry Status needs testing => reviewed and tested
2010-10-19 03:48 alex Assigned To => !COMMUNITY
2010-10-19 03:48 alex Developer => alex
2010-10-19 03:48 alex Status active => needs testing
2010-10-19 03:47 alex Reference => http://groups.google.com/group/in-portal-bugs/browse_thread/thread/717f85cfaea38d41
2010-10-19 03:47 alex New Issue
2010-10-19 03:47 alex File Added: unable_to_set_downloadable_product_price_in_memcache.patch

Notes
(0002910)
Dmitry   
2010-10-19 11:38   
Patch tested okay, please commit.
(0002916)
alex   
2010-10-19 14:17   
Fix committed to 5.1.x branch. Commit Message:

Fixes 0000891: Price of "Downloadable Product" is never saved, while Memcache is enabled
(0003011)
Dmitry   
2010-11-30 12:48   
Closing released 5.1.1 task.