Does anyone of you have an idea how to investigate the matter further ?
The best way I believe to investigate it further, is to use pdb, preferably with emacs so it will step through the source code, and set a breakpoint and find out what its stumbling on. You probably already know this. Its in the Plone HOWTOs if not.
One thing I have learnt from my own stupid mistakes, is always check the log files, find out where the FIRST error is, and put a breakpoint in there and investigate that. Plone has a nasty habit of, instead of failing helpfully and noisily when something is wrong, continuing with the migration and giving later weird errors that are a knock-on effect of something that went wrong earlier.
_______________________________________________ Setup mailing list [email protected] http://lists.plone.org/mailman/listinfo/setup
