Error after Installation


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

By rogba - Thu 14 Oct 2010
> 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>
By Paul - Fri 15 Oct 2010
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?
By TheCalicoTree - Sat 28 May 2011
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
By Mart - Sat 28 May 2011
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.