I've installed OpenKM Version 5.1.10 (build: 7564) With Community Extension 5.1 on Ubuntu 12.04.1. Everything seems fine so far, except when I click on Property Groups in the Administration screen I get this error:
Application error
Class: com.openkm.core.ParseException
Message: Attribute "value" must be declared for element type "input".
Here is my /home/ecoadapt/openkm-5.1/jboss-4.2.3.GA/PropertyGroups.xml file:
and PropertyGroups.cnd:
http://wiki.openkm.com/index.php/Proper ... definition
Do I have to restart the server when I change these files? I'd be grateful if someone would point out where the problem is.
Application error
Class: com.openkm.core.ParseException
Message: Attribute "value" must be declared for element type "input".
Here is my /home/ecoadapt/openkm-5.1/jboss-4.2.3.GA/PropertyGroups.xml file:
Code: Select all
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE property-groups PUBLIC "-//OpenKM//DTD Property Groups 2.0//EN"
"http://www.openkm.com/dtd/property-groups-2.0.dtd">
<property-groups>
<property-group label="EcoAdapt" name="okg:ecoadapt">
<input label="Autor" type="text" name="okp:ecoadapt.autor" value=""/>
<input label="Fecha" type="date" name="okp:ecoadapt.fecha" value=""/>
<textarea label="Resumen" name="okp:ecoadapt.resumen" value=""/>
<input label="Numero" type="text" name="okp:ecoadapt.numero" value="RBMCH-0000"/>
</property-group>
</property-groups>and PropertyGroups.cnd:
Code: Select all
Strangely, I get the same error if I replace PropertyGroups.xml with the example file at <okm = 'http://www.openkm.org/1.0'>
<okg = 'http://www.openkm.org/group/1.0'>
<okp = 'http://www.openkm.org/group/property/1.0'>
[okg:EcoADapt] mixin
- okp:consulting.autor (string) = '' autocreated
- okp:consulting.fecha (string) = '' autocreated
- okp:consulting.resumen (string) = '' autocreated
- okp:consulting.numero (string) = '' autocreated
http://wiki.openkm.com/index.php/Proper ... definition
Do I have to restart the server when I change these files? I'd be grateful if someone would point out where the problem is.
