-
Notifications
You must be signed in to change notification settings - Fork 13
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'cwx4f7otbzlmf7ap.piwik_option' doesn't exist #2
Comments
Haven't seen that error before, but a few things I'd recommend checking:
From the error, it seems like the |
I remove the config file going inside the dyno and than installation runs... is that the normal way to do it? How is the best way to update Matomo after that? Using the composer.json? Thanks |
Glad you got it working!
What exactly does this mean? You're deleting The way a deploy works is
If you install plugins or other things that write to To update, you can run composer locally and commit the changes to
Note that some of the sub repositories ( At some point everything is going to be renamed, and then the composer.json file in this repo will need to be reworked. |
Hi, No I am trying to fix to Any idea? Thanks for all your help already! |
Interesting--it's been a while since I did a fresh install. From your experience it seems like database needs to be set up before copying over the config file. I believe the "File integrity" warning is normal, since installing from composer is similar to a git deployment, as mentioned in the note below that warning. For GeoIP, if you've successfully added the geoip buildpack to your app, you should be able to select this option from the Geolocation settings to get it working |
Ok, thanks for all your help! |
For those who are stuck with this database error: the trick is to remove |
@github-account-because-they-want-it Thanks for following up with a workaround for this issue. Looks like we need a way to detect if the database exists or not and then copy config file only after the database has been created. |
Hi,
I am trying to deploy piwik/matomo on Heroku. Deploy runs without problem, but when I call the url I just see this error:
Original error was "SQLSTATE[42S02]: Base table or view not found: 1146 Table 'cwx4f7otbzlmf7ap.piwik_option' doesn't exist".
Any idea what is going wrong?
Thanks!
The text was updated successfully, but these errors were encountered: