I deleted the Watermark module from my installation. Right away, this message began showing at the bottom of the sidebar on every album and photo page:
WARNING: block core.NavigationLinks doesn't exist.
What would cause that? How can it be fixed? Thanks for any help.
Current system info:
Gallery version = 2.3.1 core 1.3.0.1
PHP version = 5.2.14 cgi-fcgi
Webserver = Apache
Database = mysql 5.1.39-log, lock.system=flock
Toolkits = ImageMagick, NetPBM, Gd
Operating system = Linux
Running the System Checks in the Upgrade module shows no problems with Gallery file integrity.
Posts: 16503
Oh shoot, I'm forgetting the name of the theme you're probably using, but it's out dated. You can either stop using it or edit /themes/YourTheme/templates/theme.tpl and remove the reference to the navigationlinks block. I believe that's the only bad reference that theme contains.
greypop?
Or post a link to your site so I can see what theme you're using and I can give more guidance.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 7
Theme is Matrix. Site: npsoregon.org
Posts: 16503
Rename your local directory or update the current version of Matrix with the changes you've made
npsoregon.org/photos/themes/matrix/templates/local/
It contains old template files you or someone has modified, but they need to be updated.
____________________________________________
Like Gallery? Like the support? Donate now!!! See G2 live here
Posts: 7
Thank you very much! It was indeed that my modified template files needed updating. Problem solved.