[TH] Login As User [Deleted]

Jon, am I missing something or is it only possible to login as the user via the membercard link?

You can do that only if the user has a message or if there is anything to click on that opens the membercard. Could we also include a combo-box somewhere (user profile, dropdown user menu )?
 
Hi,

Clicking the button in the moderator bar produces this error:

5SnZH.png
 
Hi,

Clicking the button in the moderator bar produces this error:

5SnZH.png
Are you able to see what the error is in the JavaScript console? Also, does the error clear if you go into the options for the add-on, click save, and then try again?
 
Are you able to see what the error is in the JavaScript console? Also, does the error clear if you go into the options for the add-on, click save, and then try again?

2 issues

PHP:
PHP Fatal error:  Call to undefined method Waindigo_LoginAsUser_Extend_XenForo_Model_User::canLoginAsUsers() in /home/sociall1/public_html/forums/library/Waindigo/LoginAsUser/Listener/TemplateHook.php on line 36

and

PHP:
PHP Fatal error:  Call to undefined method Dark_PostRating_Model_User::canPostAsDifferentUser() in /home/sociall1/public_html/forums/library/Waindigo/LoginAsUser/ControllerPublic/LoginAsUser.php on line 75

2nd one maybe a conflict with
http://xenforo.com/community/resources/post-ratings-taking-likes-to-the-next-level.410/

But does quote your file Waindigo/LoginAsUser/ControllerPublic/LoginAsUser.php on line 75

Using php 5.4 if it helps

Wish more developers would upgrade to php 5.4 As anything you code in 5.4 will work in 5.3
 
I would not be using 5.2 if I were you.
I don't use 5.2 on any of my live sites, but XenForo officially supports it so all my add-ons do to (in theory). I would love to stop supporting it as it would make my life so much easier.

Security is an issue
Not on localhost it's not.

And for the record....

5.2.16 2010-12-16 End-of-life for 5.2 series
http://www.php.net/archive/2010.php#id2010-12-16-1
I am well aware of that. I like to remind myself every time someone complains about a bug on 5.2.
 
I don't use 5.2 on any of my live sites, but XenForo officially supports it so all my add-ons do to (in theory). I would love to stop supporting it as it would make my life so much easier.


Not on localhost it's not.


I am well aware of that. I like to remind myself every time someone complains about a bug on 5.2.
Agreed (y)
 
just used this addon to resend confirmation email message... wonderful addon!!

FYI - I would like addon that resends confirmation emails where needed. ~peace
 
Jon you mentioned yourself there is a risk one kind-of-auto clicks alerts when logged in as someone else. I forgot I was someone else last night but luckily did not sleepily click alerts.

How about a signal like
1) A red bar across the alerts with text "No entry!"
2) A floating popup that follows me on the right reminding me "You are logged in as .."

Thing is your discreet little text line in mod bar is very .... discreet.
 
Why the following message appears when you click on the Login As User...:

Screen Shot 2012-11-06 at 12.31.32 PM.webp

Code:
The following error occurred:
Invalid argument supplied for foreach()
    1.    XenForo_Application::handlePhpError() in Waindigo/Listener/ControllerPreDispatch/20121021.php at line 130
    2.    Waindigo_Listener_ControllerPreDispatch::isAddOnEnabled() in Waindigo/LoginAsUser/ControllerPublic/LoginAsUser.php at line 88
    3.    Waindigo_LoginAsUser_ControllerPublic_LoginAsUser->actionChoice() in XenForo/FrontController.php at line 310
    4.    XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 132
    5.    XenForo_FrontController->run() in /home/XXXXXXXX/public_html/index.php at line 13

Screen Shot 2012-11-06 at 12.31.57 PM.webp


Thank you for your cooperation.
 
Sorry Is there a solution to this problem.

Why the following message appears when you click on the Login As User...:

View attachment 36580

Code:
The following error occurred:
Invalid argument supplied for foreach()
    1.    XenForo_Application::handlePhpError() in Waindigo/Listener/ControllerPreDispatch/20121021.php at line 130
    2.    Waindigo_Listener_ControllerPreDispatch::isAddOnEnabled() in Waindigo/LoginAsUser/ControllerPublic/LoginAsUser.php at line 88
    3.    Waindigo_LoginAsUser_ControllerPublic_LoginAsUser->actionChoice() in XenForo/FrontController.php at line 310
    4.    XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 132
    5.    XenForo_FrontController->run() in /home/XXXXXXXX/public_html/index.php at line 13

View attachment 36582


Thank you for your cooperation.
 
Back
Top Bottom