Topic on Extension talk:GoogleLogin

[RESOLVED] SQL entries for maintenance/update.php break for postgresql (googlelogin v0.1.3)

4
59.167.194.48 (talkcontribs)

Setting up a new wiki using postgres, the SQL commands broke on me when I ran 'php5 update.php' from the maintenance directory. The error message was balking on 'unsigned' being a syntax error - apparently psql doesn't like 'unsigned' as they don't exist (syntax error pointed to includes/sql/user_google_user.sql). This is with v0.1.3 on mw 1.23 and psql 9.4.

As it was a new setup, I just remade it with mysql and the extension then worked as expected.

Florianschmidtwelzow (talkcontribs)

Hello!

Thanks for reporting this. Please make sure, that you pass all Requirements for this extension to work :) Postgre isn't supported.

59.167.194.48 (talkcontribs)

A bit of egg on my face, sorry :)

Thanks for the plugin and also for the excellent documentation to go with it, by the way! Would you be able to merge the 'Limit new registrations to GoogleLogin only' info below into the main article? It's not clear from the article that these things work together (The table for "$wgGLAllowAccountCreation" and it's 'default value' doesn't make it clear as to what should be done).

Florianschmidtwelzow (talkcontribs)