Jaques, can you tell me why you added this? this contentTypeId isn't used anywhere....
and if it was used anywhere then it should be WEB_SITE_PUB_PT which is already existing... Regards, Hans On Sat, 2009-01-24 at 14:34 +0000, [email protected] wrote: > Author: jleroux > Date: Sat Jan 24 14:34:35 2009 > New Revision: 737366 > > URL: http://svn.apache.org/viewvc?rev=737366&view=rev > Log: > ContentType "OFBIZ_SITE_PUB_PT" was missing, now the OFBiz site is accessible > from OFBiz :o) > > Modified: > ofbiz/trunk/applications/content/data/ContentTypeData.xml > > Modified: ofbiz/trunk/applications/content/data/ContentTypeData.xml > URL: > http://svn.apache.org/viewvc/ofbiz/trunk/applications/content/data/ContentTypeData.xml?rev=737366&r1=737365&r2=737366&view=diff > ============================================================================== > --- ofbiz/trunk/applications/content/data/ContentTypeData.xml (original) > +++ ofbiz/trunk/applications/content/data/ContentTypeData.xml Sat Jan 24 > 14:34:35 2009 > @@ -96,6 +96,8 @@ > <ContentType contentTypeId="COMPDOC_TEMPLATE" description="Composite > Document Template"/> > <ContentType contentTypeId="COMPDOC_INSTANCE" description="Composite > Document Instance"/> > > + <ContentType contentTypeId="OFBIZ_SITE_PUB_PT" description="OFBiz > site"/> > + > <StatusType description="Content Approval Status" hasTable="N" > parentTypeId="" statusTypeId="CNTNTAPPR_STATUS"/> > <StatusItem description="Not Ready for Approval" sequenceId="01" > statusCode="NOT_READY" statusId="CNTAP_NOT_READY" > statusTypeId="CNTNTAPPR_STATUS"/> > <StatusItem description="Ready for Approval" sequenceId="02" > statusCode="READY" statusId="CNTAP_READY" statusTypeId="CNTNTAPPR_STATUS"/> > -- http://www.antwebsystems.com : Quality OFBiz support for competitive rates....
