From: Carsten K. <car...@ma...> - 2002-01-10 22:10:00
|
The accept-charset="${CHARSET}" is somewhat new too. Did you try removing that? -<form method="post" action="${BROWSE}EditPage" accept-charset="${CHARSET} "> +<form method="post" action="${BROWSE}edit"> 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. > |