View Single Post
Old 06-21-2010, 05:07 PM   #2 (permalink)
Village Idiot
Wizard
Top Contributor 
 
Village Idiot's Avatar
 
Join Date: Sep 2007
Posts: 1,299
Thanks: 17
Village Idiot is on a distinguished road
Default

I have some good news for you, your database is not corrupt. Both errors you are seeing are PHP functions that are being re-declared. This means that there are two of the same scripts being included. Download the site to a separate directory (for reading purposes only) then use a text search program (such at notepad++'s search feature or Agent Ransack) and scan for those function names. That will find you your duplicates and hopefully will give a pattern so you can see how this happened.
__________________

Village Idiot is offline  
Reply With Quote