Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SQLSTATE[42S02]: Base table or view not found: 1146 Table 'jomshop.sxo_navigation' doesn't exist #76

Open
kwanweijeat opened this issue Apr 4, 2024 · 0 comments

Comments

@kwanweijeat
Copy link

您好,尝试各种方法但是还是在宝塔上部署安装不了

}
} else {
if ($this->reConnectTimes < 4 && $this->isBreak($e)) {
++$this->reConnectTimes;
return $this->close()->getPDOStatement($sql, $bind, $master, $procedure);
}
}

    if ($e instanceof \PDOException) {
        throw new PDOException($e, $this->config, $this->getLastsql());
    } else {
        throw $e;
    }
}

}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant