Parsor Error Message


https://forum.kartris.com/Topic377.aspx
Print Topic | Close Window

By saturation - Tue 25 Jan 2011
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">
By Medz - Tue 25 Jan 2011
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
By saturation - Tue 25 Jan 2011
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
By saturation - Tue 25 Jan 2011
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"
By saturation - Tue 25 Jan 2011
I don't know what I did, but I re-ran the install and it worked.