Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

avatar upload #185

Open
Hec4 opened this issue Mar 23, 2021 · 0 comments
Open

avatar upload #185

Hec4 opened this issue Mar 23, 2021 · 0 comments

Comments

@Hec4
Copy link

Hec4 commented Mar 23, 2021

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant