Skip to content

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

@kwanweijeat

Description

@kwanweijeat

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

}
} 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;
    }
}

}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions