Quote Originally Posted by alillowr View Post
I am having the same issues as shocker in the begining of this thread where I can see the name image swapper under configuration but no where else in the zen admin site. I found this solution but my newb question is. How or where do I find out what the prefix of MY database tables is? Would that be my sql database name?
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.