Google Apps - Nginx internal error 500

Issue #248 resolved
Ilias Chasapakis created an issue

Hi,

I am using the latest ova for Vmware.

piler -V output:

piler 0.1.24-master-branch, build 836, Janos SUTO sj@acts.hu

Build Date: Sun Sep 1 21:35:24 CEST 2013 ldd version: ldd (Debian EGLIBC 2.13-38) 2.13 gcc version: gcc version 4.7.2 (Debian 4.7.2-5) Configure command: ./configure --localstatedir=/var --enable-starttls --enable-tcpwrappers --with-database=mysql

When I enable the google authentication (all keys in place) in config.php (and not in config-site.php as reported on the tutorial) $config['ENABLE_GOOGLE_LOGIN'] = 1; I get a 500 error from server and the admin page does of course not show. Turning off the google login brings the GUI back online with no errors.

I get no clue from the web server log files. Any ideas? Thanks.

Comments (4)

  1. Ilias Chasapakis reporter

    You were right it was a PHP issue (I've dumb enough not to check these logs as I was sure it was an nginx error). What's seems to be missing in the "ova" to get the google apps auth work "out of the box" is curl and the relative PHP extension so an apt-get install curl php5-curl got things back working. Sorry for rushing to think of a bug and thanks for your great work with mailpiler.

  2. Log in to comment