paulshultz
Forum Replies Created
-
Hi Amrit,
Of course sorry about that
It seems the validation function in class-ur-form-field-profile-picture.php is broken. $form_data is an array and $form_data->value in a an integer and not a url as expected.
Just a correction that the version of the plugin is Version 3.0.7
Here is an update
Looking at the code, it appears that all file uploads are now required to be put in /uploads/user_registration_uploads/file-uploads
However, at no stage is the correct directory created. Only /uploads/user_registration_uploads/ is created but not the “file-uploads” sub directory
- This reply was modified 2 years, 9 months ago by paulshultz.
Forum: Plugins
In reply to: [ManageWP Worker] Plugin produces error_logWe reported this issue via a ticket in Nov 2021. I am surprised that ManageWP only had a couple of reports of this.
After several follow ups Manage never came back to us with a resolution.
I ended up writing a script that removes the cloner_error_log file
Hi Amrit,
Thanks for looking in to this. I dont think I explained this well. Here is the process to reproduce the issue.
1 – As an administrator i set the date to “01/05/2022”
2 – I login as the user and can see the date is set to “01/05/2022” (with quotes).
3 – Problem a) When you click on the date field, the date picker pops up but the date is reset to todays date and not “01/05/2022” as expected
4 – Problem b) When you select a date using the date picker, the date field is populated as 01/05/2022 (without quotes)I have a screen to to visually see this at https://prnt.sc/C2h_uA7FOFP2
Hoping you can shed some light on this.