Skip to content
This repository was archived by the owner on Oct 29, 2021. It is now read-only.

Nginx + authgoogle #24

Open
philkunz opened this issue Dec 12, 2014 · 1 comment
Open

Nginx + authgoogle #24

philkunz opened this issue Dec 12, 2014 · 1 comment

Comments

@philkunz
Copy link

Hi,

the plugin works perfectly when using apache + php 5.4.
However it does not show the login with google button when using nginx + php-fpm 5.4

Is this a bug or is there any htaccess related rule that it is not interpreted by nginx?

Regards
phil

@mgreenwald-pm
Copy link

mgreenwald-pm commented Dec 15, 2016

@philkunz Hey phil, try:
$ tail -f {\your\nginx\log\location\error.log}
and then visit your website a few times to trigger an error.

If you see:
PHP message: PHP Fatal error: Uncaught Exception: Google CurlIO client requires the CURL PHP extension in /var/www/dokuwiki/lib/plugins/authgoogle/google/io/Google_CurlIO.php:47 Stack trace:
then you need to install the php-curl module on your server.

Ubuntu:
$ sudo apt-get install php-curl

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants