Group: Forum Members
Last Active: Fri 30 Nov 2012
Posts: 108,
Visits: 1,185
|
I just did a fresh install of Kartris and when I navigate to the main page, I'm getting the following error (see below)--is this error a missing file or missing data?
Parser Error Message: The resource object with key 'AdminBar_ViewBackend' was not found.
Source Error:
Line 173: <ul class="KartrisMenu">Line 174: <li class="KartrisMenu-WithChildren">Line 175: <asp:HyperLink ID="lnkMenuMain" runat="server" NavigateUrl="~/Admin/_Default.aspx"Line 176: Text="" ToolTip="<%$ Resources: AdminBar_ViewBackend %>"></asp:HyperLink>Line 177: <ul class="KartrisSubMenu">
|
|
Group: Administrators
Last Active: Tue 3 Dec 2013
Posts: 99,
Visits: 1,400
|
Hi, I just want to know which Kartris version are using?
It seems like your database is missing the 'AdminBar_ViewBackend' record in the tblKartrisLanguageStrings table. This error could also come up if two or more language string records are using the same name and language ID. Please run the query below and post back the output.
SELECT * FROM tblKartrisLanguageStrings WHERE LS_Name = 'AdminBar_ViewBackend'
Regards,
Medz
|
Group: Forum Members
Last Active: Fri 30 Nov 2012
Posts: 108,
Visits: 1,185
|
Here's the query results:
1 f AdminBar_ViewBackend Back End NULL 1 Back End AdminBar.ascx NULL 1 1736 2 f AdminBar_ViewBackend NULL NULL 1 NULL AdminBar.ascx NULL 3 25797 3 f AdminBar_ViewBackend ???? ?????? NULL 1 NULL AdminBar.ascx NULL 6 25800 4 f AdminBar_ViewBackend NULL NULL 1 NULL AdminBar.ascx NULL 14 33564
|
Group: Forum Members
Last Active: Fri 30 Nov 2012
Posts: 108,
Visits: 1,185
|
Also (see my data results above), I am not sure what version I'm on, but the zip file I downloaded from the site is the one that is currently on there:
"kartris1_2001_WPI.zip"
|
Group: Forum Members
Last Active: Fri 30 Nov 2012
Posts: 108,
Visits: 1,185
|
I don't know what I did, but I re-ran the install and it worked.
|