1. dladuron
  2. Support
  3. Thursday, January 14 2016, 01:57 AM
When ever updating profile and clicking cancel gets a 404 error message - see attached
Attachments (2)
Accepted Answer
admin Accepted Answer
Admin
maybe your template use some framework that apply some hidden override, this happen because some framework works with Bootstrap 3 (like T3framework), so as default override all Joomla parts based on Boostrap 2.

the correct link is:
<?php echo JRoute::_('index.php?Itemid=120'); ?>
or simply
/your-profile-path/ (without any php code)
  1. more than a month ago
  2. Support
  3. # Permalink
admin Accepted Answer
Admin
Hi,
Easy Profile extends Joomla user management, so registration and edit profile pages are the same of Joomla (tabs a re added via javascript and custom fields via user plugin).

This button comes from Joomla (components/com_users/views/profile/tmpl/edit.php) or if you have some override it comes from your template (templates/your-template-folder/html/com_users/profile/edit.php).

Normally this button is a simple link to Home Page.

In your site you have set Access Level for Home Page to "Guest", so registered Users get message "403 - You are not authorised to view this resource."
  1. more than a month ago
  2. Support
  3. # 1
dladuron Accepted Answer
Content Protected
  1. more than a month ago
  2. Support
  3. # 2
dladuron Accepted Answer
Content Protected
  1. more than a month ago
  2. Support
  3. # 3
  • Page :
  • 1


There are no replies made for this post yet.
However, you are not allowed to reply to this post.