?
The sql tool does not always work, but if after copy and paste into the sql tool textarea you get the succes message (Like: "Success 117 statements processed."), and no errors, I am quite sure the sql has been entered succesfully to the database (including the table prefix) of the shop you're logged in to. But the error you get indeed indicates the sql has not been added succesfully to your shops database, so if you want to try it using phpMyAdmin anyway: if your table prefix is "zen_" for example you should add "zen_" to all table names like "configuration" and "configuration_group" (so they become "zen_configuration" and "zen_configuration_group").I think it could be the prefix ..... what do I need to do to change this?
Bookmarks