How to enable protected extensions - joomla

I wanna activate a protected extension, in this case "System - Language Filter" extension. I know that normally this extensions is avaiable to enable, but in my case, it doesn't work, because the extension status shows "protected extension".
Someone knows the solution?
Best regards,
Marco Barbosa

Please open System -> Global Check-in, select all check boxes and press Check In.
Then go to Extensions -> Plugin Manager and press on the status button to get the plugin enabled.

I had the lock and the "protected extension" message on my System - Language manager plugin. Then I saw that I was in the Extension Manage area. One has to go to the Plugin manager (extensions->plugins) and use that menu. There it is not locked. I searched the whole web for this ;-)

Related

its there a way to use eslint disable in the settings json?

Im using in some files /* eslint disable */ but i think this may be unecessary, there's a way i can use in all files using settings.json?
enter image description here
Your Options for Disabling an Extension in VS-Code
To disable the extension open up the extension menu in the **Activity-Bar. Locate the extension you wish to disable, and then click the gear to the right of that extension. When you click the gear button, a menu will open, it will have several options — 2 of the options in the middle of the menu will offer you to disable the extension:
The first option disables the extension globally.
The second option will be to disable the extension for your current workspace.
Afterwards you need to restart your browser.
One more option
To disable all of your installed extensions, use the Disable All Installed Extensions command. To do this hit F1 to open the quick menu, it should drop open from the top of your screen. Once open type "Disable All Installed Extensions" into the Command Palette and select the Disable All Installed Extensions option once it appears.
Below is a screen shot I cropped to demonstrate disabling an extension:
SIDE-NOTE: A disabled extension will need to be enabled, when the user decides to use it. If you don not plan on using the extension in the foreseeable future, you should just remove the extension rather than permanently disabling the extension.
FOR MORE HELP AND INFO VISIT:
https://code.visualstudio.com/docs/editor/extension-marketplace#_disable-an-extension

QTP 11.0 Doesn't Recognize IE 8

My QTP 11.0 was recognizing IE 8 .one week before.Suddenly it stop recognizing.
It showing everything as Winobject. I unchecked enable protected mode also and all possible solution available in Internet.
Please help me if there is any other solution to it.
Check to make sure you are still loading the Web add-in module during startup of QTP/UFT.
IF UFT isn't asking you to double check during startup, then go into Tools > Options > Startup Options and check the box for "Display Add-in Manager on startup". then click OK, and completely close and restart UFT. It should ask you to verify your Addins again. Doublecheck that it is loading "Web", then uncheck the Show on startup box, and click OK.
One other thing to check is to make sure the test itself is using the Web Add-in. Right click a test in the Solution Explorer, and select Settings. Ensure the Associated add-ins list includes a checkmark next to "Web".
Note that I'm using 11.53, so could be differences
Always remember to open IE or other applications AFTER you open UFT/QTP first...

WiX uninstall GUI

I'm creating an installer using wix for my project. For the installation of the project, wix uses a GUI
based on WIXUI_Mondo. When the application is uninstalled from control panel, the user just sees a small box with a progress bar. But i want to add a window asking the user if he made a backup of the configuration file for future use. In that window i also want to add two buttons one to proceed the uninstallation and another to abort the uninstall process.
I can't find anything on google about this, so do you guys know if this is possible and how i can achieve this?
Thanks in advance
You should be able to achieve this by setting the ARPNOREMOVE property. This will disable the Remove button so users have to run the Modify button to activate uninstall.
As far as I know there is no UI during uninstalling. The only way is a custom action (e.g. from DLL) with a dialog window.

firefox error in eclips during compile of html5

hi last day i installed a ajax tool in my eclipse for js and html page editor and to debug them, but unfortunately it stop working, my project doesn't show any output and before i installed ajax tool output was executed in chrome and now it opens in Firefox please can anyone help me thanks in advance
Are you sure your installation was proper , Make a proper installation including mozilla features :-
1) Press Help -> Install New Software...
2) Tell Eclipse the source of Mozilla features. Mozilla features provides pieces to embed standard Mozilla browser inside Eclipse.
In "Work with" field, paste following URL and press Enter: http://beta.zend.com/studio-eclipse/updates-extra/9_0 .
This repository will be needed later, so don't select anything from here for now.
3) Install Ajax Tools Framework. They integrate Mozilla browser with Eclipse frameworks to let you inspect, analyze and debug extra information, that is not available in typical Mozilla-based browsers.
In "Work with" field, paste following URL and press Enter: http://download.eclipse.org/tools/atf/updates/0.3.0
After a second, you should see available software.
Choose all items.
Make sure that option "Contact all update sites..." is checked.
Press "Next" and "Finish" and wait until Eclipse downloads and installs all selected items. You will be asked to restart Eclipse.
4)After restarting, to start working with your new software, switch to Web Browser Tools perspective
To uninstall the current software extension or plugin from eclipse refer this :-
http://wiki.eclipse.org/FAQ_How_do_I_remove_a_plug-in%3F

Disable WerFault.exe/"Application Has Stopped Working" crash dialog

I have a development tool that's crashing on launch, and I don't get to see any error messages it throws, or get a chance to debug it, because it shows the Windows 7 dialog for crashed programs, where it says "Windows is checking for a solution..."
I want to have my old school big ass assert dialog box back, with a big "DEBUG" button. I have JIT completely enabled in Visual Studio's options and settings, so I'm not sure why I'm not getting the option.
Use Regedit, navigate to the below path:
[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\Windows Error Reporting\DontShowUI]
Create a DWORD and set the value to 1.
This blog post on raymond.cc contains an expanded version of the steps suggested in Krzysztof John's answer.
Quote:
Turn Off The Error Dialog Via The Registry
Although editing the registry manually is not recommended for average users, sometimes there isn’t a choice because something like the Group policy Editor might not be available in your version of Windows or the group policy method itself doesn’t work. This works on Windows Vista and above.
Open the Registry Editor by typing regedit into the Start search box or the Win+R Run dialog.
Navigate to the following registry key:
HKEY_CURRENT_USER\Software\Microsoft\Windows\Windows Error Reporting
Double click the DontShowUI entry on the right and change its value to 1, then close the registry editor.
. . .
The above registry fix will turn off the popup dialog for the current user, if you want the setting to affect all users on the computer then a similar registry key needs to be created in the registry at HKEY_LOCAL_MACHINE. This key isn’t present by default so needs to be created.
Read More: https://www.raymond.cc/blog/disable-program-has-stopped-working-error-dialog-in-windows-server-2008/
control panel -> troubleshooting -> change settings
In my case this solved same problem:
Control Panel\All Control Panel Items\Action Center\Problem Reporting Settings
set to "never check for solutions"
On my old Windows Vista Home Basic install, the option is hidden in a completely different place beneath the control panel:
Control Panel → Classic View → Problem Reports and Solutions → Change Settings → Advanced Settings → “For my programs, problem reporting is: [×] Off”

Resources