![]() |
HJB 3/12/2017 |
Binary field: Image |
![]() |
Admin 3/13/2017 |
As a first step make sure that thumbnails are actually created. Maybe PHP limit memory needs to be increased in php.ini so it can handle images like this. |
S
|
steveh 3/16/2017 |
I'm not sure whether this is related to your issue, but there is a bug with thumbnails, in that the routine getNotListBlobFieldsIndices() removes all blob fields that are not displayed on the list screen, however it doesn't check that a thumbnail is being used and removed the thumbnail and leaves the main image field. |
D
|
daipayan author 3/19/2017 |
Can you please provide me the patch? I'm not sure whether this is related to your issue, but there is a bug with thumbnails, in that the routine getNotListBlobFieldsIndices() removes all blob fields that are not displayed on the list screen, however it doesn't check that a thumbnail is being used and removed the thumbnail and leaves the main image field. The ViewDatabaseImage.php expects the thumbnail field to be in the $data array which it isn't at that point having been previously removed. I've just fixed it in my copy, Ill ping a patch to xlinesoft later. Steve |
D
|
daipayan author 3/19/2017 |
Can you please provide me the patch? I'm not sure whether this is related to your issue, but there is a bug with thumbnails, in that the routine getNotListBlobFieldsIndices() removes all blob fields that are not displayed on the list screen, however it doesn't check that a thumbnail is being used and removed the thumbnail and leaves the main image field. The ViewDatabaseImage.php expects the thumbnail field to be in the $data array which it isn't at that point having been previously removed. I've just fixed it in my copy, Ill ping a patch to xlinesoft later. Steve |
D
|
daipayan author 3/20/2017 |
Can you please provide me the patch? I'm not sure whether this is related to your issue, but there is a bug with thumbnails, in that the routine getNotListBlobFieldsIndices() removes all blob fields that are not displayed on the list screen, however it doesn't check that a thumbnail is being used and removed the thumbnail and leaves the main image field. The ViewDatabaseImage.php expects the thumbnail field to be in the $data array which it isn't at that point having been previously removed. I've just fixed it in my copy, Ill ping a patch to xlinesoft later. Steve |
S
|
steveh 3/21/2017 |
I'll post it here when I get to the office tomorrow. |
S
|
steveh 3/22/2017 |
Firstly, please take copies of both these files as you will need to restore them if you have a bug you want to report to xlinesoft, please do not report issues to them with these modifications in place. /**
public function showDBValue(&$data, $keylink) |