Magento 2 - Category attribute not getting saved to databaseCustom Category attribute created but not savedCustom category attributeMagento 2: Product Import Error - Product Type is invalid or not supported. Duplicates found in column names [SOLVED]Custom Attribute on Category Page not DisplayingCustom attribute value is not getting saved in Address Book?Add “Use Default Option” In Custom Category Attribute In Magento 2Custom category attribute not showing back endMagento 2.2.5 - Categories are not getting saved in the databaseCategory attribute is not being savedImport a csv file in Bo magento 2

Tantum religio potuit suadere malorum – Lucretius

Find the diameter of a word graph

Why aren't cotton tents more popular?

Can ADFS connect to other SSO services?

How can I politely work my way around not liking coffee or beer when it comes to professional networking?

Does Marvel have an equivalent of the Green Lantern?

Long term BTC investing

What is this tool/thing in an Aztec painting?

Why is the voltage measurement of this circuit different when the switch is on?

When to make kiddush at a Seder with no wine?

Folding basket - is there such a thing?

How convert text to hex value?

How do I professionally let my manager know I'll quit over smoking in the office?

C-152 carb heat on before landing in hot weather?

Unusual mail headers, evidence of an attempted attack. Have I been pwned?

Swapping rooks in a 4x4 board

I am completely new to Tales from the Floating Vagabond, how do I get started?

What does "play with your toy’s toys" mean?

Should I prioritize my 401(k) over my student loans?

What are the penalties for overstaying in USA?

Should developer taking test phones home or put in office?

Where can I find a database of galactic spectra?

What is the legal status of travelling with methadone in your carry-on?

Has there been any indication at all that further negotiation between the UK and EU is possible?



Magento 2 - Category attribute not getting saved to database


Custom Category attribute created but not savedCustom category attributeMagento 2: Product Import Error - Product Type is invalid or not supported. Duplicates found in column names [SOLVED]Custom Attribute on Category Page not DisplayingCustom attribute value is not getting saved in Address Book?Add “Use Default Option” In Custom Category Attribute In Magento 2Custom category attribute not showing back endMagento 2.2.5 - Categories are not getting saved in the databaseCategory attribute is not being savedImport a csv file in Bo magento 2






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;








0















I am facing an issue where if i update few information such as meta title, meta keywords, meta description from admin panel for any category, then the meta title is not getting saved to database.



According to my database the attribute id for meta title is 49
enter image description here



Now, if i use a category with id 589 and try to update the contents, the data is reflected as displayed in the below tables.



enter image description here



Table : catalog_category_entity_varchar
enter image description here



Table : catalog_category_entity_text
enter image description here



I have Tried using a logger in MagentoCatalogControllerAdminhtmlCategorySave.php before & after the category is saved. Below is the log:



2019-06-14T08:18:58+00:00 INFO (6): MagentoCatalogControllerAdminhtmlCategorySave

2019-06-14T08:18:58+00:00 INFO (6): +++++++++++++++++ Print before save +++++++++++++++++
2019-06-14T08:18:58+00:00 INFO (6): array (
'store_id' => '0',
'entity_id' => '589',
'attribute_set_id' => '3',
'parent_id' => '168',
'created_at' => '2012-05-03 23:06:52',
'updated_at' => '2019-06-14 07:39:39',
'path' => '1/2/168/589',
'position' => '3',
'level' => '3',
'children_count' => '3',
'description' => '',
'meta_keywords' => 'yyyyy',
'meta_description' => 'zzzzzz',
'custom_layout_update' => '',
'available_sort_by' => NULL,
'is_active' => '1',
'landing_page' => '',
'is_anchor' => '0',
'include_in_menu' => '1',
'custom_use_parent_settings' => '1',
'custom_apply_to_products' => '1',
'filter_price_range' => NULL,
'name' => 'Alpaca',
'meta_title' => 'xxxxx',
'display_mode' => 'PRODUCTS',
'custom_design' => '',
'page_layout' => '',
'url_key' => 'alpaca',
'url_path' => 'fiber/alpaca',
'custom_design_from' => 'Invalid date',
'custom_design_to' => 'Invalid date',
'path_ids' =>
array (
0 => '1',
1 => '2',
2 => '168',
3 => '589',
),
'use_config' =>
array (
'available_sort_by' => true,
'default_sort_by' => true,
'filter_price_range' => true,
),
'id' => '',
'parent' => '0',
'umm_dd_width' => '',
'umm_dd_proportions' => '',
'umm_cat_target' => '',
'url_key_create_redirect' => 'alpaca',
'umm_dd_block_top' => '',
'umm_dd_block_left' => '',
'umm_dd_block_right' => '',
'umm_dd_block_bottom' => '',
'default_sort_by' => NULL,
'umm_dd_type' => '0',
'umm_dd_columns' => '',
'umm_cat_label' => '',
'form_key' => 'NWHGbfi0uj66aF21',
'image' => false,
'save_rewrites_history' => true,
)

