I now deleted the test build and uploaded 4516. This time too the general sidebar on albums are missing: http://folk.ntnu.no/danielto/zenphoto/zp-core/admin-edit.php?page=edit&album=test
It can't be corrupt every time on different servers and different builds. This is truly a weird problem. Do you get the same error as last time acrylian?
Edit: Fatal error: Call to undefined function updateThumbPreview() in /web/folk/danielto/zenphoto/zp-core/admin-functions.php on line 1209
I can't find updateThumbPreview() in /zp-core/js/admin.js
No. I found it now:
function updateThumbPreview(selectObj) { if (selectObj) { var thumb = selectObj.options[selectObj.selectedIndex].style.backgroundImage; selectObj.style.backgroundImage = thumb; } }
This is from admin.js on the server and the fatal error from admin-functions.php on line 1209:
``
It is really getting weird now. I see it indeed on one of my three local svn installs (the bottom buttons are also missing). It even remains in that one after I got the files fresh from svn..
Strange things are happening here, as now in the one that shows all sidebars TinyMCE is not loaded anymore without any noticably reason or error... Will talk with sbillard...