My site is down and this is the error that I get. Fatal error: Cannot redeclare db_distinct_field() (previously declared in /home/stewards/public_html/ss/includes/database.inc:407) in /home/stewards/public_html/ss/includes/database.mysql.inc on line 367 I have searched the forum and found a few things but nothing explaining how to fix this. Please help.

Comments

Anonymous’s picture

update.php updates the database schema for required changes after drupal core and module updates.

dwchris’s picture

Thanks for the response, but I can't access my website to do anything. Is there another way to access it?

bdavies’s picture

go to:

http://www..com/update.php

This will start the DB upgrade process which should once complete resolve the issues you're experiencing.

dwchris’s picture

I do have one other questions for you if you don't mind. I am using Superfish menu and a custom theme. Is it normal for my pages to jump to the content and not the top when I change pages? The only page that does not do it is the main page. My site is www.ss.stewardstaff.org. If possible I would like to figure out how to fix it.

peter.walter’s picture

You have $(document).ready(function() { document.getElementById("maincontent").scrollIntoView(); }); in you template that is causing this.

dwchris’s picture

Can I just delete it or do I need it and just need to modify it?