Closed brunobacha closed 10 years ago
Just to note: I'm using Ardent [https://github.com/laravelbook/ardent]
OK. Have not considered multiple connections. Can you downgrade to version 1.3.0 in composer I won't be able to check this till Monday
Yep, i have the same problem, can you fix it???
Thanks in advance, im using 1.3.0 for now.
@inluxc @brunobacha please test the pull https://github.com/bllim/laravel4-datatables-package/pull/83 and confirm this has fixed the issue.
{"error":{"type":"Exception","message":"SQLSTATE[42S02]: Base table or view not found: 1146 Table 'xxx_view.logs' doesn't exist (SQL: select count(*) as aggregate from (select
id
,data
,membro_id
,texto
fromlogs
where (application
= ? andcontroller
= ?)) AS count_row_table) (Bindings: array (\n 0 => 'xxx',\n 1 => 'usuarios',\n))","file":"D:\Users\xxx\Documents\xxx\vendor\laravel\framework\src\Illuminate\Database\Connection.php","line":556}}The model uses $connection = 'xxx_admin' but the connection is pointing to default config "xxx_view". The error started appearing after I updated the plugin Datatables