Laravel - ERROR EN LARAVEL 11 SQLSTATE[42S02]: Base table or view not found: 1146 Table 'administrador.session

 
Vista:

ERROR EN LARAVEL 11 SQLSTATE[42S02]: Base table or view not found: 1146 Table 'administrador.session

Publicado por Omar (1 intervención) el 11/07/2024 03:41:57
Hola,

Tengo el siguiente error

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'administrador.sessions' doesn't exist (Connection: mysql, SQL: select * from `sessions` where `id` = htLt08AKO6Ujwty4bbUFRVhGx0bZHeHROWYDLGxA limit 1)

C:\wamp64\www\laravel\administrador\vendor\laravel\framework\src\Illuminate\Database\Connection.php :813

throw new UniqueConstraintViolationException(
$this->getName(), $query, $this->prepareBindings($bindings), $e
);
}

throw new QueryException(
$this->getName(), $query, $this->prepareBindings($bindings), $e
);
}
}
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder