|
This issue seems to be because the following file:
"/root/.mifosx/DefaultDemoTenant/images/clients/1/image.jpeg"
does not exist on the local (developer) machine. It is the image associated with client id = '1' / client account '000000001'.
The path is taken from the 'mifostenant-default.m_image' table (column name: 'location').
It would be helpful to fix the error message returned in the webUI. This issue will occur for all clients with a non-NULL 'image_id' value in the m_client table (unless the path exists on the local machine).
|