[XenConcept] Login As User

[XenConcept] Login As User [Paid] 2.1.1

No permission to buy ($15.00)
On a site I am staff on, this has been popping up at the top of pages occasionally.

Code:
Deprecated
: Required parameter $userLimit follows optional parameter $forceIncludeVisitor in
/home/SITE/src/addons/XenConcept/LoginAsUser/XF/Repository/SessionActivity.php
on line
16

No errors reported in the error log. Running PHP 8.x

Thanks for the report

The latest version should fix the error
 
I am no longer seeing the revert user bar. I need to actually logout then log back in again as myself.

using the default theme.
 
When your addon and the debug addon from OzzModz are both activated, i get:

ErrorException: [E_DEPRECATED] Required parameter $userLimit follows optional parameter $forceIncludeVisitor in src/addons/XenConcept/LoginAsUser/XF/Repository/SessionActivity.php at line 16
 
When your addon and the debug addon from OzzModz are both activated, i get:

ErrorException: [E_DEPRECATED] Required parameter $userLimit follows optional parameter $forceIncludeVisitor in src/addons/XenConcept/LoginAsUser/XF/Repository/SessionActivity.php at line 16

Hello,

Do you use the latest version?
 
Is there any difference between a "logged-in user" with your add-on and a real login with this users' password?

I have this situation:

Add-on with permission: can edit

Login with password: can use function
Login with your add-on: can not use the function

How this could be possible, please?
 
Is there any difference between a "logged-in user" with your add-on and a real login with this users' password?

I have this situation:

Add-on with permission: can edit

Login with password: can use function
Login with your add-on: can not use the function

How this could be possible, please?
After checking there is no difference.
 
Have just installed and am receiving the following error:

Any ideas?

Code:
ErrorException: [E_WARNING] Trying to access array offset on value of type int in src/addons/XenConcept/LoginAsUser/XF/Pub/Controller/Misc.php at line 136
XF::handlePhpError() in src/addons/XenConcept/LoginAsUser/XF/Pub/Controller/Misc.php at line 136
XenConcept\LoginAsUser\XF\Pub\Controller\Misc->actionLoginAsUser() in src/XF/Mvc/Dispatcher.phpat line 352
XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 259
XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 115
XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57
XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2483
XF\App->run() in src/XF.php at line 524
XF::runApp() in index.php at line 20
 
Have just installed and am receiving the following error:

Any ideas?

Code:
ErrorException: [E_WARNING] Trying to access array offset on value of type int in src/addons/XenConcept/LoginAsUser/XF/Pub/Controller/Misc.php at line 136
XF::handlePhpError() in src/addons/XenConcept/LoginAsUser/XF/Pub/Controller/Misc.php at line 136
XenConcept\LoginAsUser\XF\Pub\Controller\Misc->actionLoginAsUser() in src/XF/Mvc/Dispatcher.phpat line 352
XF\Mvc\Dispatcher->dispatchClass() in src/XF/Mvc/Dispatcher.php at line 259
XF\Mvc\Dispatcher->dispatchFromMatch() in src/XF/Mvc/Dispatcher.php at line 115
XF\Mvc\Dispatcher->dispatchLoop() in src/XF/Mvc/Dispatcher.php at line 57
XF\Mvc\Dispatcher->run() in src/XF/App.php at line 2483
XF\App->run() in src/XF.php at line 524
XF::runApp() in index.php at line 20

Hello,

How did you generate this error? I can't reproduce it
 
Having a couple of issues with this.

1) Trying to go to any page other than the first one in the ACP log, results in this error, “

Oops! We ran into some problems.​

The requested page could not be found.”

2) ACP Log is not in chronological order.

3) Reported version of the addon is 2.1.0 Patch 5 but the addon.json is showing 2.0.10 Patch Level 5
 
Having a couple of issues with this.

1) Trying to go to any page other than the first one in the ACP log, results in this error, “

Oops! We ran into some problems.​

The requested page could not be found.”

2) ACP Log is not in chronological order.

3) Reported version of the addon is 2.1.0 Patch 5 but the addon.json is showing 2.0.10 Patch Level 5
Thanks you for your report
 
Top Bottom