From: Carsten K. <car...@ma...> - 2002-01-10 22:55:07
|
I found 3 missing quotes in the javascript code but it was in "browse.html" . There were a couple xhtml errors on "editpage.html" but this is probably not the cause of the problem either. Anyway I just checked in new "browse.html", "editpage.html" and "lib/Toolbar.php" to fix these errors. Carsten On Thursday, January 10, 2002, at 03:55 pm, Reini Urban wrote: > No. No php error. it just hangs and then times out. the db is updated, so > I think it's just an html error, in which netscape is very sensible. > IE usually displays broken html code, but netscape not that often. > > I cannot debug it on the jscript console, so I think it's after the > redirect. > I also tried: > > rurban@REINI /cygdrive/r/php/phpwiki-dev/phpwiki/templates/ > $ diff -u editpage.html~ editpage.html > --- editpage.html~ Thu Jan 10 20:04:20 2002 > +++ editpage.html Thu Jan 10 21:34:39 2002 > @@ -30,7 +30,7 @@ > * a redirect from a page to itself.) > */ ?> > > -<form method="post" action="${BROWSE}EditPage" accept-charset="${CHARSET} > "> > +<form method="post" action="${ACTION}edit" accept-charset="${CHARSET}"> > <textarea class="wikiedit" > name="content" > rows="${EDIT_AREA_HEIGHT}" > > but this doesn't fix it. > |