[pmwiki-users] Fwd: FAST Data bug

The Editor editor at fast.st
Thu Sep 21 20:59:07 CDT 2006


Another rapturous burst of excitement!

Using an old debugging tip from Pm and a recent one from Crisses I
discovered the problem was %0D's. Whatever those are amount to a line
break in the data page.

The problem was a string replace wouldn't catch these critters... so
(drum roll please):

This line did the trick:

$vv = urldecode(str_replace($nocode, $encode, urlencode($_POST[$v])));

Hehehe.  Works like a charm!

Anyway, it's fixed!  I think I'll tinker around a bit with the email
system to add another couple fun (hopefully easy) things and release
2.1 maybe tonight.  Yeah!

Cheers,
Caveman




More information about the pmwiki-users mailing list