-
-
Notifications
You must be signed in to change notification settings - Fork 17
Description
Hi I am trying to use tatterfiles, I followed the installation instructions.
On the php spark migrate -all command I get the following error.
I am using postrgres 16 as my database. I am using codeigniter 4 and shield and all is working great.
I am using ubuntu 22.04, postgres, nginx and PHP 8.2.
I would love to figure out how install this repo.
Also, the repo requires twbs/bootstrap (v4.6.2): which has a vulnerability
Found 1 security vulnerability advisory affecting 1 package:
+-------------------+----------------------------------------------------------------------------------+
| Package | twbs/bootstrap |
| CVE | CVE-2024-6531 |
| Title | Bootstrap Cross-Site Scripting (XSS) vulnerability |
| URL | GHSA-vc8w-jr9v-vj7f |
| Affected versions | >=4.0.0,<=4.6.2 |
| Reported at | 2024-07-11T18:31:14+00:00 |
[CodeIgniter\Database\Exceptions\DatabaseException]
pg_query(): Query failed: ERROR: column "protected" is of type boolean but default expression is of type integer
HINT: You will need to rewrite or cast the expression.
at SYSTEMPATH/Database/BaseConnection.php:692
any help would be much appreciated.