Add item error
ganker
Joined: 2004-07-27
Posts: 2 |
![]() |
Fresh install from cvs, install claims to be succesful. DB Postgres 7, (all ?)tables created. Uploading items results in the following error given below. Any hints ? Error (ERROR_STORAGE_FAILURE) |
|
mindless
![]()
Joined: 2004-01-04
Posts: 8601 |
![]() |
Enable buffered debug output in config.php and retry.. find the database error in the debug output and post it here. |
|
bryans
Joined: 2004-10-16
Posts: 1 |
![]() |
The problem is with the g_postfilteroperations column of the g2_derivative table. The insert is not providing a value for the column while the column has the attribute "not null". I worked around this by executing "alter table g2_derivative alter column g_postfilteroperations drop not null;" |
|
mindless
![]()
Joined: 2004-01-04
Posts: 8601 |
![]() |
could be, but I thought that problem was fixed in cvs.. ? |
|
bharat
![]()
Joined: 2002-05-21
Posts: 7994 |
![]() |
I did fix this a week ago. You can look at the GalleryDerivative.sql for Postgres -- it no longer has a "not null" designation for the g_postFilterOperations or the g_derivativeOperations columns. Can you verify that your version matches up? |
|