( ! ) Fatal error: Uncaught mysqli_sql_exception: Table 'whatsapp.historico_conversas' doesn't exist in C:\wamp64\www\painel_crara2eqweqweq\index.php on line 669
( ! ) mysqli_sql_exception: Table 'whatsapp.historico_conversas' doesn't exist in C:\wamp64\www\painel_crara2eqweqweq\index.php on line 669
Call Stack
#TimeMemoryFunctionLocation
10.0001450704{main}( )...\index.php:0
20.0050563744query( $query = 'SELECT h1.* FROM historico_conversas h1 \n INNER JOIN (\n SELECT numero, MAX(data_hora) as max_data_hora \n FROM historico_conversas \n GROUP BY numero \n ORDER BY max_data_hora DESC \n LIMIT 10\n ) h2 ON h1.numero = h2.numero AND h1.data_hora = h2.max_data_hora \n ORDER BY h1.data_hora DESC' )...\index.php:669