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
Log in to post a comment.