You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't know if it has already been reported but there are spaces in the urls in the edituser.php file which creates bugs when you try to update your avatar (images not found, redirect errors, storage of multiple avatars etc)
For example
l197 redirect_header('index . php ? t = ' . time() . ' & amp;uid = ' . $GLOBALS['xoopsUser']->getVar('uid'), 3, _US_PROFUPDATED);
l203 redirect_header('edituser . php ? op = avatarform', 3, $uploader->getErrors());
and some more
By deleting them, avatar upload works as expected
Hope it will help
The text was updated successfully, but these errors were encountered:
I don't know if it has already been reported but there are spaces in the urls in the edituser.php file which creates bugs when you try to update your avatar (images not found, redirect errors, storage of multiple avatars etc)
For example
l197
redirect_header('index . php ? t = ' . time() . ' & amp;uid = ' . $GLOBALS['xoopsUser']->getVar('uid'), 3, _US_PROFUPDATED);
l203
redirect_header('edituser . php ? op = avatarform', 3, $uploader->getErrors());
and some more
By deleting them, avatar upload works as expected
Hope it will help
The text was updated successfully, but these errors were encountered: