After much searching I still can't get my site back.

I was upgrading from 6.13 to 6.14 and I accidentally had the 6.14 folder in my site/modules folder when I ran update.php. This added all kinds of 'drupal-6.14/modules/' to my database. I'm assuming this was my problem.

Here's the original error message I received when I tried to update:

An error occurred. http://kiteboardcafe.com/update.php?id=55&op=do
Fatal error: Call to undefined function content_field_tablename() in /home/dr1nk/public_html/sites/all/modules/cck/modules/userreference/userreference.install on line 127

I tried to go into phpmyadmin and remove the 'drupal-6.14/modules/' with a database dump but that didn't work. I really don't know jack about mysql and I'm flying by the seat of my pants everytime I have to do something in there.

My site is www.kiteboardcafe.com

I received an error 1062 when I tried to upload the corrected mysql dump.

Does anybody have any insight into this. It would be much appreciated.

Thanks,
Travis

Comments

cayenne’s picture

Have you tried creating a completely plain-vanilla drupal installation and dropping what is left of your database into it?

I had to do that once...

:)

Travis Glover’s picture

I haven't tried that yet. That's a good idea. Thanks for the tip!

-Travis

Travis Glover’s picture

Hallelujah! I got my site back.

Here's the node that gave me the info to fix it in case anyone runs into the same problem.

http://drupal.org/node/454590