2006/6/29, Jean-Nicolas GEREONE <jea...@st...>:
>
> > Unfortunately David had no time to investigate this further, no logs.
> >
> > I re-enabled now the main wiki and the demo wiki with default
> > dba - db4, and will check it during the day.
> > Maybe the new ajax (Wikiwyg) editor went crazy?
> >
> >
> Really ?
>
> However there is just one server call to switch from Wikitext mode to
> Wysiwyg mode.
>
> The conversion is done by the file "lib/WikiToHtml.php" and the function
> is just :
>
> require_once("lib/BlockParser.php");
> $xmlcontent = TransformText($this->_wikitext, 2.0,
> $this->_request->getArg('pagename'));
> $this->_html = $xmlcontent->AsXML();
>
> Do you think it could be a problem ?
This not, but maybe some loop in a constant interaction between the two.
Or some xml-rpc loop with the othe ajax code.
Or their proxy went crazy again.
I'm a little bit suspicious of your changes because it only started
last weekend.
but we'll see.
|