Welcome to the Question2Answer Q&A. There's also a demo if you just want to try it out.
0 votes
522 views
in Q2A Core by

Trying to implement single sign on with AEForum but get this error:

Undefined index: is_logged_in in /home/mysite/mysite.com.com/mkportal/modules/answers/qa-external/qa-external-users.php on line 63

(Line 63 is: if ($_SESSION['is_logged_in']) {  )

I've used example 1 from your examples.

Any ideas?

 

 

 

Q2A version: 1.5.2

1 Answer

0 votes
by
That was just an example, so it won't work on your site. You need to replace it with the appropriate code to determine if someine is logged in to your site, and more details about them. Please see the documentation within the file.
by
Honestly the documentation file is not helpful on the single on installation, rather its so confusing. For example "Insert the MySQL details at the top," WHERE Precisely and reading through is not helping at all. Is there a video tutorial on this?
...