Legacy Knowledge Base
Published Jul. 2, 2025

Piwik script won't execute

Written By

Pooja Bhambani

How To articles are not official guidelines or officially supporteddocumentation. They are community-contributed content and may not alwaysreflect the latest updates to Liferay DXP. We welcome your feedback toimprove How to articles!

While we make every effort to ensure this Knowledge Base is accurate, itmay not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with anyfeedback or concerns.

Legacy Article

You are viewing an article from our legacy "FastTrack"publication program, made available for informational purposes. Articlesin this program were published without a requirement for independentediting or verification and are provided "as is" withoutguarantee.

Before using any information from this article, independently verify itssuitability for your situation and project.

Issue

  • Steps to reproduce:
    1. Start the server. Log in as  Admin.
    2. Navigate to Site > Configurations > Site Settings > Advanced Tab.
    3. In the Analytics section navigate to the Piwik script box and add the valid javascript.
    <script type="text/javascript">
    console.log("This is from piwik script");
    </script>
    4. Click Save & Logout.
    5. Now, visit any page.
    Expected Behavior: The script must be executed instead of getting displayed at the top of the page.
    Actual Behavior: The script is displayed at the top of the page.

Environment

  • Liferay DXP 7.0
  • Liferay DXP 7.1
  • Liferay DXP 7.2
  • Liferay DXP 7.3

Resolution

  • The observed behavior is a known issue and is fixed in liferay-fix-pack-dxp-98 for 7.0.
  • The observed behavior is a known issue and is fixed in liferay-fix-pack-dxp-23 for 7.0.
  • The observed behavior is a known issue and is fixed in liferay-fix-pack-dxp-12 for 7.2.
  • The observed behavior is a known issue and is fixed in liferay-fix-pack-dxp-2 for 7.3.
  • If the hotfix is required for this issue, please create a support ticket requesting a hotfix by attaching patch details.
  • Installing Fix Packs and Hotfixes on Liferay DXP will guide to installation of the hotfix in the respective environment.

Additional Information

Did this article resolve your issue ?

Legacy Knowledge Base