ldap auth test doesn't work during installation
VFront is a dynamic front-end for MySQL, PostgreSQL and SQLite DBs.
Status: Beta
Brought to you by:
marciuz
I tried to install the latest version of VFront from svn (r1112). During installation, I filled up all the LDAP auth parameters, but when I click on the 'test' button, nothing happens. In my apache2 logs, I see the following error appearing:
[Sun Dec 14 11:12:53 2014] [error] [client 192.168.190.117] PHP Fatal error:
Class 'Common' not found in /var/www/crm/_install/rpc.testext.php on line 14,
referer: http://192.168.19.2/crm/_install/index.php?p=2
Hello, it seems like some debug code was left. The attached patch looks to be solving the problem.
after all, I think the problem must be deeper.. After installation, vfront shows up only a blank page, while outputting following error in logs:
It's the same problem - ie lack of the 'class.common.php' file being included. But if I try to include it by adding such line...
...then it still doesn't work, and outputs such error: