You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to select a domain for management in WebAdmin. I have created a location - but when I'm trying to pick up a domain I'm getting:
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'a0001.domain' doesn't exist
I've created a0001 DB and configured it - but when I'm looking at it - it's actually missing 'domain' table. Can I ask what should I do to get it in the DB? What's the structure for this particular table?
Any help would be appreciated.
--
Best regards
Zbigniew
The text was updated successfully, but these errors were encountered:
Hi, there are two databases: 'a0001' which is an administrative DB for managing email server admins, and dovecot/postfix DB for email server's virtual users and domains called 'mailserver' (for example). WebAdmin connects to 'mailserver' DB via connection string configured in config/app.php (found in WebAdmin). Ensure that app.php connects to 'mailserver' DB via the correct datasource in app.php. Note that the datasource name in app.php should be the same with the one you defined in the corresponding field under Manage -> Locations in WedAdmin environment.
Hi,
I'm trying to select a domain for management in WebAdmin. I have created a location - but when I'm trying to pick up a domain I'm getting:
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'a0001.domain' doesn't exist
I've created a0001 DB and configured it - but when I'm looking at it - it's actually missing 'domain' table. Can I ask what should I do to get it in the DB? What's the structure for this particular table?
Any help would be appreciated.
--
Best regards
Zbigniew
The text was updated successfully, but these errors were encountered: