[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-developers] cmuImport on RaQ4



Hi, can somebody please help me on this? 

I'm trying to cmuImport my exported sites using the -d option and I keep
getting this error -- 
no element found at line 1, column 0, byte -1 at
/usr/lib/perl5/site_perl/5.005/ i386-linux/XML/Parser.pm line 168

 here are some lines from Parser.pm

 162 $expat->setHandlers(%handlers);
 163
 164 &$init($expat)
 165 if defined($init);
 166
 167 my @result = ();
 168 my $result = $expat->parse($arg);
 169
 170 if ($result and defined($final)) {
 171 if (wantarray) {
 172 @result = &$final($expat);

We're using CMU 2.27 pkg.

Any help will be appreciated.

Thanks.