By dwchris on
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
run update.php
update.php updates the database schema for required changes after drupal core and module updates.
I can't bring up my website
Thanks for the response, but I can't access my website to do anything. Is there another way to access it?
go
go to:
http://www..com/update.php
This will start the DB upgrade process which should once complete resolve the issues you're experiencing.
That did the trick!
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.
You have
You have
$(document).ready(function() { document.getElementById("maincontent").scrollIntoView(); });in you template that is causing this.Do I delete it?
Can I just delete it or do I need it and just need to modify it?