dysath / seat-fitting

A Fitting/Doctrine module for SeAT
GNU General Public License v2.0
14 stars 21 forks source link

Unknown column 'corporation_id' in 'field list' (SQL: select `corporation_id` from `character_infos` where `character_id` in (95429752)) #59

Closed d3vfreak closed 4 years ago

d3vfreak commented 4 years ago

With the newest season version the fitting page shows this sql error. Bug Error.log Cause:src/Http/Controllers/FittingController.php:213

  $corpids = CharacterInfo::whereIn('character_id', auth()->user()->associatedCharacterIds())->select('corporation_id')->get()->toArray();