Jump to content
  • Status: Not a bug

Screenshot_20250131_144113_com_android_chrome_ChromeTabbedActivity.jpg

When you press any button in the report processing, this error appears:

UPDATE `core_rc_index` `core_rc_index`  SET ``=NULL,`status`=3 WHERE id=585 
IPS\Db\Exception: Unknown column '' in 'field list' (1054)
#0 /var/www/www-root/data/www/domain/system/Db/Db.php(1232): IPS\Db->preparedQuery('/*database::...', Array)
#1 /var/www/www-root/data/www/domain/system/Patterns/ActiveRecord.php(544): IPS\Db->update('`core_rc_index`...', '``=?,`status`=?', 'WHERE id=?')
#2 /var/www/www-root/data/www/domain/applications/core/sources/Reports/Report.php(190): IPS\Patterns\ActiveRecord->save()
#3 /var/www/www-root/data/www/domain/applications/core/extensions/core/ModCp/Reports.php(220): IPS\core\Reports\Report->changeStatus(3)
#4 /var/www/www-root/data/www/domain/applications/core/modules/front/modcp/modcp.php(131): IPS\core\extensions\core\ModCp\Reports->view()
#5 /var/www/www-root/data/www/domain/system/Dispatcher/Controller.php(139): IPS\core\modules\front\modcp\modcp->manage()
#6 /var/www/www-root/data/www/domain/system/Dispatcher/Dispatcher.php(169): IPS\Dispatcher\Controller->execute()
#7 /var/www/www-root/data/www/domain/index.php(16): IPS\Dispatcher->run()
#8 {main}

Backtrace

#0 /var/www/www-root/data/www/domain/init.php(827): IPS\Log::log('UPDATE `core_rc...', 'uncaught_except...')
#1 [internal function]: IPS\IPS::exceptionHandler(Object(IPS\Db\Exception))
#2 {main}

This only happens on the site that has been upgraded from version 4, so I'm not sure if this is due to issues to third-party applications or not

User Feedback

Recommended Comments

Marc

Invision Community Team

Have you disabled all 3rd party items to check this first of all?

EliasM

Clients
 

Have you disabled all 3rd party items to check this first of all?

Yes, you are right, this is due to one of the third-party developer applications.

Thanks

Marc

Invision Community Team

Changed Status to Not a bug