simplitia
12-06-2008, 10:33 AM
Dear all:
On my older server I use the Storable module, however when I try to move my data over to hostmoster I get the error message
"Byte order is not compatible at blib/lib/Storable.pm"
I have search google and someone suggested that this is due to change in byte order of different version of perl.
" To resolve this you need to add the following after line 9 in lib/MT/PluginData.pm
begin {
$Storable::interwork_56_64bit = 1;
} "
Does any know how I can access to this file so that I can edit it? thank you. :)
AL
On my older server I use the Storable module, however when I try to move my data over to hostmoster I get the error message
"Byte order is not compatible at blib/lib/Storable.pm"
I have search google and someone suggested that this is due to change in byte order of different version of perl.
" To resolve this you need to add the following after line 9 in lib/MT/PluginData.pm
begin {
$Storable::interwork_56_64bit = 1;
} "
Does any know how I can access to this file so that I can edit it? thank you. :)
AL