2019-06-14T08:18:58+00:00 INFO (6): +++++++++++++++++ Print after save +++++++++++++++++

2019-06-14T08:18:58+00:00 INFO (6): array (
'store_id' => '0',
'entity_id' => '589',
'attribute_set_id' => '3',
'parent_id' => 168,
'created_at' => '2012-05-03 23:06:52',
'updated_at' => '2019-06-14 08:18:58',
'path' => '1/2/168/589',
'position' => '3',
'level' => '3',
'children_count' => '3',
'description' => NULL,
'meta_keywords' => 'yyyyy',
'meta_description' => 'zzzzzz',
'custom_layout_update' => '',
'available_sort_by' => NULL,
'is_active' => '1',
'landing_page' => NULL,
'is_anchor' => '0',
'include_in_menu' => '1',
'custom_use_parent_settings' => '1',
'custom_apply_to_products' => '1',
'filter_price_range' => NULL,
'name' => 'Alpaca',
'meta_title' => NULL,
'display_mode' => 'PRODUCTS',
'custom_design' => '',
'page_layout' => '',
'url_key' => 'alpaca',
'url_path' => 'fiber/alpaca',
'custom_design_from' => '0000-00-00 00:00:00',
'custom_design_to' => '0000-00-00 00:00:00',
'path_ids' =>
array (
0 => '1',
1 => '2',
2 => '168',
3 => '589',
),
'use_config' =>
array (
'available_sort_by' => true,
'default_sort_by' => true,
'filter_price_range' => true,
),
'id' => '',
'parent' => '0',
'umm_dd_width' => '',
'umm_dd_proportions' => '',
'umm_cat_target' => '',
'url_key_create_redirect' => 'alpaca',
'umm_dd_block_top' => '',
'umm_dd_block_left' => '',
'umm_dd_block_right' => '',
'umm_dd_block_bottom' => '',
'default_sort_by' => NULL,
'umm_dd_type' => '0',
'umm_dd_columns' => '',
'umm_cat_label' => '',
'form_key' => 'NWHGbfi0uj66aF21',
'image' => false,
'save_rewrites_history' => true,
'is_changed_product_list' => false,
)


Can anybody tell what can be the issue. And sometimes the attribute (id 49) Meta title itself is not inserted into the table catalog_category_entity_varchar.



Please help.










