From: Reini U. <ru...@x-...> - 2004-05-06 19:34:50
|
Reini Urban schrieb: > I would appreciate if someone can help me finding the cause of > the problem with the current CVS code. > See http://phpwiki.sourceforge.net/demo/ > > It looks like a InlineParser or BlockParser problem. > The last change was the new SimpleMarkup Markup_plugin, > which works fine for me. Even without this new markup it breaks. > Actions without display do work fine at sf.net. > > I tested it with the login.tmpl which is displayed fine without the > $t = asXML(TransformText(_("You may sign in using any > [WikiWord|AddingPages] as a user id. (Any characters in %s etc. may be > used too). The user id will be used as a link in RecentChanges to your > home page."), 2.0, true)); > line, but breaks with the TransformText() function. > > But it could also be a subtle config problem. This is very fresh also. > > It works for me, only at the sf.net site it breaks. > So if the current CVS code breaks for someone also, > and he is able to debug it, this would be great. Apparently nobody was able to reproduce this problem, as it happens on sf.net. I added now some debugging options to avoid the endless loop in the InlineParser, which doesn't solve the problem, but helps the poor sf.net server and displays an almost empty page. With DEBUG = on you get this behavior, with DEBUG = false you get the old assertion errors and will not be able to backup or fix anything. http://phpwiki.sourceforge.net/demo/ -- Reini Urban http://xarch.tu-graz.ac.at/home/rurban/ |