Hi John,
I got an error at use openwferu.
Mysql::Error: #42000You have an error in your SQL syntax; check the manual
that corresponds to your MySQL server version for the r
ight syntax to use near 'fields (`workitem_id`, `fkey`)' at line 1: CREATE
UNIQUE INDEX `index_fields_on_workitem_id_and_fkey` ON
fields (`workitem_id`, `fkey`)
I found the error code in file
'openwfe\extras\participants\activeparticipants.rb':
create_table :fields do |t|
t.column :fkey, :string, :null => false
t.column :svalue, :string
t.column :yvalue, :text
t.column :workitem_id, :integer, :null => false
end
add_index :fields, [ :workitem_id, :fkey ], :unique => true
add_index :fields, :fkey
add_index :fields, :svalue
This error to I create table must by mysql.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"OpenWFEru users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/openwferu-users?hl=en
-~----------~----~----~----~------~----~------~--~---