share|improve this question




























    0















    I am facing an issue where if i update few information such as meta title, meta keywords, meta description from admin panel for any category, then the meta title is not getting saved to database.



    According to my database the attribute id for meta title is 49
    enter image description here



    Now, if i use a category with id 589 and try to update the contents, the data is reflected as displayed in the below tables.



    enter image description here



    Table : catalog_category_entity_varchar
    enter image description here



    Table : catalog_category_entity_text
    enter image description here



    I have Tried using a logger in MagentoCatalogControllerAdminhtmlCategorySave.php before & after the category is saved. Below is the log:



    2019-06-14T08:18:58+00:00 INFO (6): MagentoCatalogControllerAdminhtmlCategorySave

    2019-06-14T08:18:58+00:00 INFO (6): +++++++++++++++++ Print before save +++++++++++++++++
    2019-06-14T08:18:58+00:00 INFO (6): array (
    'store_id' => '0',
    'entity_id' => '589',
    'attribute_set_id' => '3',
    'parent_id' => '168',
    'created_at' => '2012-05-03 23:06:52',
    'updated_at' => '2019-06-14 07:39:39',
    'path' => '1/2/168/589',
    'position' => '3',
    'level' => '3',
    'children_count' => '3',
    'description' => '',
    'meta_keywords' => 'yyyyy',
    'meta_description' => 'zzzzzz',
    'custom_layout_update' => '',
    'available_sort_by' => NULL,
    'is_active' => '1',
    'landing_page' => '',
    'is_anchor' => '0',
    'include_in_menu' => '1',
    'custom_use_parent_settings' => '1',
    'custom_apply_to_products' => '1',
    'filter_price_range' => NULL,
    'name' => 'Alpaca',
    'meta_title' => 'xxxxx',
    'display_mode' => 'PRODUCTS',
    'custom_design' => '',
    'page_layout' => '',
    'url_key' => 'alpaca',
    'url_path' => 'fiber/alpaca',
    'custom_design_from' => 'Invalid date',
    'custom_design_to' => 'Invalid date',
    'path_ids' =>
    array (
    0 => '1',
    1 => '2',
    2 => '168',
    3 => '589',
    ),
    'use_config' =>
    array (
    'available_sort_by' => true,
    'default_sort_by' => true,
    'filter_price_range' => true,
    ),
    'id' => '',
    'parent' => '0',
    'umm_dd_width' => '',
    'umm_dd_proportions' => '',
    'umm_cat_target' => '',
    'url_key_create_redirect' => 'alpaca',
    'umm_dd_block_top' => '',
    'umm_dd_block_left' => '',
    'umm_dd_block_right' => '',
    'umm_dd_block_bottom' => '',
    'default_sort_by' => NULL,
    'umm_dd_type' => '0',
    'umm_dd_columns' => '',
    'umm_cat_label' => '',
    'form_key' => 'NWHGbfi0uj66aF21',
    'image' => false,
    'save_rewrites_history' => true,
    )

    2019-06-14T08:18:58+00:00 INFO (6): +++++++++++++++++ Print after save +++++++++++++++++

    2019-06-14T08:18:58+00:00 INFO (6): array (
    'store_id' => '0',
    'entity_id' => '589',
    'attribute_set_id' => '3',
    'parent_id' => 168,
    'created_at' => '2012-05-03 23:06:52',
    'updated_at' => '2019-06-14 08:18:58',
    'path' => '1/2/168/589',
    'position' => '3',
    'level' => '3',
    'children_count' => '3',
    'description' => NULL,
    'meta_keywords' => 'yyyyy',
    'meta_description' => 'zzzzzz',
    'custom_layout_update' => '',
    'available_sort_by' => NULL,
    'is_active' => '1',
    'landing_page' => NULL,
    'is_anchor' => '0',
    'include_in_menu' => '1',
    'custom_use_parent_settings' => '1',
    'custom_apply_to_products' => '1',
    'filter_price_range' => NULL,
    'name' => 'Alpaca',
    'meta_title' => NULL,
    'display_mode' => 'PRODUCTS',
    'custom_design' => '',
    'page_layout' => '',
    'url_key' => 'alpaca',
    'url_path' => 'fiber/alpaca',
    'custom_design_from' => '0000-00-00 00:00:00',
    'custom_design_to' => '0000-00-00 00:00:00',
    'path_ids' =>
    array (
    0 => '1',
    1 => '2',
    2 => '168',
    3 => '589',
    ),
    'use_config' =>
    array (
    'available_sort_by' => true,
    'default_sort_by' => true,
    'filter_price_range' => true,
    ),
    'id' => '',
    'parent' => '0',
    'umm_dd_width' => '',
    'umm_dd_proportions' => '',
    'umm_cat_target' => '',
    'url_key_create_redirect' => 'alpaca',
    'umm_dd_block_top' => '',
    'umm_dd_block_left' => '',
    'umm_dd_block_right' => '',
    'umm_dd_block_bottom' => '',
    'default_sort_by' => NULL,
    'umm_dd_type' => '0',
    'umm_dd_columns' => '',
    'umm_cat_label' => '',
    'form_key' => 'NWHGbfi0uj66aF21',
    'image' => false,
    'save_rewrites_history' => true,
    'is_changed_product_list' => false,
    )


    Can anybody tell what can be the issue. And sometimes the attribute (id 49) Meta title itself is not inserted into the table catalog_category_entity_varchar.



    Please help.










    share|improve this question
























      0












      0








      0








      I am facing an issue where if i update few information such as meta title, meta keywords, meta description from admin panel for any category, then the meta title is not getting saved to database.



      According to my database the attribute id for meta title is 49
      enter image description here



      Now, if i use a category with id 589 and try to update the contents, the data is reflected as displayed in the below tables.



      enter image description here



      Table : catalog_category_entity_varchar
      enter image description here



      Table : catalog_category_entity_text
      enter image description here



      I have Tried using a logger in MagentoCatalogControllerAdminhtmlCategorySave.php before & after the category is saved. Below is the log:



      2019-06-14T08:18:58+00:00 INFO (6): MagentoCatalogControllerAdminhtmlCategorySave

      2019-06-14T08:18:58+00:00 INFO (6): +++++++++++++++++ Print before save +++++++++++++++++
      2019-06-14T08:18:58+00:00 INFO (6): array (
      'store_id' => '0',
      'entity_id' => '589',
      'attribute_set_id' => '3',
      'parent_id' => '168',
      'created_at' => '2012-05-03 23:06:52',
      'updated_at' => '2019-06-14 07:39:39',
      'path' => '1/2/168/589',
      'position' => '3',
      'level' => '3',
      'children_count' => '3',
      'description' => '',
      'meta_keywords' => 'yyyyy',
      'meta_description' => 'zzzzzz',
      'custom_layout_update' => '',
      'available_sort_by' => NULL,
      'is_active' => '1',
      'landing_page' => '',
      'is_anchor' => '0',
      'include_in_menu' => '1',
      'custom_use_parent_settings' => '1',
      'custom_apply_to_products' => '1',
      'filter_price_range' => NULL,
      'name' => 'Alpaca',
      'meta_title' => 'xxxxx',
      'display_mode' => 'PRODUCTS',
      'custom_design' => '',
      'page_layout' => '',
      'url_key' => 'alpaca',
      'url_path' => 'fiber/alpaca',
      'custom_design_from' => 'Invalid date',
      'custom_design_to' => 'Invalid date',
      'path_ids' =>
      array (
      0 => '1',
      1 => '2',
      2 => '168',
      3 => '589',
      ),
      'use_config' =>
      array (
      'available_sort_by' => true,
      'default_sort_by' => true,
      'filter_price_range' => true,
      ),
      'id' => '',
      'parent' => '0',
      'umm_dd_width' => '',
      'umm_dd_proportions' => '',
      'umm_cat_target' => '',
      'url_key_create_redirect' => 'alpaca',
      'umm_dd_block_top' => '',
      'umm_dd_block_left' => '',
      'umm_dd_block_right' => '',
      'umm_dd_block_bottom' => '',
      'default_sort_by' => NULL,
      'umm_dd_type' => '0',
      'umm_dd_columns' => '',
      'umm_cat_label' => '',
      'form_key' => 'NWHGbfi0uj66aF21',
      'image' => false,
      'save_rewrites_history' => true,
      )

      2019-06-14T08:18:58+00:00 INFO (6): +++++++++++++++++ Print after save +++++++++++++++++

      2019-06-14T08:18:58+00:00 INFO (6): array (
      'store_id' => '0',
      'entity_id' => '589',
      'attribute_set_id' => '3',
      'parent_id' => 168,
      'created_at' => '2012-05-03 23:06:52',
      'updated_at' => '2019-06-14 08:18:58',
      'path' => '1/2/168/589',
      'position' => '3',
      'level' => '3',
      'children_count' => '3',
      'description' => NULL,
      'meta_keywords' => 'yyyyy',
      'meta_description' => 'zzzzzz',
      'custom_layout_update' => '',
      'available_sort_by' => NULL,
      'is_active' => '1',
      'landing_page' => NULL,
      'is_anchor' => '0',
      'include_in_menu' => '1',
      'custom_use_parent_settings' => '1',
      'custom_apply_to_products' => '1',
      'filter_price_range' => NULL,
      'name' => 'Alpaca',
      'meta_title' => NULL,
      'display_mode' => 'PRODUCTS',
      'custom_design' => '',
      'page_layout' => '',
      'url_key' => 'alpaca',
      'url_path' => 'fiber/alpaca',
      'custom_design_from' => '0000-00-00 00:00:00',
      'custom_design_to' => '0000-00-00 00:00:00',
      'path_ids' =>
      array (
      0 => '1',
      1 => '2',
      2 => '168',
      3 => '589',
      ),
      'use_config' =>
      array (
      'available_sort_by' => true,
      'default_sort_by' => true,
      'filter_price_range' => true,
      ),
      'id' => '',
      'parent' => '0',
      'umm_dd_width' => '',
      'umm_dd_proportions' => '',
      'umm_cat_target' => '',
      'url_key_create_redirect' => 'alpaca',
      'umm_dd_block_top' => '',
      'umm_dd_block_left' => '',
      'umm_dd_block_right' => '',
      'umm_dd_block_bottom' => '',
      'default_sort_by' => NULL,
      'umm_dd_type' => '0',
      'umm_dd_columns' => '',
      'umm_cat_label' => '',
      'form_key' => 'NWHGbfi0uj66aF21',
      'image' => false,
      'save_rewrites_history' => true,
      'is_changed_product_list' => false,
      )


      Can anybody tell what can be the issue. And sometimes the attribute (id 49) Meta title itself is not inserted into the table catalog_category_entity_varchar.



      Please help.










      share|improve this question














      I am facing an issue where if i update few information such as meta title, meta keywords, meta description from admin panel for any category, then the meta title is not getting saved to database.



      According to my database the attribute id for meta title is 49
      enter image description here



      Now, if i use a category with id 589 and try to update the contents, the data is reflected as displayed in the below tables.



      enter image description here



      Table : catalog_category_entity_varchar
      enter image description here



      Table : catalog_category_entity_text
      enter image description here



      I have Tried using a logger in MagentoCatalogControllerAdminhtmlCategorySave.php before & after the category is saved. Below is the log:



      2019-06-14T08:18:58+00:00 INFO (6): MagentoCatalogControllerAdminhtmlCategorySave

      2019-06-14T08:18:58+00:00 INFO (6): +++++++++++++++++ Print before save +++++++++++++++++
      2019-06-14T08:18:58+00:00 INFO (6): array (
      'store_id' => '0',
      'entity_id' => '589',
      'attribute_set_id' => '3',
      'parent_id' => '168',
      'created_at' => '2012-05-03 23:06:52',
      'updated_at' => '2019-06-14 07:39:39',
      'path' => '1/2/168/589',
      'position' => '3',
      'level' => '3',
      'children_count' => '3',
      'description' => '',
      'meta_keywords' => 'yyyyy',
      'meta_description' => 'zzzzzz',
      'custom_layout_update' => '',
      'available_sort_by' => NULL,
      'is_active' => '1',
      'landing_page' => '',
      'is_anchor' => '0',
      'include_in_menu' => '1',
      'custom_use_parent_settings' => '1',
      'custom_apply_to_products' => '1',
      'filter_price_range' => NULL,
      'name' => 'Alpaca',
      'meta_title' => 'xxxxx',
      'display_mode' => 'PRODUCTS',
      'custom_design' => '',
      'page_layout' => '',
      'url_key' => 'alpaca',
      'url_path' => 'fiber/alpaca',
      'custom_design_from' => 'Invalid date',
      'custom_design_to' => 'Invalid date',
      'path_ids' =>
      array (
      0 => '1',
      1 => '2',
      2 => '168',
      3 => '589',
      ),
      'use_config' =>
      array (
      'available_sort_by' => true,
      'default_sort_by' => true,
      'filter_price_range' => true,
      ),
      'id' => '',
      'parent' => '0',
      'umm_dd_width' => '',
      'umm_dd_proportions' => '',
      'umm_cat_target' => '',
      'url_key_create_redirect' => 'alpaca',
      'umm_dd_block_top' => '',
      'umm_dd_block_left' => '',
      'umm_dd_block_right' => '',
      'umm_dd_block_bottom' => '',
      'default_sort_by' => NULL,
      'umm_dd_type' => '0',
      'umm_dd_columns' => '',
      'umm_cat_label' => '',
      'form_key' => 'NWHGbfi0uj66aF21',
      'image' => false,
      'save_rewrites_history' => true,
      )

      2019-06-14T08:18:58+00:00 INFO (6): +++++++++++++++++ Print after save +++++++++++++++++

      2019-06-14T08:18:58+00:00 INFO (6): array (
      'store_id' => '0',
      'entity_id' => '589',
      'attribute_set_id' => '3',
      'parent_id' => 168,
      'created_at' => '2012-05-03 23:06:52',
      'updated_at' => '2019-06-14 08:18:58',
      'path' => '1/2/168/589',
      'position' => '3',
      'level' => '3',
      'children_count' => '3',
      'description' => NULL,
      'meta_keywords' => 'yyyyy',
      'meta_description' => 'zzzzzz',
      'custom_layout_update' => '',
      'available_sort_by' => NULL,
      'is_active' => '1',
      'landing_page' => NULL,
      'is_anchor' => '0',
      'include_in_menu' => '1',
      'custom_use_parent_settings' => '1',
      'custom_apply_to_products' => '1',
      'filter_price_range' => NULL,
      'name' => 'Alpaca',
      'meta_title' => NULL,
      'display_mode' => 'PRODUCTS',
      'custom_design' => '',
      'page_layout' => '',
      'url_key' => 'alpaca',
      'url_path' => 'fiber/alpaca',
      'custom_design_from' => '0000-00-00 00:00:00',
      'custom_design_to' => '0000-00-00 00:00:00',
      'path_ids' =>
      array (
      0 => '1',
      1 => '2',
      2 => '168',
      3 => '589',
      ),
      'use_config' =>
      array (
      'available_sort_by' => true,
      'default_sort_by' => true,
      'filter_price_range' => true,
      ),
      'id' => '',
      'parent' => '0',
      'umm_dd_width' => '',
      'umm_dd_proportions' => '',
      'umm_cat_target' => '',
      'url_key_create_redirect' => 'alpaca',
      'umm_dd_block_top' => '',
      'umm_dd_block_left' => '',
      'umm_dd_block_right' => '',
      'umm_dd_block_bottom' => '',
      'default_sort_by' => NULL,
      'umm_dd_type' => '0',
      'umm_dd_columns' => '',
      'umm_cat_label' => '',
      'form_key' => 'NWHGbfi0uj66aF21',
      'image' => false,
      'save_rewrites_history' => true,
      'is_changed_product_list' => false,
      )


      Can anybody tell what can be the issue. And sometimes the attribute (id 49) Meta title itself is not inserted into the table catalog_category_entity_varchar.



      Please help.







      magento2 admin-panel category-attribute






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Jun 14 at 9:57









      kaushik kumar roykaushik kumar roy

      4210 bronze badges




      4210 bronze badges




















          0






          active

          oldest

          votes














          Your Answer








          StackExchange.ready(function()
          var channelOptions =
          tags: "".split(" "),
          id: "479"
          ;
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function()
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled)
          StackExchange.using("snippets", function()
          createEditor();
          );

          else
          createEditor();

          );

          function createEditor()
          StackExchange.prepareEditor(
          heartbeatType: 'answer',
          autoActivateHeartbeat: false,
          convertImagesToLinks: false,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: null,
          bindNavPrevention: true,
          postfix: "",
          imageUploader:
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          ,
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          );



          );













          draft saved

          draft discarded


















          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f278361%2fmagento-2-category-attribute-not-getting-saved-to-database%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown

























          0






          active

          oldest

          votes








          0






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes















          draft saved

          draft discarded
















































          Thanks for contributing an answer to Magento Stack Exchange!


          • Please be sure to answer the question. Provide details and share your research!

          But avoid


          • Asking for help, clarification, or responding to other answers.

          • Making statements based on opinion; back them up with references or personal experience.

          To learn more, see our tips on writing great answers.




          draft saved


          draft discarded














          StackExchange.ready(
          function ()
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f278361%2fmagento-2-category-attribute-not-getting-saved-to-database%23new-answer', 'question_page');

          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          Grendel Contents Story Scholarship Depictions Notes References Navigation menu10.1093/notesj/gjn112Berserkeree

          Area configuration aggregation error after install Porto themeMagento 2.1 CE Installed but front/backend not loading/workingCSS not loading on page within Magento 2 pageCannot install module in Magento 2no commands defined in the “setup” namespace. in Magento2Magento 2: Static files are present but shows 404Why do i have to always run the commands to clean cache in Magento 2.1.8?Failure reason: 'Unable to unserialize value.'Error 500 after magento migrationIn production mode the site does not loadMagento 2 : Error 500 after installing

          Middle Expansion Olielle Resaix Definition: Uttering songs of triumph shouting with joy triumphant exulting Sejunction Journal 붙다 달 고급 품목 외출 The stretch trades the screeching tin. Definition: The act of speaking with a drawl a drawl Cough Sand Definition: An uproar a quarrel a noisy outbreak Shake Iron Publicize Horse House Baby 사과 Resaix Flaggy Jelly Temporary Unequaled Puppet A drop in the bucket Shrew 성격 회원 성질 미팅 The burn frames the tacky quality. Materialistic The smoke reduces the way. Yammoe Nondescript Cheek 얼굴 배 약하다 날리다 타다 The illegal country shows the iron. Help Rule Drearien Smoke Teaching Meaty Wasp Abraham Lincoln Jaws 진심 수리하다 Size Cork Idea Convert Think Lark John Lennon 거울 청소 군 추천하다 아이스크림