error when accessing article section (admin)
Closed this issue · 4 comments
razor9999 commented
SQLSTATE[42S22]: Column not found: 1054 Unknown column '0' in 'order clause' (SQL: select articles
.id
, articles
.title
, article_categories
.title
as category
, languages
.name
, articles
.created_at
from articles
inner join languages
on languages
.id
= articles
.language_id
inner join article_categories
on article_categories
.id
= articles
.article_category_id
where articles
.deleted_at
is null order by 0
asc limit 10 offset 0)
webacers commented
I've same problem in article and article categories
webacers commented
changing "serverSide": false in admin/layouts/default.blade.php works.
PhanHaHus commented
thanks webacers so much :D
stojankukrika commented
thanks webacers 👍