From: Reini U. <ru...@x-...> - 2002-07-06 11:45:59
|
Carsten Klapp schrieb: > 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. not this but probably some other minor fix. now it works. much slower than on IE and on previous phpwiki's with netscape, but it works. I commited my german translation fixes, but we did it the same time. Can you do a cvs up and rebuild it again, please? -- Reini Urban http://atelier.akbild.ac.at/ (soon) http://xarch.tu-graz.ac.at/home/rurban/ (big) http://tv.mur.at/ (kulturelles) |