You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 29, 2021. It is now read-only.
@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 freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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
The text was updated successfully, but these errors were encountered: