Got a error while using view table
…\vendor\doctrine\dbal\lib\Doctrine\DBAL\Driver\AbstractMySQLDriver.php(128): An exception occurred while executing ‘SELECT COUNT(*) FROM userssss’: Prepared statement needs to be re-preparedI try to create a new view and try to use it again
it got the same error on all view table.The database and username and password are all ok as I have check and try with new project and it work all fine. But what is the problem with my old project unable to find the error.