Prestashop admin page open on IE and reloads on Chrome - content-management-system

I just installed a new theme working on Prestashop 1.7.4.2 using the quickstart installation in order to get the demo content. After a succesful installation, the admin page didn't want to connect on chrome, it only reloads the same page when i log in. But it works fine on Internet Explorer and also on my phone.
PhP version is 7.3, can anyone please elaborate on this?
Thanks

Related

Popup ads being display on webpage while running from Xampp

I am using XAMPP version 3.2.1.
Recently I have noticed whenever i run my website from local host, some strange pop up ads are display on the right corner. This is case only for the pages run from xampp directory and not for online websites. I tried uninstalling few programs as well as re-installed chrome. I check my entire directory for any such virus but the problem is still there.
can anyone help?
This could be adware, although it's a slim possibility. Have you tried this procedure with another computer? Do you have ads on your website?
Possible causes to dat could be
Addons installed in the browser so check ur browser addon manager an uninstall any plugin u don't remember installing urself.
Check ur code may be inadvertently u ve dropped an ads code dat does that. So please review ur code

Getting rid of browser restart on plugin installation

I have been working on a browser plugin for windows which involves displaying camera output in browser. Presently I'm working on Windows 7. After plugin installation, I want to start the plugin immediately without restarting the browser. I noticed that as soon as plugin is registered, it started working in Google Chrome Version 24.0.1312 as well as in Internet Explorer 9. But it fails to do so in Mozilla Firefox 18.0.1. Can anyone help me solve this problem of restarting the browser after plugin installation. And will this problem occur in MacOS as well?
Thanks
You need to do a navigator.plugins.refresh(false); in javascript to tell the browser to rescan the plugins.
Explore /Installer/js -folder in FireBreath sources

Can't download a GWT Plug In For IE

I am not able to install the GWT Developer plugin for Internet Explorer.
After getting the yellow patch saying:
Development Mode requires the Google Web Toolkit Developer Plugin
I click on Download plugin. Instead of redirecting to a download site it shows:
Internet Explorer cannot display the webpage
What might be the probable cause?
Actually the page is not redirecting to :
"https://dl-ssl.google.com/tag/s/appguid%3D%7B9a5e649a-ec63-4c7d-99bf-75adb345e7e5%7D%26lang%3Den%26appname%3DGWT%2520Developer%2520Plugin%2520for%2520IE%2520%2528x86%2529%26needsadmin%3Dfalse/gwt/plugins/ie/GwtDevPluginSetup.exe"
Is there any alternate way to install that plugin?
Please help!!
I faced the same problem and i think that there is no development mode for IE8. it didn't work when i tried to run it in IE. So i advice you to use Chrome it is the best browser supports GWT dev mode. Why do you need IE anyway ?
read this article about IE http://googlewebtoolkit.blogspot.com/2010/12/support-for-gwt-dev-mode-in-ie-9.html
Even I had the same issue in installing the plugin for IE, what i did was just copy and pasted the missing plugin url in address bar and hit the enter button. And installed it, so finally it worked. The issue was, the browser was unable to redirect to the plugins update site, after clicking on download link.
Hope this might fix your problem.

GWT getting missing-plugins message

When i tried to run an GWT sample application i got a missing-plugins on firefox (or Chrome) it seems that i'm missingg something just dont know what to do in order to make it works...
any ideas??
You need to install the Google Web Toolkit Developer Plugin:
In the development mode window you
will find the URL for the local
server. Paste this URL into Firefox,
Internet Explorer, Chrome, or Safari.
Since this is your first time hitting
the development mode server, it will
prompt you to install the Google Web
Toolkit Developer Plugin. Follow the
instructions in the browser to install
the plugin. Once the Google Web
Toolkit Developer Plugin is installed
in your browser, navigate to the URL
again and the starter application will
load in development mode.

gwt developer tools IE8 plugin install problem on Windows 7

Today I started testing a gwt application on a new notebook with Windows 7. Testing with Firefox went OK, then I started it in IE8. The "Development Mode requires the Google Web Toolkit Developer Plugin" comes up, fine, click on Download. A moment (and a download) later, an IE security warning window comes up ("Do you want to run this software?"), click Run. BTW, I started IE as Administrator...
Then a nice progress bar is displayed, with an "Initializing..." the text above, and it stays stuck forever.
Any ideas?
I had same issue, I think the installer isn't registering the plugin dll correctly. You can do this manually in a command prompt via:
regsvr32.exe "C:\Users\<your user name>\AppData\Local\Google\Google Web
Toolkit\Developer Plugin\IE\oophm.dll"
This is based on a post on the GWT groups.