In the settings of the user manager, disable the display of site settings for the user.
The user profile page is displayed normally.
If difficulties persist, please contact the System Administrator of this site and report the error below.
0 Argument 2 passed to JHtml::register() must be callable, array given, called in W:\domains\site.domain\components\com_users\tmpl\profile\default_custom.php on line 13
Setting | Value |
---|---|
PHP Built On | Windows NT DESKTOP-3288EOT 10.0 build 15063 (Windows 10) i586 |
Database Version | 5.7.19 |
Database Collation | utf8_general_ci |
Database Connection Collation | utf8_general_ci |
PHP Version | 7.1.7 |
Web Server | Apache |
WebServer to PHP Interface | apache2handler |
Joomla! Version | Joomla! 4.0.0-dev Development [ Amani ] 31-March-2017 23:59 GMT |
User Agent | Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/60.0.3112.113 Safari/537.36 |
Labels |
Added:
?
|
Category | ⇒ | com_users |
Status | New | ⇒ | Confirmed |
@franz-wohlkoenig No, in your case it's a mistake in
"plugins/system/languagefilter/languagefilter.php" in line 136
ReplaŃe:
$router->attachBuildRule(array($this, 'buildRule'), JRouter::PROCESS_DURING);
On:
$router->attachBuildRule(array($this, 'buildRule'), JRouter::PROCESS_BEFORE);
In your URL, the tag of the language, is in the wrong place,
Status | Confirmed | ⇒ | Discussion |
Labels |
Added:
J4 Issue
|
@DebuggeR94 Cannot replicate. Please test with the latest alpha.
i can confirm this exact bug. Set Frontend User Parameters to hide in the com_user options
then on the front end login and try to edit your profile and you get the error
I changed the setting here Global Configuration > Users > Frontend User Parameters
. Logged in on the front end, and edited/saved my profile successfully with show/hide of this setting.
Confirmed. I had the menu item to edit user profile vs. user profile. Thanks!
Can't reproduce this on current nightly. The file has been modified and the failing code is no longer there.
closed for Reason stated above. Issue can always reopened.
Status | Discussion | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2019-05-22 16:07:58 |
Closed_By | ⇒ | franz-wohlkoenig |
i can confirm that this is no longer a valid bug and can be closed
Issue confirmed.
It also happen if
Frontend User Parameters
is set onShow
: