Admidio / admidio

Admidio is a free open source user management system for websites of organizations and groups. The system has a flexible role model so that it’s possible to reflect the structure and permissions of your organization.
https://www.admidio.org
GNU General Public License v2.0
296 stars 121 forks source link

Database update script fails 4.3.0 to 4.3.5 #1610

Closed Fasse closed 2 months ago

Fasse commented 2 months ago

The following error occurs within the update: `S C R I P T - E R R O R An error occured within the update script. Please visit our support forum https://www.admidio.org/forum and provide the following information. VERSION: 4.3.0 STEP: 1080 MESSAGE: No Category with the given uuid 2 was found in the database.

B A C K T R A C E 0 /home/.../public_html/members/adm_program/system/classes/ComponentUpdateSteps.php(68): TableUserField->setValue('usf_cat_id', '2') 1 /home/.../public_html/members/adm_program/system/classes/ComponentUpdate.php(124): ComponentUpdateSteps::updateStep43AddSocialNetworkProfileFields() 2 /home/.../public_html/members/adm_program/system/classes/ComponentUpdate.php(171): ComponentUpdate::executeUpdateMethod('ComponentUpdate...') 3 /home/.../public_html/members/adm_program/system/classes/ComponentUpdate.php(266): ComponentUpdate->executeStep(Object(SimpleXMLElement), '4.3.0') 4 /home/.../public_html/members/adm_program/system/classes/Update.php(90): ComponentUpdate->update('4.3.5') 5 /home/.../public_html/members/adm_program/installation/update.php(300): Update->doAdmidioUpdate('4.3.0') 6 {main}`

view forum https://www.admidio.org/forum/viewtopic.php?t=9917