After upgrading to the latest CVS, my theme errored out with this message.
splatbang 1.0.0 1.0.0 splatbang.net gallery
Incompatible theme!
Core API Required: 6.5 (available: 7.1)
Theme API Required: 2.1 (available: 2.2)
After sifting through the forums I saw that a couple of people were able to change the theme.inc file to make their custom themes work. Unfortunately, they didn't show what they did or where they found how to fix it.
Can someone point me to what I need to do to fix my site?
Thanks
Marty
Posts: 2258
see http://codex.gallery2.org/index.php/Gallery2:API_Changes_Since_The_Last_Release for what has changed and how to update.
Posts: 30
Just had the same problem though I couldn't wrap my head around the programmers' lingo (no offense intended). If you do a diff between your "old-broken" custom theme.inc and one of the new (i.e. matrix's theme.inc) and you'll find the changes that you need to make to reflect the "new" (i.e. matrix) theme.inc.
Posts: 7
i had the same issue. all i did was clone the matrix theme again. overwrote it with my custom theme.css file and theme.tpl file. (basically replace whatever files you modified) and then i took the new theme.inc file and did a replace all again to replace matrix with my theme name. after i did that, under site admin, my theme had an upgrade link. after i clicked upgrade it all worked again. hope that helps.
Posts: 808
What I did was download 2.1 then compare the theme.inc file between the two matrix themes and make the changes to my theme?