« We're Up | Main | First Thoughts on Generic Types in Java »
November 11, 2004
Posting Glitch Fixed
The cause of the glitch that resulted in Perl squawk...
Prototype mismatch: sub Params::Validate::validate_pos vs (\@@) at /.../mt/extlib/Params/ValidatePP.pm line 139.
Prototype mismatch: sub Params::Validate::validate vs (\@$) at /.../mt/extlib/Params/ValidatePP.pm line 370.
...spewing on posting confirmation pages was indeed a mismatch between the local perl version and the Params::Validate module included in the MovableType distribution. Steps to fix on FreeBSD:
make installin /usr/ports/devel/p5-Params-Validaterm -rf Paramsin <mt CGI dir>/extlib
Thanks to Ian Young for posting his notes about this problem.
Posted by eric at November 11, 2004 09:08 AM