You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: src/_includes/upgrade/uct-error-reference.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -21,7 +21,7 @@ Critical errors of custom code compatibility are raised when the custom code is
21
21
| - | - | - |
22
22
| 1110 | Instantiating non-existent Adobe Commerce class/interface | Update code to use a class marked as `@api`. Instantiating non-existent Adobe Commerce class/interface |
23
23
| 1111 | Extending from non-existent Adobe Commerce class | The extended class is no longer present in the codebase. Inheritance is not recommended way of extending Adobe Commerce functionality. Update code to use a class marked as `@api`. |
24
-
| 1112 | Importing nonexisting Adobe Commerce class | Update code to use a class marked as `@api`. |
24
+
| 1112 | Importing non-existing Adobe Commerce class | Update code to use a class marked as `@api`. |
25
25
| 1113 | Loading non existing Adobe Commerce class | Update code to use a class marked as `@api`. |
26
26
| 1114 | Using non existing Adobe Commerce class | Update code to use a class marked as `@api`. |
27
27
| 1214 | Using non-existent Adobe Commerce constant | Consider introducing and using a private constant of the required value within the custom code instead. |
@@ -159,7 +159,7 @@ Custom code errors are raised when custom code is using the Adobe Commerce entry
159
159
| 5064 | Recurring scripts are obsolete | Please create class Recurring in module\'s Setup folder |
160
160
| 5065 | 'data' is in an invalid directory | Create a data patch within module's Setup/Patch/Data folder for data upgrades or use declarative schema approach in module's etc/db_schema.xml file for schema changes. |
161
161
| 5066 | 'sql' is in an invalid directory | Create a data patch within module's Setup/Patch/Data folder for data upgrades or use declarative schema approach in module's etc/db_schema.xml file for schema changes. |
162
-
| 5067 | Nodes identified by XPath are obsolete |Use suggestion from error message itself|
162
+
| 5067 | Nodes identified by XPath are obsolete |Obsolete XML pointed out in the error should be updated. Follow the suggestions from the error message.|
163
163
| 5068 | Directive `{{htmlescape}}` is obsolete | Use `{{var}}` instead |
164
164
| 5069 | Directive `{{escapehtml}}` is obsolete | Use `{{var}}` instead |
165
165
| 5070 | 3rd parameter is not needed anymore for `getChildHtml()`| Remove 3rd parameter from call to `getChildHtml()`|
0 commit comments