Menu

#36 Ldap link test on install failed (simple fix)

0.99.3
open
nobody
None
5
2016-09-16
2016-09-16
No

When testing the ldap link on install, i've got a 500 error. "Class 'Common' not found "
Fixed with :

#$_data=Common::pulisci_dom($_POST['var']);
$_data=$_POST['var'];

on _install/rpc.testext.php

Discussion


Log in to post a comment.