Enable internationalization in keycloak admin console 19.0.2 - keycloak

I've recently switched from keycloak 18.0.2 to 19.0.2 version.
In the old version I may enable internationalization in 'theme' tab.
In the new version this toggle is disappeared.
Where I can find it?

On the new UI you need to go to Realm Settings > Localization as you can seen in the image below:

Related

How do I update the keycloak client?

I have a 12.0.1 instance and I would like to upgrade to 12.0.2. I followed the guide here https://www.keycloak.org/docs/latest/upgrading/ however I do not seem to have the new option that was added here (https://github.com/keycloak/keycloak/commit/91a51c2dbeb770e0202e89b438fc16963a5eed21) in my UI. If I go to Server Info in the admin panel it shows 12.0.2 as the version.
What am I missing? Do I need to update the client separately? I downloaded the latest archive and copied the files from my old KEYCLOAK_HOME/standalone/ into the new folder and restarted keycloak. The DB was migrated from what I can tell but that UI options is just missing.
Do I need to do something to my existing realm to activate this feature?
Keycloak release 12.0.2 doesn't contain linked KEYCLOAK-16606 change. See the history of the commits: https://github.com/keycloak/keycloak/blob/12.0.2/federation/ldap/src/main/java/org/keycloak/storage/ldap/mappers/UserAttributeLDAPStorageMapper.java You need to build your own custom Keycloak release from the master or wait until change will be released.

Creating VM theme in Liferay 7

I want to create VM theme in liferay 7. I made the changes in package.json and changed the templateLanguage to vm. Next I changed liferay-look-and-feel.xml and changed tag value to cm and did gulp build. The vm files are created, but when i Deploy it to the server, I get this warning:
09:53:24,368 WARN [Refresh Thread: Equinox Container: a046c07b-9d60-0017-134e-c4d1864b896c][ThemeHotDeployListener:129] Support of Velocity is deprecated. Update theme testTheme to use FreeMarker for forward compatibility.
Also in the browser, the control panel and header tabs are not displayed and instead a warning is displayed as below:
An app that can VIEW com.liferay.admin.kernel.util.PortalProductNavigationControlMenuApplicationType$ProductNavigationControlMenu belongs here. Please contact the portal administrator or install such an app from the Liferay Marketplace.
Below is the link of how the warning on browser is displayed: Image of Warning Message
What can be the issue?
I was facing the same problem when i migrated the application from 6.2 to 7. Liferay 7 supports freemarker template language. When I used Velocity i used to get blank page and page not used to get displayed. I advice you to use freemarker.

STS Dashboard non UTF-8 characters

I have downloaded Spring Tool Suite 3.8.3. But the Dashboard is showing non UTF-8 characters.
Please suggest.
This is a bug in JavaFX webkit font rendering. We changed the font settings on that dashboard page to make it work again. The fix will be released with STS 3.8.4 (arriving soon). In the meantime, you can switch to the old dashboard via the preferences.
More details here: https://issuetracker.springsource.com/browse/STS-4422

MOODLE 2.6.3 Options aren't working

![enter image description here][1]I have installed MOODLE 2.6.3 successfully on LINUX machine. When I login as an admin, some of the links aren't working (ex: Appearance, Users, Courses, Edit Settings etc.,). Do we need to enable any option.
Appreciate your help
Please confirm whether you are using the required PHP version. Moodle 2.6.3 requires PHP 5.3.3.
Could be an Ajax issue, the site admin menu works differently in 2.6+
If you go to /admin/settings.php?section=ajax
Tick the box for "Use online YUI libraries (useexternalyui)"
Then refresh the page.
UPDATE :
Okay after checking the use online YUI libraries, can you go to /admin/purgecaches.php and purge the caches.
If that doesn't work then try a different theme /theme/index.php and refresh.
Just found these options too :
http://docs.moodle.org/26/en/Blocks_FAQ#My_Administration_block_links_don.27t_expand.21
Please check the errorlog file where you can find the errors or PHP warnings that is logged when loading the site. It may give you idea about the issue.

plugin failed to connect to development mode server at 127.0.0.1

I am using GWT 2.3.0 as a plugin for Eclipse to develop a web based application
Unfortunately, when I try to run my application I get:
plugin failed to connect to developer mode server at 127.0.0.1:9997
and
onModuleLoad() threw an exception :java.lang.reflect.InvocationTargetException
I have installed the Gwt developer plugin for Google Chrome and every time I run my project it requires me to install this plugin and restart the browser, after which I get the above mentioned problem.
You can solve this issue by:
Right click on your web project -> Run as -> Run configurations.
Select 'Server' and 'GWT' tabs respectively and check on 'Automatically select an unused port'
Clear Cache from your Chrome browser (do the same on Firefox if you are using Firefox, remember the GWT plugin is not available on the latest Firefox versions, 3-10 I believe).
Run and hopefully enjoy.
I know it's an old question but,
I ran into the same problem today.
For some reason (quite unknown to me) deleting the ":9997" from the end of the address fixed it, and the application came up nicely.
Hope this helps.
Look at http://notepad2.blogspot.com/2010/12/debug-google-web-toolkit-applications.html for a step by step instruction on how to set up chrome, particularly the last part on how to setup the plugin using an external web server.
For the first problem that you faced : plugin failed to connect to developer mode server at 127.0.0.1:9997 , just clear your browser cache and try once again.
Just happend to me today too, and I've managed to fix it:
It turns out that the set of the GWT modules to be loaded is configureable; by referring to one of the GWT html's from the browser, it appears I was actually trying to connect to a page under a module that has been removed from the run-config's modules list. So, one more thing to do is to verify the list's content:
In eclipse: "Run Configurations" > Web Application > (your app) > GWT tab > Available Modules
In IntelliJ (that's what I've used): Edit Configurations > (select your GWT config) > GWT Modules to load
The GWT Plugin may be need to restarted
First Clear Browser cash
Second : try the following on chrome browser
-
open : chrome://extensions/
Go to : GWT Developer Plugin
uncheck the Enabled box
check the Enabled box
Open URL again and have fun :)
I fixed the issue by only clearing the browser cache. I am working with Firefox 15.0.1