When starting this version It fails on our site with this error: defining environmentUndefined subroutine &MIME::Base64::decode_base64 called at (re_eval 31) line 1.
It is caused by this line in sub GPBSetup: eval($GPB->($_)); It gets fixed by adding this: use MIME::Base64; Do other users of this version not have this issue? ------------------------------------------------------------------------------ Download new Adobe(R) Flash(R) Builder(TM) 4 The new Adobe(R) Flex(R) 4 and Flash(R) Builder(TM) 4 (formerly Flex(R) Builder(TM)) enable the development of rich applications that run across multiple browsers and platforms. Download your free trials today! http://p.sf.net/sfu/adobe-dev2dev _______________________________________________ Assp-test mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/assp-test
