XML error: Not well-formed (invalid token) phpldapadmin -


i trying set ldap server , manage phpldapadmin.

if open element in tree or try create new element getting error.

  • xml error: not well-formed (invalid token) @ line 1 in file /var/hda/web-apps/phpldapadmin/html/phpldapadmin/templates/creation/._sendmailvirtualdomain.xml

if uncomment , set $config->custom->appearance['custom_templates_only'] = true in config file, able see tree element , create new elements, limited templates custom.

any way of fixing this? is causing problem?

question getting bit old, here's answer. there junk files in template directory software trying read in. try removing files , i'd bet work

rm -f /var/hda/web-apps/phpldapadmin/html/phpldapadmin/templates/creation/._* rm -f /var/hda/web-apps/phpldapadmin/html/phpldapadmin/templates/modification/._* 

i used have these sorts of hidden files pop time when editing files windows share on mac. not sure if you've got similar going on or not...


Comments

Popular posts from this blog

apache - Remove .php and add trailing slash in url using htaccess not loading css -

javascript - jQuery show full size image on click -