Description

After creating a new wiki setup as described in the install documents, i get a "bad marshal error".

The wiki worked fine with Python 2.2. After changing to Python 2.3 i get the above error on some pages.

Example

Add URL that show the bug, screenshot or test wiki markup that fail...

[ATTACH]

Details

MoinMoin 1.2

OS and Version

Win XP Pro

Python Version

Python 2.2/ 2.3

Server Setup and Version

Apache

Solution

I just found out the solution myself.

The cache object created by different python version are incompatible. A cache object created while running Python 2.2 could not be loaded after switching to Python 2.3 and vice versa.
Solution: Delete the cache subdirectory under your moin/data directory. -- GuidoZockoll

I changed the code (in 1.3beta) to catch ANY exception when unmarshalling. So it will just recreate the cache for next try. -- ThomasWaldmann 2004-11-21 15:53:53

* Note:

Plan


CategoryMoinMoinNoBug

MoinMoin: MoinMoinBugs/BadMarshalData (last edited 2007-10-29 19:06:00 by localhost)