Group: Forum Members
Last Active: Thu 14 Oct 2010
Posts: 1,
Visits: 2
|
> I GET THIS ERROR BELOW ON YOUR KARTRIS APP. PLEASE ADVICE > > Parser Error Message: The resource object with key 'AdminBar_ViewBackend' was not found. > > Source Error: > Source File: /kartris/UserControls/Front/AdminBar.ascx Line: 5
<asp:HyperLink ID="lnkBack" runat="server" ToolTip="<%$ Resources: AdminBar_ViewBackend %>" NavigateUrl="~/Admin/_Default.aspx" CssClass="adminbutton">[+]</asp:HyperLink>
|
Group: Administrators
Last Active: Tue 10 Sep 2024
Posts: 807,
Visits: 2,748
|
This suggests that the database is empty, or incomplete. Certain records are required in some tables.
Can you open it up and check the tblKartrisLanguageStrings table. There should be a few hundred records in there.
If there are records, search for one called 'AdminBar_ViewBackend' and see if that exists. If it does not, can you post what you discovered here?
-- If my post solves your issue, can you 'Mark as Answer' so it's easier for other users to find in future.
If you would like to be informed of new features, new releases, developments and occasional special bonuses, please sign up to our mailing list: http://bit.ly/19sKMZb
|
Group: Forum Members
Last Active: Thu 18 Jun 2015
Posts: 98,
Visits: 1,382
|
Hi, I am having the same error.
Just upgraded from 1.2 to 1.3 and am using the old database. Coudl this be the problem. I have the table tblKartrisLanguageStrings and it has 1000.s of records but not this one.
Thanks
|
Group: Administrators
Last Active: Wed 18 Nov 2020
Posts: 148,
Visits: 3,450
|
You can't run 1.3 with the 1.2 database - the 1.3 database will not only have new language strings but new fields and tables.
You can download the data tool from the kartris site. You install 1.3 (including database) and then use the data tool to import your data from your 1.2 kartris into the 1.3 database you've previously created.
|