Search Results

All Results 7015
ソート
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
Service Organization Control (SOC) -1 Type 2 report
Issue Service Organization Control (SOC) -1 Type 2 report for auditing purposes. Environment Liferay DXP Resolution The SOC-1 report focuses on financial controls and their evaluation and this reporting is not applicable in the Liferay context. Therefore, Liferay does not make this type...
How do you access Dynatrace in UAT?
Note: please note that Liferay has renamed its Liferay Experience Could offerings to Liferay SaaS (formerly LXC) and Liferay PaaS (formerly LXC-SM). Issue How can you access the Dynatrace Dashboard when the Advanced tab is missing from the Monitoring page in a UAT environment?...
Time format displayed in AM/PM format instead of 24 hour
Issue Liferay displays Time format differently on the site's time picker than on the OS. Environment DXP 7.4 + Resolution This behavior is due to the changes of LPS-169277 where the old time picker has been replaced by a native time. Because of this the time picker will display the time...
Localization Issue - Languages showing as "English (US)" when applied to "Current" column
Issue When upgrading from Liferay DXP 6.x to 7.4, the following Language localization issue has been observed: Languages / locales listed in the portal-ext.properties file are not available to be assigned for users Languages in "Available" column are shown as duplicates of "English (US)"...
After importing the object to the portal, it's not visible on the 'Fragments and Widgets' option
Issue Import the object on the portal, the import was successful but after navigating to the 'Fragments and Widgets' option and searching for the imported object, it's now visible. Steps: Create a 'Demo' object with 2 text fields and publish it. Navigate to the 'Fragments and Widgets',...
What MySQL version is supported in Liferay Cloud?
Issue User wishes to know which MySQL version is supported in Liferay Cloud.   Environment Liferay Cloud Resolution Currently MySQL 5.7 is supported in Liferay Cloud. Additional Information MySQL  , content:...
Custom Service Builder module, functional in Liferay DXP 7.4, no longer works when updated to Quarterly Releases
Issue A custom Service Builder module functional in Liferay DXP 7.4 no longer works in a QR environment. Unsatisfied references appear when inspecting the custom Service Builder module. Environment Quarterly Releases: 2023.Q3, 2023.Q4, 2024.Q1 Resolution It is necessary to recompile the...
Liferay's OpenID Connect implementation does not account for language variations for ui_locales
Issue Liferay's OpenID Connect implementation does not account for language variations for ui_locales. For example, Selecting English (United States) on Liferay sets ui_locales to en. Selecting Chinese (either Traditional or Simplified) sets ui_locales to zh. In this example, we would...
Language Override stores entries with incorrect character encoding
Issue When editing or creating a Language Key through Control Panel → Configuration → Language Override that includes umlauts, accents, or any other special characters, the value displays encoding errors and it is not stored correctly. For example, "Válido" could be saved as "Válido":...
<@liferay_aui.script> taglib JavaScript is executed twice in Journal Article templates with disabled cache
Issue JavaScript added within the <@liferay_aui.script> taglib inside a web content template executes twice, leading to unintended behavior. For example: <@liferay_aui.script use="aui-base,aui-video"> console.log("Hello world!"); </@liferay_aui.script> The web content template is marked...
Automatic removal of onclick event from source of Web Content
Issue 1. When the below content is pasted in the source of Web Content, then the onclick event gets removed from the source automatically. Below is the original content: <div class="Small-ButtonRSecond"><button class="Rbtn" onClick="">Read&nbsp;More<i class="bi...
デフォルトのランディングページの切り替え方法
事象/ユースケース ログイン後に遷移するデフォルトページを変更できますか。 解決策/提案 以下の2通りの方法があります。 インスタンス設定から変更する方法 以下のページの「ログインページ」から、ページを指定します。 コントロールパネル>設定>インスタンス設定 portal-ext. propertiesの設定で変更する方法 ”portal-ext.properties” へ以下のプロパティを追加し、ページを指定します。 default.landing.page.path= 注意点: デフォルトのランディングページの指定には、 相対パスを使用します。 そのため、...
自動生成されるマイダッシュボード/プロフィールについて
事象/ユースケース マイダッシュボード/プロフィールの自動生成を停止できますか。 また、自動生成されるマイダッシュボード/ プロフィールの内容を調整できますか。 解決策/提案 自動生成の停止について: Liferayはユーザーの初回ログイン時に、 マイダッシュボード/プロフィールを自動で生成します。 portal-ext. properties へ以下のプロパティを追加することで、 自動生成を無効にできます。 ・マイダッシュボードの自動生成を停止 layout.user.private.layouts.auto.create=false ・プロフィールの自動生成を停止...
Liferayで表示されるデフォルトメッセージを、別のメッセージに変更する
事象/ユースケース Liferayで表示されるエラーメッセージ等のデフォルトメッセージを、オリジナルのメッセージに変更したい 解決策 / 提案 language.propertiesの調整によって、メッセージの変更が可能です。 ”追加情報”にある公式ドキュメントの内容をご確認ください。 追加情報 Overriding Language Keys, knowledgeArticleType: howTo, legacy: true, name: Liferayで表示されるデフォルトメッセージを、別のメッセージに変更する, showDisclaimerMessage:...
ポートレットのデプロイとアップグレードについて
事象/ユースケース ポートレットはどのようにデプロイしますか。 また、ポートレットのアップグレードはどのように行いますか。 解決策 / 提案 ポートレットのデプロイ: ポートレットをデプロイする場合は、対象のポートレットを<Liferay_Home>/deployへ配置します。 Liferayが起動中であれば自動的にデプロイ処理が実行されます。 デプロイ時、拡張子によって配置先のディレクトリが変化します。 jar形式だった場合:<Liferay_Home>/osgi/modules lpkg形式だった場合:<Liferay_Home>/osgi/marketplace...
Xugglerのアンインストール方法
事象/ユースケース LiferayのコントロールパネルからインストールしたXugglerをアンインストールしたいです。 解決策/提案 以下の手順でアントールします。 アプリケーションサーバーを停止 $TOMCAT_HOME/webapps/ROOT/WEB-INF/lib/xuggle-xuggler*.jarという名前のファイルを削除 アプリケーションサーバーを起動 追加情報 xuggle-xuggler*.jarのファイル名はご利用中のアーキテクチャに依存します 既存の"xuggle-xuggler-noarch.jar"は削除しないでください,...
Liferay標準のメール送信機能を無効にする方法
事象/ユースケース アカウント作成時やパスワード変更時、ユーザーに対して自動でメール通知が行われます。 この機能を無効にすることはできますか。 解決策/提案 メール認識通知/パスワード変更時/パスワードリセット時のメール送信機能は、無効化できません。 アカウント作成通知メール配信のみ、無効にできます。 無効にするためには、以下の2通りの方法があります。 インスタンス設定から無効にする方法 以下のページから、”有効にする”のチェックを外します。 コントロールパネル>設定>インスタンス設定>タブ:設定>メール通知>タブ:アカウント作成通知...
日本語検索のチューニング
   このドキュメントの目的は: Elasticsearchのチューニング方法 Solrのチューニング方法 最適な検索結果を取得出来るElasticsearchの日本語チューニングの提案 最適な検索結果を取得出来るSolrの日本語チューニングの提案 上記チューニングについての詳細情報 専門用語用のチューニング 詳細 1. Elasticsearchのチューニング方法 Elasticsearchのアナライザーとマッピングは「システム設定>Elasticsearch」画面から調整出来ます。 Additional Index Configurations:...
上部のバーと左のメニューを非表示にする
事象/ユースケース 一般ユーザはシステムを調整させないためLiferayの上部のバーと左のメニューを非表示にして、管理者ユーザのみは表示させるケースがある。 解決策/提案 カスタマイズになってしまいますが、独自テーマを調整することによって上記仕様を満たせます。 init_custom.ftlにてユーザの権限をを取得して表示の判断を行い、portal_normal.ftlにてメニューを判断に沿って表示させるか否か、という流れになります。 追加情報 詳しくはコミュニティーの掲示板をご参照ください。, knowledgeArticleType: howTo, legacy:...
ユニキャストでもcluster.link.autodetect.addressの設定の必要性
事象/ユースケース デフォルトのマルチキャストではcluster.link.autodetect.addressプロパティの設定が必要ですが、ユニキャストでも設定する必要がありますか? 解決策/提案 クラスタリング機能で使われているJGroupsはどのインターフェースにバインドするかを指摘するために、cluster.link.autodetect.addressを設定します。その設定が無い場合は、当該しないインターフェースやloopbackインターフェースにバインドされてしまう可能性があるため、他ノードと連携が出来なくなる可能性があります。...

該当件数: 8,808 件中 5,341 - 5,360