Hi - I've been using G2.0 for a while and have just tried upgrading to 2.1; all went smoothly except for the theme I'm using, which is one I created myself. It doesn't seem to work at all with 2.1 - I can't even login as an admin to change the theme, because logging in requires the theme, which doesn't work!
is there any documentation anywhere which describes how to update themes from 2.0 -> 2.1? Or if not, can anyone give me any pointers as to what may need changing?
thanks
Mark
Posts: 8601
http://codex.gallery2.org/index.php/Gallery2:API_Changes_From_2.0_To_2.1
To update a theme you usually just need to change $ret->isError() to just $ret and GalleryStatus::success() to null and then update the required core api in the constructor.
Posts: 2
sounds pretty straight-forward, i'll give it a go, thanks