Magento 2.3.1 suddenly price disappeared from layered navigation Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30 pm US/Eastern) Announcing the arrival of Valued Associate #679: Cesar Manara Unicorn Meta Zoo #1: Why another podcast?Multiselect price filter attribute in layered navigationHow to remove Price filter section from layered navigationPrice increments in layered navigationImproved layered navigation suggestionsPrice filter not showing on layered navigationNegative price filter in layered navigationMagento layered navigation - Show selection option priceElasticsearch stops workingMagento 2.3.1 installation ErrorhtmlContent not working in Magento 2.3.1 from Magento 2.3.0
What were wait-states, and why was it only an issue for PCs?
How do I deal with an erroneously large refund?
What does the black goddess statue do and what is it?
Suing a Police Officer Instead of the Police Department
What is the numbering system used for the DSN dishes?
What was Apollo 13's "Little Jolt" after MECO?
Processing ADC conversion result: DMA vs Processor Registers
Why aren't road bicycle wheels tiny?
Why would the Overseers waste their stock of slaves on the Game?
Has a Nobel Peace laureate ever been accused of war crimes?
All ASCII characters with a given bit count
Why I cannot instantiate a class whose constructor is private in a friend class?
Can gravitational waves pass through a black hole?
RIP Packet Format
Will I lose my paid in full property
`FindRoot [ ]`::jsing: Encountered a singular Jacobian at a point...WHY
Determinant of a matrix with 2 equal rows
How to begin with a paragraph in latex
Married in secret, can marital status in passport be changed at a later date?
What is /etc/mtab in Linux?
What's called a person who work as someone who puts products on shelves in stores?
When speaking, how do you change your mind mid-sentence?
Is there a way to fake a method response using Mock or Stubs?
When I export an AI 300x60 art board it saves with bigger dimensions
Magento 2.3.1 suddenly price disappeared from layered navigation
Planned maintenance scheduled April 23, 2019 at 23:30 UTC (7:30 pm US/Eastern)
Announcing the arrival of Valued Associate #679: Cesar Manara
Unicorn Meta Zoo #1: Why another podcast?Multiselect price filter attribute in layered navigationHow to remove Price filter section from layered navigationPrice increments in layered navigationImproved layered navigation suggestionsPrice filter not showing on layered navigationNegative price filter in layered navigationMagento layered navigation - Show selection option priceElasticsearch stops workingMagento 2.3.1 installation ErrorhtmlContent not working in Magento 2.3.1 from Magento 2.3.0
.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty margin-bottom:0;
I am having this problem and I don't have a clue what is happened. Suddenly in front end price filter from layered navigation don't show in frontend in all categories.
No new module installed. This happened after updated in admin some product prices and reindex.
All catalog is migrated from magento 1. Also in magento 2 I changed price scope to global.
All categories are anchor and price is set to filterable with results for frontend.
Checked database table:
catalog_eav_attribute
and everything seems fine.
Magento use Elastic search but till now everything was fine.
I don't have any errors in logs for this problem. Also I don't know what other details I shall give here so someone could give me an idea where to look.
UPDATE
When changed magento search to mysql filter appeared. So I think elastic is the problem.
Logs from elastic
[2019-04-19T10:58:25,815][DEBUG][o.e.a.s.TransportSearchAction] [QfyrxGU] [magento2_product_3_v1][4], node[QfyrxGUgQ4O0j0XV_mBMxw], [P], s[STARTED], a[id=EiVjYWHUR2CNKLZ-KN9iZA]: Failed to execute [SearchReq$
org.elasticsearch.transport.RemoteTransportException: [QfyrxGU][127.0.0.1:9300][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Fielddata is disabled on text fields by default. Set fielddata=true on [image_label] in order to load fielddata in memory by uninverting the inverted index. Not$
at org.elasticsearch.index.mapper.TextFieldMapper$TextFieldType.fielddataBuilder(TextFieldMapper.java:779) ~[elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.index.fielddata.IndexFieldDataService.getForField(IndexFieldDataService.java:116) ~[elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.index.query.QueryShardContext.getForField(QueryShardContext.java:166) ~[elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.search.aggregations.support.ValuesSourceConfig.resolve(ValuesSourceConfig.java:95) ~[elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder.resolveConfig(ValuesSourceAggregationBuilder.java:317) ~[elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder.doBuild(ValuesSourceAggregationBuilder.java:310) ~[elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder.doBuild(ValuesSourceAggregationBuilder.java:37) ~[elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.search.aggregations.AbstractAggregationBuilder.build(AbstractAggregationBuilder.java:139) ~[elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.search.aggregations.AggregatorFactories$Builder.build(AggregatorFactories.java:335) ~[elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:811) ~[elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:620) ~[elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:595) ~[elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:386) ~[elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.search.SearchService.access$100(SearchService.java:125) ~[elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:358) [elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:354) [elasticsearch-6.7.1.jar:6.7.1]
[2019-04-18T23:33:53,358][WARN ][o.e.d.c.m.MetaDataCreateIndexService] [QfyrxGU] the default number of shards will change from [5] to [1] in 7.0.0; if you wish to continue using the default of [5] shards, you must manage this on the create index request or with an index template
[2019-04-18T23:33:53,412][WARN ][o.e.d.r.a.a.i.RestPutMappingAction] [QfyrxGU] [update_all_types] is deprecated since indices may not have more than one type anymore
[2019-04-18T23:35:53,079][WARN ][o.e.d.c.m.MetaDataCreateIndexService] [QfyrxGU] the default number of shards will change from [5] to [1] in 7.0.0; if you wish to continue using the default of [5] shards, you must manage this on the create index request or with an index template
Any help please?
layered-navigation elasticsearch magento2.3.1
add a comment |
I am having this problem and I don't have a clue what is happened. Suddenly in front end price filter from layered navigation don't show in frontend in all categories.
No new module installed. This happened after updated in admin some product prices and reindex.
All catalog is migrated from magento 1. Also in magento 2 I changed price scope to global.
All categories are anchor and price is set to filterable with results for frontend.
Checked database table:
catalog_eav_attribute
and everything seems fine.
Magento use Elastic search but till now everything was fine.
I don't have any errors in logs for this problem. Also I don't know what other details I shall give here so someone could give me an idea where to look.
UPDATE
When changed magento search to mysql filter appeared. So I think elastic is the problem.
Logs from elastic
[2019-04-19T10:58:25,815][DEBUG][o.e.a.s.TransportSearchAction] [QfyrxGU] [magento2_product_3_v1][4], node[QfyrxGUgQ4O0j0XV_mBMxw], [P], s[STARTED], a[id=EiVjYWHUR2CNKLZ-KN9iZA]: Failed to execute [SearchReq$
org.elasticsearch.transport.RemoteTransportException: [QfyrxGU][127.0.0.1:9300][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Fielddata is disabled on text fields by default. Set fielddata=true on [image_label] in order to load fielddata in memory by uninverting the inverted index. Not$
at org.elasticsearch.index.mapper.TextFieldMapper$TextFieldType.fielddataBuilder(TextFieldMapper.java:779) ~[elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.index.fielddata.IndexFieldDataService.getForField(IndexFieldDataService.java:116) ~[elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.index.query.QueryShardContext.getForField(QueryShardContext.java:166) ~[elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.search.aggregations.support.ValuesSourceConfig.resolve(ValuesSourceConfig.java:95) ~[elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder.resolveConfig(ValuesSourceAggregationBuilder.java:317) ~[elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder.doBuild(ValuesSourceAggregationBuilder.java:310) ~[elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder.doBuild(ValuesSourceAggregationBuilder.java:37) ~[elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.search.aggregations.AbstractAggregationBuilder.build(AbstractAggregationBuilder.java:139) ~[elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.search.aggregations.AggregatorFactories$Builder.build(AggregatorFactories.java:335) ~[elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:811) ~[elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:620) ~[elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:595) ~[elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:386) ~[elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.search.SearchService.access$100(SearchService.java:125) ~[elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:358) [elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:354) [elasticsearch-6.7.1.jar:6.7.1]
[2019-04-18T23:33:53,358][WARN ][o.e.d.c.m.MetaDataCreateIndexService] [QfyrxGU] the default number of shards will change from [5] to [1] in 7.0.0; if you wish to continue using the default of [5] shards, you must manage this on the create index request or with an index template
[2019-04-18T23:33:53,412][WARN ][o.e.d.r.a.a.i.RestPutMappingAction] [QfyrxGU] [update_all_types] is deprecated since indices may not have more than one type anymore
[2019-04-18T23:35:53,079][WARN ][o.e.d.c.m.MetaDataCreateIndexService] [QfyrxGU] the default number of shards will change from [5] to [1] in 7.0.0; if you wish to continue using the default of [5] shards, you must manage this on the create index request or with an index template
Any help please?
layered-navigation elasticsearch magento2.3.1
add a comment |
I am having this problem and I don't have a clue what is happened. Suddenly in front end price filter from layered navigation don't show in frontend in all categories.
No new module installed. This happened after updated in admin some product prices and reindex.
All catalog is migrated from magento 1. Also in magento 2 I changed price scope to global.
All categories are anchor and price is set to filterable with results for frontend.
Checked database table:
catalog_eav_attribute
and everything seems fine.
Magento use Elastic search but till now everything was fine.
I don't have any errors in logs for this problem. Also I don't know what other details I shall give here so someone could give me an idea where to look.
UPDATE
When changed magento search to mysql filter appeared. So I think elastic is the problem.
Logs from elastic
[2019-04-19T10:58:25,815][DEBUG][o.e.a.s.TransportSearchAction] [QfyrxGU] [magento2_product_3_v1][4], node[QfyrxGUgQ4O0j0XV_mBMxw], [P], s[STARTED], a[id=EiVjYWHUR2CNKLZ-KN9iZA]: Failed to execute [SearchReq$
org.elasticsearch.transport.RemoteTransportException: [QfyrxGU][127.0.0.1:9300][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Fielddata is disabled on text fields by default. Set fielddata=true on [image_label] in order to load fielddata in memory by uninverting the inverted index. Not$
at org.elasticsearch.index.mapper.TextFieldMapper$TextFieldType.fielddataBuilder(TextFieldMapper.java:779) ~[elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.index.fielddata.IndexFieldDataService.getForField(IndexFieldDataService.java:116) ~[elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.index.query.QueryShardContext.getForField(QueryShardContext.java:166) ~[elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.search.aggregations.support.ValuesSourceConfig.resolve(ValuesSourceConfig.java:95) ~[elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder.resolveConfig(ValuesSourceAggregationBuilder.java:317) ~[elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder.doBuild(ValuesSourceAggregationBuilder.java:310) ~[elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder.doBuild(ValuesSourceAggregationBuilder.java:37) ~[elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.search.aggregations.AbstractAggregationBuilder.build(AbstractAggregationBuilder.java:139) ~[elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.search.aggregations.AggregatorFactories$Builder.build(AggregatorFactories.java:335) ~[elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:811) ~[elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:620) ~[elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:595) ~[elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:386) ~[elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.search.SearchService.access$100(SearchService.java:125) ~[elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:358) [elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:354) [elasticsearch-6.7.1.jar:6.7.1]
[2019-04-18T23:33:53,358][WARN ][o.e.d.c.m.MetaDataCreateIndexService] [QfyrxGU] the default number of shards will change from [5] to [1] in 7.0.0; if you wish to continue using the default of [5] shards, you must manage this on the create index request or with an index template
[2019-04-18T23:33:53,412][WARN ][o.e.d.r.a.a.i.RestPutMappingAction] [QfyrxGU] [update_all_types] is deprecated since indices may not have more than one type anymore
[2019-04-18T23:35:53,079][WARN ][o.e.d.c.m.MetaDataCreateIndexService] [QfyrxGU] the default number of shards will change from [5] to [1] in 7.0.0; if you wish to continue using the default of [5] shards, you must manage this on the create index request or with an index template
Any help please?
layered-navigation elasticsearch magento2.3.1
I am having this problem and I don't have a clue what is happened. Suddenly in front end price filter from layered navigation don't show in frontend in all categories.
No new module installed. This happened after updated in admin some product prices and reindex.
All catalog is migrated from magento 1. Also in magento 2 I changed price scope to global.
All categories are anchor and price is set to filterable with results for frontend.
Checked database table:
catalog_eav_attribute
and everything seems fine.
Magento use Elastic search but till now everything was fine.
I don't have any errors in logs for this problem. Also I don't know what other details I shall give here so someone could give me an idea where to look.
UPDATE
When changed magento search to mysql filter appeared. So I think elastic is the problem.
Logs from elastic
[2019-04-19T10:58:25,815][DEBUG][o.e.a.s.TransportSearchAction] [QfyrxGU] [magento2_product_3_v1][4], node[QfyrxGUgQ4O0j0XV_mBMxw], [P], s[STARTED], a[id=EiVjYWHUR2CNKLZ-KN9iZA]: Failed to execute [SearchReq$
org.elasticsearch.transport.RemoteTransportException: [QfyrxGU][127.0.0.1:9300][indices:data/read/search[phase/query]]
Caused by: java.lang.IllegalArgumentException: Fielddata is disabled on text fields by default. Set fielddata=true on [image_label] in order to load fielddata in memory by uninverting the inverted index. Not$
at org.elasticsearch.index.mapper.TextFieldMapper$TextFieldType.fielddataBuilder(TextFieldMapper.java:779) ~[elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.index.fielddata.IndexFieldDataService.getForField(IndexFieldDataService.java:116) ~[elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.index.query.QueryShardContext.getForField(QueryShardContext.java:166) ~[elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.search.aggregations.support.ValuesSourceConfig.resolve(ValuesSourceConfig.java:95) ~[elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder.resolveConfig(ValuesSourceAggregationBuilder.java:317) ~[elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder.doBuild(ValuesSourceAggregationBuilder.java:310) ~[elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.search.aggregations.support.ValuesSourceAggregationBuilder.doBuild(ValuesSourceAggregationBuilder.java:37) ~[elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.search.aggregations.AbstractAggregationBuilder.build(AbstractAggregationBuilder.java:139) ~[elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.search.aggregations.AggregatorFactories$Builder.build(AggregatorFactories.java:335) ~[elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.search.SearchService.parseSource(SearchService.java:811) ~[elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.search.SearchService.createContext(SearchService.java:620) ~[elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.search.SearchService.createAndPutContext(SearchService.java:595) ~[elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.search.SearchService.executeQueryPhase(SearchService.java:386) ~[elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.search.SearchService.access$100(SearchService.java:125) ~[elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:358) [elasticsearch-6.7.1.jar:6.7.1]
at org.elasticsearch.search.SearchService$2.onResponse(SearchService.java:354) [elasticsearch-6.7.1.jar:6.7.1]
[2019-04-18T23:33:53,358][WARN ][o.e.d.c.m.MetaDataCreateIndexService] [QfyrxGU] the default number of shards will change from [5] to [1] in 7.0.0; if you wish to continue using the default of [5] shards, you must manage this on the create index request or with an index template
[2019-04-18T23:33:53,412][WARN ][o.e.d.r.a.a.i.RestPutMappingAction] [QfyrxGU] [update_all_types] is deprecated since indices may not have more than one type anymore
[2019-04-18T23:35:53,079][WARN ][o.e.d.c.m.MetaDataCreateIndexService] [QfyrxGU] the default number of shards will change from [5] to [1] in 7.0.0; if you wish to continue using the default of [5] shards, you must manage this on the create index request or with an index template
Any help please?
layered-navigation elasticsearch magento2.3.1
layered-navigation elasticsearch magento2.3.1
edited Apr 19 at 8:44
G. G.
asked Apr 19 at 7:05
G. G.G. G.
1009
1009
add a comment |
add a comment |
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
);
);
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f270750%2fmagento-2-3-1-suddenly-price-disappeared-from-layered-navigation%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
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.
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fmagento.stackexchange.com%2fquestions%2f270750%2fmagento-2-3-1-suddenly-price-disappeared-from-layered-navigation%23new-answer', 'question_page');
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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