Quote Originally Posted by greengreetings View Post
It's not on the website in my signature, though. It's on my test site. And my Configuration -> COWOA page is blank. All I see is Title, Value, and Action.

My cache shows no error messages.

I don't know what else to do.
I have the same problem until tonight !

First, you have to check in your database in table "configuration_group" and search for "COWOA" in column "configuration_group_title". If you dont have any "COWOA" entry, you must run SQL files that come with the mod.

If "COWOA" is there, note the number in "configuration_group_id" field. In my case is 33.

Next, go to "configuration" table and look in "configuration_key" column. The goal is to find the 4 "COWOA_..." entry. For me, they are at the end of the table ("configuration_id" 925 to 928).
If you dont have them, you must run the SQL.

Next, for each COWOA item, look in field "configuration_group_id". You must have the number of the COWOA Id in table "configuration_group. 33 in my case.
If you have 0 like me at the beginning, simply put the right number and save your change. You have to do this for each COWOA item. When done, just go back to admin > configuration > cowoa and everything must be OK !!!!

Good luck !