i don't know if i'm gonna regret this later, but in dal.py i changed that field length to 128:
self.db.executesql("CREATE TABLE IF NOT EXISTS
web2py_filesystem (path VARCHAR(128), content LONGTEXT, PRIMARY KEY(path) )
ENGINE=InnoDB;")
now it works again.

