1. ohira
  2. Bug Report
  3. Friday, December 05 2014, 09:39 AM
I can not upload avatar image from front end profile editing page.

Image file not found: /home/sorastation/www/siterelo/media/socialnetwork/uploads/albums/2/340beae41253f045c5ab92406d84008b.png

I can upload and change avatar image from back end.
What's wrong?

You can log in with ID:demo PW:demo

Thank you
References
  1. http://yjpass.com/
admin Accepted Answer
Admin
Hi,
your template override Joomla original edit/registration page but in this override there is an error:
- missing enctype="multipart/form-data" attribute in HTML for declaration

so you must edit these file to add this attribute
/templates/your_template_folder/html/com_users/profile/edit.php
/templates/your_template_folder/html/com_users/registration/default.php

you must add enctype="multipart/form-data" so from
<form ....></form>

to
<form enctype="multipart/form-data" ....></form>


if this attribute missing you can't upload any file from HTML form
  1. more than a month ago
  2. Bug Report
  3. # 1
mygleren Accepted Answer
posted wrong locations!
  1. more than a month ago
  2. Bug Report
  3. # 2
cristianbravo Accepted Answer
Pro
i'm having the same issue but the location com_users does not exist on my template folder under html
  1. more than a month ago
  2. Bug Report
  3. # 3
admin Accepted Answer
Admin
hi,
please post me your site details to check this. you can use the form below the reply in "Site Details" tab.
  1. more than a month ago
  2. Bug Report
  3. # 4
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.
Sorry, the discussion is currently locked. You will not be able to post a reply at the moment.