When adding a picture to a userprofile this picture disappears after updating another field of the profiledata.
the column fielddata in table userprofiledata is set to NULL after update.
Thank you,
We tackled this problem by editting the webgui source.
Everything is now working fine
Hello, this is what we did to the following files. This works for us we hope you can add this to the core.
We updated the file User.pm, this file is located in /data/WebGUI/lib/WebGUI
wrintings in bold are new to the file
}
=====================================================================================
We also updated the file /data/WebGUI/lib/WebGUI/Form/Image.pm