Kartris, 1.4 - Parse Error

Posted By Obaid Tue 9 Apr 2013
Add to Favorites0
Author Message
Obaid
 Posted Tue 9 Apr 2013
Supreme Being

Supreme Being - (21,960 reputation)Supreme Being - (21,960 reputation)Supreme Being - (21,960 reputation)Supreme Being - (21,960 reputation)Supreme Being - (21,960 reputation)Supreme Being - (21,960 reputation)Supreme Being - (21,960 reputation)Supreme Being - (21,960 reputation)Supreme Being - (21,960 reputation)

Group: Forum Members
Last Active: Sat 20 Jun 2015
Posts: 36, Visits: 118
I just installed Kartris legacy 1.4 so that I can import data via datatool and then upgrade to Kartris 2.
But i am getting the following error when trying to run via webMatrix:



Parser Error

Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.

Parser Error Message: The resource object with key 'AdminBar_ViewBackend' was not found.

Source Error:

Line 213:                <ul class="KartrisMenu">Line 214:                    <li class="KartrisMenu-WithChildren">Line 215:                        <asp:HyperLink ID="lnkMenuMain" runat="server" NavigateUrl="~/Admin/_Default.aspx"Line 216:                            Text="" ToolTip="<%$ Resources: AdminBar_ViewBackend %>"></asp:HyperLink>Line 217:                        <ul class="KartrisSubMenu">

Source File: /kartrisLegacy6/UserControls/Front/AdminBar.ascx Line: 215


Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.17929

After reading other knowledge base article it seems the resource entries are missing from the language table(s)?
I have tried to reinstall a few times but with no luck.
Please help.
Obaid
 Posted Tue 9 Apr 2013
Supreme Being

Supreme Being - (21,960 reputation)Supreme Being - (21,960 reputation)Supreme Being - (21,960 reputation)Supreme Being - (21,960 reputation)Supreme Being - (21,960 reputation)Supreme Being - (21,960 reputation)Supreme Being - (21,960 reputation)Supreme Being - (21,960 reputation)Supreme Being - (21,960 reputation)

Group: Forum Members
Last Active: Sat 20 Jun 2015
Posts: 36, Visits: 118
Fixed by reading another post.

Has to uncomment:
<!-- <globalization resourceProviderFactoryType="Kartris.SqlResourceProviderFactory"
culture="auto" uiCulture="auto" enableClientBasedCulture="true"/> -->

which did the trick. The reason given was that during install the resources are read from a file and after install the above will make it read from the db.


Similar Topics

Expand / Collapse

Reading This Topic

Expand / Collapse

Back To Top