mrakodol/Laravel-5-Bootstrap-3-Starter-Site

error when accessing article section (admin)

Closed this issue · 4 comments

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)

I've same problem in article and article categories

changing "serverSide": false in admin/layouts/default.blade.php works.

thanks webacers so much :D

thanks webacers 👍