Quote Originally Posted by greydawgjr View Post
You can find the name of your database prefix by looking at the configure.php file under Admin->Includes then configure.php. Look for the line that says:
define('DB_PREFIX', '');

If yours is empty like the line above then it's on the default prefix and Jay's db script should work fine, if not you'll need to change it according to dbltoes instructions (haven't tried that myself but it looked like other people had had success with it)

I was experiencing the same problem as you, turned out that I had mis-copied some files into the wrong directories so you may want to double check as well.
I checked the file and it is blank empty like the line above define('DB_PREFIX', ''); You had said that you had mis-copied some files into the wrong directories. Here is what I did when I uploaded all of the files. In the readme it says just to copy all of the files to the root directory so I uploaded all of the files to my stores root ex. mydomain/store

Was there a specific place that I am supposed to upload certain files? What do I need to move and to where?