Hello All.
Im recieving these from my site every minute (must be with the cron)
Query:
SELECT
`tlm`.`IDMember` AS `member_id`,
`tlm`.`IDLevel` AS `level_id`,
`tlm`.`DateStarts` AS `date_starts`,
`tlm`.`DateExpires` AS `date_expires`,
`tlm`.`TransactionID` AS `transaction_id`,
`tlm`.`Expiring` AS `expiring`
FROM `sys_acl_levels_members` AS `tlm`
WHERE `tlm`.`Expiring`='1'
Mysql error: Unknown column 'tlm.Expiring' in 'field list'
Found error in the file '/home/xxxxx/xxxxxxxxx.com/modules/boonex/membership/classes/BxMbpDb.php' at line 71.
Called 'getAll' function with erroneous argument #0.```
This is a relitively new install with nothing really done to it operating the latest version of boonex.
Anyone got any ideas how i can rectify it?
Regards
Chris
