mysql - Datatables response 500 error internal server when return from multiple tables -


i error when use search box

enter image description here

i have joined tables query

$query = loginquarter::join('wholesalers','login_quarter.username','=','wholesalers.user_id')            ->select('wholesalers.id wholesaler_id','wholesalers.name name', 'login_quarter.quarter','login_quarter.years', 'login_quarter.target', 'login_quarter.updated_at'); 

and return function

enter image description here

i not error if comment in line wholesaler_id (line 82) , name (line 83).

how can display these without error?


Comments

Popular posts from this blog

javascript - Confirm a form & display message if form is valid with JQuery -

Retrieving ETA (estimated time of arrival) with Google Distance Matrix API and public transit as transport mode -

ionic framework - Meteor - Error: Failed to execute 'insertBefore' on 'Node' -