Hello,
Using ES 1.2.14 on Joomla 3.3.
I have enabled a file upload custom field in custom profiles to allow users to upload a file upon registration (to verify identity).
I have 3 issues:
1. Upon completion of registration, a fatal error occurs:
Catchable fatal error: Object of class stdClass could not be converted to string in /home/DOMAIN/public_html/administrator/components/com_easysocial/tables/field.php on line 1107
This also occurred on editing and saving the file for a logged-in user's edit profile screen. Removing the file upload field solves the error, however, I would like to implement this.
2. A logged in user will get these errors if the file upload field is set as a required field, 1 fatal if the file field above is enabled:
Warning: Missing argument 2 for SocialFieldsUserFile::onFieldCheck() in /home/uhema/public_html/media/com_easysocial/apps/fields/user/file/file.php on line 429
Fatal error: Cannot use object of type SocialUser as array in /home/uhema/public_html/media/com_easysocial/apps/fields/user/file/file.php on line 185
3. Where will these files be uploaded?
If there is a fix provided, please do provide me a patch to repair other sites.
Site details enclosed.
Jordan