mirror of
https://github.com/opensolutions/ViMbAdmin.git
synced 2026-04-26 08:45:54 +03:00
[GH-ISSUE #170] Doctrine\DBAL\Exception\TableNotFoundException #133
Labels
No labels
bug
feature
feature
improvement
improvement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ViMbAdmin-opensolutions#133
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @pixelchrome on GitHub (Mar 13, 2016).
Original GitHub issue: https://github.com/opensolutions/ViMbAdmin/issues/170
After upgrading my FreeBSD php to version 5.6 (and several other updates), I found out that ViMbAdmin no longer worked as expected ;-)
Any idea what happened and how to fix this?
Uh oh! Unexpected Error!
..
Doctrine\DBAL\Exception\TableNotFoundException
File
/opt/vimbadmin/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php
Line
57
Message
An exception occurred while executing 'SELECT COUNT(a0_.id) AS sclr_0 FROM admin.admin a0_': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'admin.admin' doesn't exist
Code
0
Trace
@pixelchrome commented on GitHub (Mar 13, 2016):
I've reinstalled it a second time... and now it works (via PHP Composer). Don't know what went wrong during the first time (via Git clone).