4.16.2 Upgrade failed to upgrade Custom Form and Asset Builder


(Nic Hubbard) #1

I just used the Upgrade Scripts to upgrade to 4.16.2. Was looking forward to using the new spam prevention features of the Custom Form and Asset Builder assets, but when going to the details screen I get the errors:

MySource WarningFile:[SYSTEM_ROOT]/core/include/locale_manager.incLine:547Message:Attribute "captcha_invalid_error_message" not found for Asset "page_asset_builder" [SYS0094]Backtrace:Show
MySource WarningFile:[SYSTEM_ROOT]/core/include/locale_manager.incLine:547Message:Attribute "captcha_label_text" not found for Asset "page_asset_builder" [SYS0094]Backtrace:Show
MySource WarningFile:[SYSTEM_ROOT]/core/include/locale_manager.incLine:547Message:Attribute "use_recaptcha" not found for Asset "page_asset_builder" [SYS0094]Backtrace:Show
MySource WarningFile:[SYSTEM_ROOT]/core/include/locale_manager.incLine:547Message:Attribute "recaptcha_theme" not found for Asset "page_asset_builder" [SYS0094]Backtrace:Show
MySource WarningFile:[SYSTEM_ROOT]/core/include/locale_manager.incLine:547Message:Attribute "recaptcha_error_message" not found for Asset "page_asset_builder" [SYS0094]Backtrace:Show
MySource WarningFile:[SYSTEM_ROOT]/core/include/locale_manager.incLine:547Message:Attribute "honeypot_name" not found for Asset "page_asset_builder" [SYS0094]Backtrace:Show
MySource WarningFile:[SYSTEM_ROOT]/core/include/locale_manager.incLine:547Message:Attribute "honeypot_id" not found for Asset "page_asset_builder" [SYS0094]Backtrace:Show
MySource WarningFile:[SYSTEM_ROOT]/core/include/locale_manager.incLine:547Message:Attribute "honeypot_class" not found for Asset "page_asset_builder" [SYS0094]Backtrace:Show
MySource WarningFile:[SYSTEM_ROOT]/core/include/locale_manager.incLine:547Message:Attribute "honeypot_error_message" not found for Asset "page_asset_builder" [SYS0094]Backtrace:Show
MySource WarningFile:[SYSTEM_ROOT]/core/include/locale_manager.incLine:547Message:Attribute "time_requirement" not found for Asset "page_asset_builder" [SYS0094]Backtrace:Show
MySource WarningFile:[SYSTEM_ROOT]/core/include/locale_manager.incLine:547Message:Attribute "time_requirement_error_message" not found for Asset "page_asset_builder" [SYS0094]Backtrace:Show

Looks like somehow those assets failed to get upgraded. Is there any way I can manually fix this issue?


(Ashish Karelia) #2

I can see that the page_asset_builder_management.inc file does have those attributes defined. Looks like the installation process (steps) were not completed because of some reason. As suggested by you in other topic, were there any error upgrading to 4.16.2?

 

Ideally if the step_03.php fails for whatever reason, the attributes may not get defined. Runnign the step_03.php and compile_locale.php will fix the issue.

 

Ash


(Nic Hubbard) #3

I can see that the page_asset_builder_management.inc file does have those attributes defined. Looks like the installation process (steps) were not completed because of some reason. As suggested by you in other topic, were there any error upgrading to 4.16.2?

 

Ideally if the step_03.php fails for whatever reason, the attributes may not get defined. Runnign the step_03.php and compile_locale.php will fix the issue.

 

Ash

 

Ah awesome, that worked. Thanks!