SQLSTATE[HY000]: General error: 1114 The table 'data_common' is full (0)

in /var/www/tfphp/dist/database/tfdo.inc.php line 43
        $this->readyTest();
        $stmt = $this->pdo->prepare($sql);
        foreach ($params as $param){
            $stmt->bindParam($param["name"], $param["value"], $param["type"]);
        }
        $stmt->execute();
        return $stmt;
    }
    private function query2(string $sql, array $params): \PDOStatement{
        $this->readyTest();
        $paramsCount = count($params);

PDOStatement::execute() in /var/www/tfphp/dist/database/tfdo.inc.php line 43
tfphp\database\tfdo::query() in /var/www/tfphp/dist/database/tfdo.inc.php line 107
tfphp\database\tfdo::execute() in /var/www/tfphp/dist/model/tfdaoSingle.inc.php line 153
tfphp\model\tfdaoSingle::insert() in /var/www/html/web-inf/model/ip/ip.inc.php line 121
tfproject\model\ip\ip::upsertTaskDataCommon() in /var/www/html/web-inf/model/ip/ipFront.inc.php line 58
tfproject\model\ip\ipFront::getIPInfo() in /var/www/html/web-inf/controller/ip/index.inc.php line 24
tfproject\controller\ip\index::onLoad() in /var/www/tfphp/dist/system/tfpage.inc.php line 22
tfphp\system\tfpage::load() in /var/www/tfphp/dist/tfphp.inc.php line 221
tfphp\tfphp::start() in /var/www/tfphp/dist/tfphp.inc.php line 225
tfphp\tfphp::run() in /var/www/html/index.php line 31
tfproject\index::run() in /var/www/html/index.php line 34

TFPHP v0.6.6