hi, the error as follows maybe becaust the upgrade from 7.2.1 to 7.3, what can I do ?
Query:
SELECT `te`.`id` AS `id`, `te`.`owner_id` AS `owner_id`, `te`.`object_id` AS `object_id`, `te`.`type` AS `type`, `te`.`action` AS `action`, `te`.`content` AS `content`, `te`.`title` AS `title`, `te`.`description` AS `description`, `te`.`reposts` AS `reposts`, `te`.`date` AS `date`, `te`.`active` AS `active`, `te`.`hidden` AS `hidden`, DATE_FORMAT(FROM_UNIXTIME(`te`.`date`), '%d.%m.%Y') AS `print_date`, DAYOFYEAR(FROM_UNIXTIME(`te`.`date`)) AS `days`, DAYOFYEAR(NOW()) AS `today`, (UNIX_TIMESTAMP() - `te`.`date`) AS `ago`, ROUND((UNIX_TIMESTAMP() - `te`.`date`)/86400) AS `ago_days` FROM `bx_wall_events` AS `te` LEFT JOIN `bx_wall_handlers` AS `th` ON `te`.`type`=`th`.`alert_unit` AND `te`.`action`=`th`.`alert_action` WHERE 1 AND (`te`.`owner_id` IN ('19') OR (`te`.`owner_id`='0' AND `te`.`object_id` IN ('19'))) AND `th`.`timeline`='1' AND `th`.`id` NOT IN ('') ORDER BY `te`.`date` ASC LIMIT 1
SELECT `te`.`id` AS `id`, `te`.`owner_id` AS `owner_id`, `te`.`object_id` AS `object_id`, `te`.`type` AS `type`, `te`.`action` AS `action`, `te`.`content` AS `content`, `te`.`title` AS `title`, `te`.`description` AS `description`, `te`.`reposts` AS `reposts`, `te`.`date` AS `date`, `te`.`active` AS `active`, `te`.`hidden` AS `hidden`, DATE_FORMAT(FROM_UNIXTIME(`te`.`date`), '%d.%m.%Y') AS `print_date`, DAYOFYEAR(FROM_UNIXTIME(`te`.`date`)) AS `days`, DAYOFYEAR(NOW()) AS `today`, (UNIX_TIMESTAMP() - `te`.`date`) AS `ago`, ROUND((UNIX_TIMESTAMP() - `te`.`date`)/86400) AS `ago_days` FROM `bx_wall_events` AS `te` LEFT JOIN `bx_wall_handlers` AS `th` ON `te`.`type`=`th`.`alert_unit` AND `te`.`action`=`th`.`alert_action` WHERE 1 AND (`te`.`owner_id` IN ('19') OR (`te`.`owner_id`='0' AND `te`.`object_id` IN ('19'))) AND `th`.`timeline`='1' AND `th`.`id` NOT IN ('') ORDER BY `te`.`date` ASC LIMIT 1
Mysql error:
Unknown column 'te.reposts' in 'field list'
Unknown column 'te.reposts' in 'field list'
Found error in the file '/opt/websites/dolphin/modules/boonex/wall/classes/BxWallDb.php' at line 286.
Called 'getRow' function with erroneous argument #0.
Called 'getRow' function with erroneous argument #0.