Skip to content

problems after upgrade from 1.4.5 to 1.4.7 #227

Answered by jsuto
joel-933 asked this question in Q&A
Discussion options

You must be logged in to vote

1.4.7 stores audit logs in sphinx. Can you try adding the following line to sso.php after the line Registry::set('db', $db);?

$sphxrw = new DB(SPHINX_DRIVER, SPHINX_HOSTNAME, "", "", SPHINX_DATABASE, "");
Registry::set('sphxrw', $sphxrw);

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
1 reply
@joel-933
Comment options

Answer selected by joel-933
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants