Active
Project:
OG Actions
Version:
4.7.x-1.x-dev
Component:
Documentation
Priority:
Critical
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
22 Nov 2006 at 15:53 UTC
Updated:
22 Nov 2006 at 15:53 UTC
In the readme.txt file, consider changing the line
UPDATE SYSTEM SET weight = 10 WHERE name = "workflow"
to
UPDATE system SET weight = 10 WHERE name = "workflow"
because table names can be case sensitive depending on the server OS and the settings. See
http://dev.mysql.com/doc/refman/5.0/en/name-case-sensitivity.html
Someone already encountered a problem with this in