From: Joby W. <joby@u.washington.edu> - 2002-07-31 14:29:21
|
Whoops. Yes the $request->rawurlencode was wrong. Thanks. jbw Cliff Brake wrote: > Found the problem -- simple typo. I fixed the function on the wiki page -- > please verify. > > Cliff > > ------------------------------------------ > On Wednesday 31 July 2002 09:14 am, Cliff Brake wrote: > I get the following error when implementing your changes (Using the 1.3.3 > release): > > Fatal error: Call to undefined function: rawurlencode() in > /home/www/html/phpwik > i-1.3.3/lib/transform.php on line 486 > > Thanks, > Cliff > > ------------------------------------------ > On Tuesday 30 July 2002 06:03 pm, Joby Walker wrote: > Ahh... Hadn't thought of that. Thanks. > > I put the fix into a page: FootnotesFix > > http://phpwiki.sourceforge.net/phpwiki/FootnotesFix > > I cleaned it up by adding Renato's addition and removing commented out > code and my "addition" markers. > > Later I'll add the phpdoc notes. > > jbw > > Renato De Giovanni wrote: > >>On 30 Jul 2002 at 11:19, Joby Walker wrote: >> >>>In transform.php replace function wtt_footnotes and wtt_footnoterefs: >> >>Nice fix, but don't forget to encode the page name in both functions: >> >>$page = rawurlencode($request->getArg('pagename')); >> >>-- >>Renato De Giovanni >>CRIA - Centro de Referencia em Informacao Ambiental >>http://www.cria.org.br/ >> >> >>-- >>This message has been scanned for viruses and >>dangerous content and is believed to be clean. >> >> >> >>------------------------------------------------------- >>This sf.net email is sponsored by: Dice - The leading online job board >>for high-tech professionals. Search and apply for tech jobs today! >>http://seeker.dice.com/seeker.epl?rel_code=31 >>_______________________________________________ >>Phpwiki-talk mailing list >>Php...@li... >>https://lists.sourceforge.net/lists/listinfo/phpwiki-talk > > > ------------------------------------------------------- > This sf.net email is sponsored by: Dice - The leading online job board > for high-tech professionals. Search and apply for tech jobs today! > http://seeker.dice.com/seeker.epl?rel_code=31 > _______________________________________________ > Phpwiki-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwiki-talk > > > > ------------------------------------------------------- > This sf.net email is sponsored by: Dice - The leading online job board > for high-tech professionals. Search and apply for tech jobs today! > http://seeker.dice.com/seeker.epl?rel_code1 > _______________________________________________ > Phpwiki-talk mailing list > Php...@li... > https://lists.sourceforge.net/lists/listinfo/phpwiki-talk > |