Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

In the 

Error rendering macro 'jira' : Unable to locate Jira server for this macro. It may be due to Application Link configuration.
 a cookie encryption was introduced, which should have prevented an attacker from tampering with them.

The functionality makes use of functions from "mcrypt" extension of PHP, which by default are not available on every server. Without extension being present any attempt to use it's functions would end up in Fatal Error. Since we're using it for session cookie encryption no session can be established and user won't be able to login to Admin Console or Installation Wizard to fix things.

Solution

Require "mcrypt" extension to be present on the "System Requirements" step during In-Portal installation/upgrade.

Related Tasks

  • No labels