Quote Originally Posted by jmatthewsr View Post
Had the same problem. I tried running the script by pasting the .sql file directly into the tools->install sql patches, then got the error and tried again by uploading (not the smartest thing to do, but it was a test database). The order module was working fine, but the config items were missing. After using phpmyadmin to verify exactly what structures in the database were missing, it was confirmed that only the Admin-Configuration items were missing, pasting the following update query into tools->install sql patches seems to have fixed the problem. Note that I have only recently installed this mod and have little experience with it, but it is working correctly. thanks.

----
in super_orders_sql.sql starting at line:

"-- Super Orders configuration group"

copy all the text till the end of the file.
---
Awesome! That was the main problem I had with SO. We shall see..