Undefined error after update settings

This topic contains 3 reply and 3 voices, and was last updated by Ji Yu 9 years, 4 months ago
Viewing 3 Posts - 1 through 3 (of 3 total)
Author Posts
December 15, 2014 at 3:57 pm 32332
Ji Yu Hello I try to update settings in user profile (dashboard/settings/), but have error "undefined".
December 15, 2014 at 4:00 pm 32334
Nayem Nayem

Hello Artem,

To fix this error please open wp-content/plugins/wedevs-dokan-plugin/classes/template-settings.php. In line number 99 you will see something like this 'address' => strp_tags( $_POST['setting_address'] ),. You have to write this line as 'address' => strip_tags( $_POST['setting_address'] ),.

Thank you 🙂

December 16, 2014 at 12:15 pm 32371
Artem Artem

Yes, worked.
Thank you!

December 18, 2014 at 10:43 am 32508
Ji Yu Ji Yu

typo……

Viewing 3 Posts - 1 through 3 (of 3 total)