Quote Originally Posted by ladysaat View Post
this is the error I get also when copy and pasting it (I open it in Dreamweaver BTW)

1146 Table 'HODLLC_zencart.configuration_group' doesn't exist
in:
[SELECT @gid := configuration_group_id FROM configuration_group where configuration_group_title LIKE 'Tabbed Products Config';]
If you were entering information, press the BACK button in your browser and re-check the information you had entered to be sure you left no blank fields.
@Ladysaat-

I was incorrect above. The error was not a DB preifx issue.

Everything up to the period (.) is the DATABASE name, not the TABLEPREFIX.

I observed the underscore (_) and auto thought prefix issue. mea culpa.

The format would be:

DBACCOUNT_DBNAME.TABLEPREFIX_TABLENAME

You do not have a table prefix. so as qhome stated pasting the SQL patch code into Install > SQL Patches or via phpmyadmin (SQL tab) should work.

You may want to contact your web host support on this one.

Woody