Hi, On Fri, Mar 13, 2009 at 8:37 PM, O. O. <[email protected]> wrote: > Hi, > I attempted to import the English Wikipedia into MediaWiki by first ... > The problem that I am now facing is that the HTML Rendered is wrong in > places. Mostly this happens at the beginning of the text on the Page. > For example in the beginning the United_Kingdom article I get: > > </tr><tr> <th colspan="2">Calling code</th> <td>+44 </td> > </tr></table>
This is immediately preceded by <ref> tags, implemented by the "Cite.php" extension. Did you install that? May be your problem. Check that you have all the extensions that the 'pedia routinely uses. > Another problem I am having is at the top of each page I get “Error: > image is invalid or non-existent” – Is there a way to disable this error > message. I know that I don’t have the images – and is not a problem for > me. I would only prefer not to have this error message in red at the top > of the Article. A simple trick: this is a mediawiki message that can be modified. Edit Mediawiki:imagemap_invalid_image and change it to (not to blank, as that just gets you the default message). (Why this message starts with "imagemap" I don't know, but it doesn't seem to appear anywhere else? Try it at least.) You'll still get a blank line etc in some cases. Robert _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
