You are viewing this forum as a guest. Login to an existing account, or create a new account, to reply to topics and to create new topics.
MIME::Base64 object version 2.11 does not match bootstrap parameter 2.12 at /usr/local/lib/perl5/5.6.0/i386-freebsd/DynaLoader.pm line 219, <DATA> line 64.
This is the error I received once all the files had been updated, any suggestions??
This is popping up because your host has an older version of MIME::Base64 on the machine. You can easilly get around this by editing the line:
$VERSION = '2.12';
to:
$VERSION = '2.11';
in the file:
./cgi-bin/modules/MIME/Base64.pm
Offline
thanks - I'll try that