README says:

Set up SSO table sharing for the 'authmap', 'sessions' and 'users' tables by
adding the following to your settings.php:

Actually it should say:

Set up SSO table sharing for the 'authmap', 'sessions' and 'users' tables by
replacing the "$db_prefix = '';" with the following in your settings.php:

Comments

dakku’s picture

Status: Active » Fixed

commited to 6.x-1.x

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

inchains’s picture

Priority: Normal » Major
Status: Closed (fixed) » Active

on inserting the

$conf['session_inc'] = 'sites/all/modules/sso/session.singlesignon.inc';

on the client site and then trzing to access it i got a white page with severela errors:

One, like:
Warning: Unknown column 's.domain' in 'where clause' query: SELECT u.*, s.* FROM users u INNER JOIN sessions s ON u.uid = s.uid WHERE s.sid = (...)

One other like:
Warning: Cannot modify header information - headers already sent by (output started at /home6/(..)/database.mysqli.inc:134) in /home6/(...)/sites/all/modules/sso/client/singlesignon_client.module on line 38

And several like:
Warning: Cannot modify header information - headers already sent by (output started at /home6/(...)/database.mysqli.inc:(...)) in /home6/(...)/includes/bootstrap.inc on line (...)

Other error:
Fatal error: Call to undefined function filter_xss() in /home6/jornalst/public_html/includes/common.inc on line 655

And finally:
Warning: Unknown column 'domain' in 'field list' query: UPDATE sessions SET uid = 0, cache = 0, hostname = '(...)', session = '', timestamp = 1327949397, domain = '(...).com', global_sid = '', nonce = '' WHERE sid = '(...)' in /home6/(...)/includes/database.mysqli.inc on line 134

Can anyone help with this config?