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!
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!
anyone..?
As this is an RC version, please open an issue on GitHub. https://github.com/concrete5/concrete5...
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.