8.5.0 (RC2)

Permalink
I get an error with 8.5.0 (RC2)

Doctrine \ DBAL \ Exception \ TableExistsException
An exception occurred while executing 'alter table ExpressEntityAssociationSelectedEntries rename _ExpressEntityAssociationSelectedEntries': SQLSTATE[42S01]: Base table or view already exists: 1050 Table '_expressentityassociationselectedentries' already exists

public function convertException($message, DriverException $exception)
{
switch ($exception->getErrorCode()) {
case '1050':
return new Exception\TableExistsException($message, $exception);


.. any help someone.. thanks!

 
Usernhfdy73 replied on at Permalink Reply
Whoops\Exception\ErrorException thrown with message "Trait 'League\OAuth2\Server\Entities\Traits\AccessTokenTrait' not found"

Stacktrace:
#0 Whoops\Exception\ErrorException in C:\public_html\concrete\src\Entity\OAuth\AccessToken.php:19

Can someone tell something about this error message?
How to fix this.. Thanks.
Usernhfdy73 replied on at Permalink Reply
anyone..?
JohntheFish replied on at Permalink Reply
JohntheFish
As this is an RC version, please open an issue on GitHub. https://github.com/concrete5/concrete5...