LinxHQ / linxbooks

Open-source accounting software (customers, invoices, quotations, bills, expenses, payrolls and reports)
GNU Affero General Public License v3.0
101 stars 66 forks source link

Base table or view not found: 1146 Table 'accounting.YiiSession' doesn't exist. #17

Closed sibidharan closed 8 years ago

sibidharan commented 8 years ago

After installation successfully, I tried logging into the setup account. It threw this error.

Stack trace here: CDbException.pdf

sibidharan commented 8 years ago

The solution is simple. Just rename the Table yiisession to YiiSession and the issue is resolved.