-
- Downloads
Hacks to avoid failure on upgrade due to new field not yet being in the DB
On attempting to upgrade I found I couldn't get to the upgrade screen add the new serialize field as I got fatal errors in these 2 places (maybe more to come). The new field is civicrm_custom_field.serialize
Showing
- CRM/Core/BAO/CustomField.php 6 additions, 1 deletionCRM/Core/BAO/CustomField.php
- CRM/Core/BAO/Domain.php 13 additions, 0 deletionsCRM/Core/BAO/Domain.php
- CRM/Utils/Check/Component/Env.php 1 addition, 3 deletionsCRM/Utils/Check/Component/Env.php
- CRM/Utils/Check/Component/Schema.php 4 additions, 0 deletionsCRM/Utils/Check/Component/Schema.php
- api/v3/CustomField.php 1 addition, 1 deletionapi/v3/CustomField.php
Please register or sign in to comment