Try our conversational search powered by Generative AI!

Translation of alloysite is broken after installing LIMO addon.

Fixed in

EPiServer Live Monitor 8.4.1

(Or a related package)

Created

Apr 25, 2017

Updated

May 29, 2017

State

Closed, Duplicate


Description

After installing LIMO addon with CMS 10.9.0 pre, error is thrown.
Server Error in '/' Application.
Value cannot be null or empty.
Parameter name: linkText
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentException: Value cannot be null or empty.
Parameter name: linkText
Source Error:
Line 23: @if(Model.Layout.LoggedIn)
Line 24: {
Line 25: @Html.ActionLink(Html.Translate("/footer/logout"), "Logout", new

{ language = @Model.CurrentPage.Language.Name }

)
Line 26: }
Line 27: else
Source File: c:\EPiServer\LIMO\LIMO\Views\Shared\Footer.cshtml Line: 25