DatabaseTable issue or something else?

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

All for one and one for all....ah sod it who am i kidding!
Quote · 13 Nov 2017

I would suggest to check the structure of sys_acl_levels_members table and compare it to the original 

Rules → http://www.boonex.com/terms
Quote · 14 Nov 2017
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.