Hey dragonbyte,
Not sure if anyone has pointed this out yet but there is a conflict with the column 'status' in the user's table.
A few other tables contain a column name called 'status' - such as the paid subscriptions among others. This is fine, but in circumstances where queries join the users table and another table which uses 'status' then an error occurs regarding ambigous column names and the fact they need to be unique.
I have coded around this personally (renamed the column and plugin codes to use the new column name)...
Anyway, just a heads up - hope it helps.
|