Support

  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.

Request Support

Support is currently Online

Support Availability

Working days: Monday to Friday. The support staff is not available on weekends; in the most of cases tickets will not be answered during that time.

Reply time: Depending on the complexity of your support issue it's usually between a few minutes and 24 hours for paid members and about one week for free members. When we expect longer delays we will notify you.

Guidelines

Before you post: read the documentation and search the forums for an answer to your question.

When you post: include Site Details if you request a support (you can use the form below the reply in Site Details tab).

Auto Solved Question: If after a week the author of the post does not reply to a request by moderator, the question will be marked as resolved.

Language: only English

Search Users

Easy Profile® is not affiliated with or endorsed by Open Source Matters or the Joomla Project. Joomla is Free Software released under the GNU/GPL License.