Unable to save New Attribute in Magento 2.0 - magento-2.0

While trying to save any new attribute in Magento 2.0 the page gets stuck showing "Please Wait".
Please help me out in this. Thanks

Please reindex data first. Use bin/magento indexer:reindex to reindex all data. Then clear all caches. Then test if its working or not.
If it's not working change the browser and test.
Thank you

Related

How can I use the Newsapp twice?

The 2SXC News app is awesome. I added some fields and entities succesfully.
But this grows in a way it gets a bit messy for the editor, so I want to start another app, based on the same NewsApp.
Can this be done? If so, how?
Of course, I tried importing again but that doesn't work. When importing it asks 'new folder?' which I confirm but that still throws errors.
If I import an existing app and it asks 'new folder', I hoped it would create an app with that name.
So importing the same app twice is supported - and it should just create a new folder, put stuff there and get going. If you think it's a bug, please post an issue with details or video or something so we can fix it.

Kibana/iframe for dashboard: disable modifications

Hellow everyone,
I know I can export my dashboard thanks to the iframe link and to add to my web page. However, it is still possible through my web page to modify my dashboard. I would like to know if there is a parameter inside the url or something else that disables this feature. It would be great for me !!
Thank your for your attention and your help.
Joe
OK,
Go to kibana/src/ui/public/filter_bar/query_filter.js
search for queryFilter.addFilters function,
mark all function content as comment,
build and restart kibana
Use the link in following way
http://localhost:5601/app/kibana#/dashboard/My-Dashboard?embed=true&_g=(filters:!()
Basically embed=true in your URL will make it read only and remove all extra features.

Spam in email form using .aspx language C# - how to add CAPTCHA

---- Final Solution ----
Since I am not familiar with asp - I decided to go with a jquery captcha ( thanks for all your help )
Edit New
I am using the reCaptcha with ASP.NET doc's found here:
https://developers.google.com/recaptcha/docs/aspnet
Okay I added the code the the page see screen shot here.
http://qualityplanners.com/1.png
I am now getting this error.
http://www.qualityplanners.com/freequotecs.aspx
The first step of the docs asks me to:
Download and Add Recaptcha.dll to the root.. how do I link it without visual studio?
Let me know
-O
Old Below
I need help with a client with aspx - I am only familiar with PHP.
He keeps getting spam with this old form the past web guy coded.
http://www.qualityplanners.com/freequotecs.aspx
I am looking into ways to add reCAPTCHA or an easy method to stop spam... even just adding a simple validation for whats 5+6 or something.
I tried looking into the documentation for reCAPTCHA or some other free online CAPTCHA scripts but keep getting error - I am probably installing it wrong.
Whats the correct way to do this?
This is the fiddle of the linked code.
http://dotnetfiddle.net/ROzRgl
Thanks in advance.
-O
I think you may have skipped step 1.
Add a reference on your website to library/bin/Release/Recaptcha.dll:
On the Visual Studio Website menu, choose Add Reference and then click
the .NET tab in the dialog box. Select the Recaptcha.dll component
from the list of .NET components and then click OK. If you don't see
the component, click the Browse tab and look for the assembly file on
your hard drive.

ajaxfileupload querystring missing asp.net

I'm using the Ajaxfileupload to upload files and store it in the DB.
The record is coming from an Id specificed in the querystring.
(page.aspx?ID=10)
Unfortunately when the UploadComplete even fires up, it does a postback and removes my ID and use other variables.
Any Ideas how to overcome it?
I tried to pass the ID through a Form or as a Property but to no avail.
I came across this post http://ajaxcontroltoolkit.codeplex.com/workitem/27149 but I can't figure out where is the AjaxFileUpload.pre.js file and how do I override it.
Any help would be appreciated.
Thanks
Oren
I realise that this is an old question but it hasn't been answered so I will just incase you did not resolve it or it helps someone else.
You will need to download the ajaxcontroltoolkit source code at https://ajaxcontroltoolkit.codeplex.com/SourceControl/latest# and open it in visual studio.
The file that you are looking for is at :-
Server --> AjaxControlToolkit -->AjaxFileUpload --> AjaxFileUpload.Control.pre.js
Make the changes as described in the link you gave, rebuild the solution to get an updated AjaxControlToolKit.dll file to put into your website bin folder replacing the old one.
That should solve your issues :)

How to get last refrer Url in Asp.net

I have found problem in my code. I am working on facebook application. and May be facebook made some changes so I got struck. Everything was working fine till yesterday. But from today it's not working.
Issue that what i found is. Earlier I was managing last refer url for some task. But its format get changed. Now it's not working.
Last refer URL is
http://apps.facebook.com/mycurrentfollower/?session={%22session_key%22%3A%221fd7d4189b8eded157c4a173.0-100000086206090%22%2C%22uid%22%3A%22100000086206090%22%2C%22expires%22%3A0%2C%22secret%22%3A%2226e9d307ff4038173e966d881faf0c97%22%2C%22access_token%22%3A%22194311980605862|1fd7d4189b8eded157c4a173.0-100000086206090|YmiFbTAucSZ-TvkCA6QZVUw4-8M%22%2C%22sig%22%3A%222c6a9973a4dd868744d712d919a2b937%22}
But when I am trying to fetch last refer url like
Uri requesturl = Request.UrlReferrer;
I am only getting this Part
http://apps.facebook.com/mycurrentfollower/
And this is also my current URL.
How Can I get rest of url. Please let me know. I trried lot of thing but nothing is working.
Thanks
hey i think this will help you
Request.UrlReferrer.PathAndQuery

Resources