DarkAngel, thanks for the hints. There were errors so I uninstalled and reinstalled the sql for Lightbox and it seemed to go fine - until I checked the full tables spaces in each environment which helped me figure out why this is happening. The GoDaddy install creates the MySQL database (93 tables) with every single table name prepended with "zen_"!

The Zen Lightbox install.sql file was writing to the original tables (without the "zen_" added) that I had uploaded from my dev environment. Once I edited the install.sql file for Lightbox to write to the "zen_" tables, it worked.

Which means I now have 186 tables in my database. I can probably delete the original 93 since they are not being used but why does GoDaddy or any other host modify the table space anyway? Any Add-on SQL script will need to be modified to make the install work - as in this case...


Hmm...


Jeff