Comment 1 for bug 1287262

Revision history for this message
Aaron Wells (u-aaronw) wrote :

I'm unable to replicate the issue. It is a bit strange that the auto-increment is 2 rather than 1, but we wrote the code in a way that does not make any assumption about the automatically generated ID numbers, so that shouldn't pose a problem.

Looking at your error stack, one thing that makes me scratch my head is that the warning message "Unknown view layout (id=)" is from line 2725 of lib/view.php. In the code for release 1.8.1 (and 1.8.2dev) that warning should be on line 2721.

Do you have custom code in lib/view.php?

Cheers,
Aaron