Hello,
Not sure where to report, so i'm posting it here.
There was an error in the log due to a character 's' in line 816 in the file
\apache-ofbiz-16.11.03\applications\manufacturing\config\ManufacturingUiLabels.xml
##The error message is;
2017-09-07 12:49:01,206 |http-nio-8443-exec-4 |UtilXml
|E| XmlFileLoader: File XML Properties file process error. Line: 5827. Error
message: cvc-complex-type.2.3: Element 'resource' cannot have character
[children], because the type's content type is element-only.
## The 's' is on line 816 after closing property element. (please see the
excerpt below)
.
....
<property key="ManufacturingAddProdCompInCompCanStatusError">
<value xml:lang="en">Can't Add Component in Cancelled/Closed Production
Run.</value>
</property>s <-- this one is the problem :(
<property key="ManufacturingAddProductionRunProductComponent">
...
.
I just checked github and the 's' is still there.
It doesn't seem like a serious error, but to a newbie like be, all errors are
serious. :)
Thanks,