Hi, I'm working on the holy dream of getting my staging server to work. Now, everything is set up, but when look at the logs from the cronjob i see:
Message: Reading config file /etc/repligard/repligard_hourly_import_live.conf Message: Importing /tmp/hourly_export_200112102201.xml.gz REPLIGARD/READ-CRITICAL **: not well-formed (invalid token) in line 816 REPLIGARD/READ-CRITICAL **: not well-formed (invalid token) in line 816 Now, when I unzip the xml.gz file and look at line 816 I find: </Database> It's the last line in the repligard db. The header is: <?xml version="1.0" encoding='ISO-8859-1'?> <Database xmlns="http://www.midgard-project.org/repligard/1.4"> <blobs id="4ae43d0efe5e03b114bc638b4666e497" changed="20011210210102"> .. etc. I can supply more info if needed. Does anyone know why repligard would export a file with misstakes in it? When I do a diff of the repligard xml file that comes with nadmin and the one I got from CVS a few weeks ago I get: diff repligard_withsg.xml repligard_test.xml 2c2 < $Id: repligard.xml,v 1.5 2001/02/03 15:11:05 ab Exp $ --- > $Id: repligard_withsg.xml,v 1.2 2001/03/23 19:12:16 ab Exp $ 25,34c25,34 < <!ATTLIST type name CDATA #REQUIRED> < <!ELEMENT field EMPTY> < <!ATTLIST field name CDATA #REQUIRED> < <!ATTLIST field type CDATA #REQUIRED> < <!ELEMENT link EMPTY> < <!ATTLIST link name CDATA #REQUIRED> < <!ATTLIST link link CDATA #REQUIRED> < <!ELEMENT rlink EMPTY> < <!ATTLIST rlink name CDATA #REQUIRED> < <!ATTLIST rlink link CDATA #REQUIRED> --- > <!ATTLIST type name CDATA #REQUIRED> > <!ELEMENT field EMPTY> > <!ATTLIST field name CDATA #REQUIRED> > <!ATTLIST field type CDATA #REQUIRED> > <!ELEMENT link EMPTY> > <!ATTLIST link name CDATA #REQUIRED> > <!ATTLIST link link CDATA #REQUIRED> > <!ELEMENT rlink EMPTY> > <!ATTLIST rlink name CDATA #REQUIRED> > <!ATTLIST rlink link CDATA #REQUIRED> 101c101 < Do not export hosts when page or style exported --- > Do not export hosts when page or style exported 153c153,155 < <link name="uid" link="person" reverse="no"/> --- > <!-- Export members when person is exported --> > <!-- This allows BLOBs to be correctly imported --> > <link name="uid" link="person"/> 284c286 < </Schema> --- > </Schema> \ No newline at end of file Tarjei --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
