This question about Using an extension: Answered
"Byte order is not compatible" error
my web hosting provider recently migrated my account from one server to another. now, i get the following error whenever i try to load one of my wiki pages:
Foswiki detected an internal error - please check your Foswiki logs and webserver logs for more information.
Byte order is not compatible
--
WillNorris - 26 Feb 2010
i tried adding
$Storable::interwork_56_64bit = 1;
, but that didn't work.
you have to delete the Storables so that
DBCacheContrib will recreate them with the current architecture.
rm -rf /path/to/foswiki/working/work_areas/DBCacheContrib
--
WillNorris - 26 Feb 2010
After I copied my installation from one system to another, I got the same issue but didn't find this answer immediately via a search. So here is the full key error again:
Byte order is not compatible at blib/lib/Storable.pm (autosplit into blib/lib/auto/Storable/_retrieve.al) line 387.
--
IngoKappler - 15 Dec 2010