Skip to content

Upgrading data.. SQLSTATE[42S02]: Base table or view not found: 1146 Table 'pcapredict_tag_settingsdata' doesn't exist #25

Open
@diazwatson

Description

@diazwatson

I have added the module using composer require pcapredict/tag:^2.0.7

When I try to install it using bin/magento setup:upgrade I get the following error

Module 'PCAPredict_Tag':
Upgrading data.. SQLSTATE[42S02]: Base table or view not found: 1146 Table 'toolstop_local.pcapredict_tag_settingsdata' doesn't exist, query was: SELECT `pcapredict_tag_settingsdata`.* FROM `pcapredict_tag_settingsdata`

It is trying upgrade a table that does not exists yet and there is where the error is coming from.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @diazwatson

        Issue actions

          Upgrading data.. SQLSTATE[42S02]: Base table or view not found: 1146 Table 'pcapredict_tag_settingsdata' doesn't exist · Issue #25 · PCAPredict/magento2