Quantcast
Channel: DOCU - Foren
Viewing all articles
Browse latest Browse all 6565

Administration - Installation - Core: Re: ILIAS Update Fehler / 5.1.28 > 5.2.25 / Während DB-Updates

$
0
0

Hi Ben, if you have database access my suggestion would be to work through that database step manually.

https://github.com/ILIAS-eLearning/ILIAS/blob/release_5-2/setup/sql/dbupdate_04.php#L15276-L15327

I'd first check to see what's in il_dcl_field_prop_b AND il_dcl_field_prop_s_b(its sequence table)

SELECT * FROM il_dcl_field_prop_b;
SELECT * FROM il_dcl_field_prop_s_b;

As well do a


show create table il_dcl_field_prop

to see if the table structure matches what that update step says.


Feel free to share what you find here and we can go from there.




Viewing all articles
Browse latest Browse all 6565

Trending Articles