Language Strings Not Visible


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

By thopcroft - Wed 9 Mar 2011
I am running Kartris on a hosted web site (1and1). When I open language strings and database admin from the backend menu the web page is blank. This seems like a database access problem. To get this site up and running I had to edited web.config manually as the hosted web site did not allow web.config updates automatically. Have I missed something in web.config that needs to be edited manually.
By Paul - Thu 10 Mar 2011
Can you check what version of ASP.NET the site is being run on? THe Microsoft IIS web server now has three settings - 1.1, 2.0 and 4.0. Some might automatically switch to 4.0 now, but Kartris needs this set to 2.0 (which is how asp.net 3.5 is run... confusing as that sounds!).

If you check in the database itself, can you see language string records in that table ok? There should be around 1500 I think.
By thopcroft - Thu 10 Mar 2011
The web hosting package advertises itself as asp.net 3.5, Ihave created a aspx page to read the version as follows

ASP.NET version of this application is : 2.0.50727.4952

The language strings table exist in the database, has 5978 records.
By Mart - Thu 10 Mar 2011
If the server has support for up to v3.5, it will still identify itself as having asp.net 2, similarly in IIS you'd have only the choice between asp.net 1.x and asp.net 2 for a web site. So its likely yours does have support for asp.net 3.5 if this host says so, even if its reporting asp.net 2.

You seem to have a lot of language strings - can you check you don't have duplicates?
By thopcroft - Thu 10 Mar 2011
The language strings table has 4 copies of each record see example below

AdminBar_AddNewProductHereNew Product Here
AdminBar_AddNewProductHere 
AdminBar_AddNewProductHere 
AdminBar_AddNewProductHere 
AdminBar_EditThisPageEdit this Page
AdminBar_EditThisPage 
AdminBar_EditThisPageتعديل هذه الصفحة
AdminBar_EditThisPage 


The other tables appear not to have additional records.
By thopcroft - Thu 10 Mar 2011
I have reloaded the database so I now have 1497 language string records. The original problem still exists. language strings and database admin not visible.
By Mart - Fri 11 Mar 2011
Is this on live web hosting that I could see? Is it possible if so that you could send me a private message with the URL, and user/pass to login to the site?

Thanks

Mart
By Mohammad - Sun 13 Mar 2011

Looks like ajax is not enabled/supported in the website.
By Paul - Sun 13 Mar 2011
Are you sure this site does not have some kind of mixture of files that might cause issues? In the back end, the CSS for the open/close site button is a bit messed up, indicating maybe it was set up with older files originally and only some of the newer files upgraded later.


 

By thopcroft - Tue 15 Mar 2011
I would like to thank the kartris support team for their excellent work unlike 1and1 web hosting. They advertise that their shared web hosting package supports Ajax, after much debate they finally agreed that it may support Ajax in the future but it does not at this point in time, the feature list is totally misleading, so be carefull. I have canncelled my contract with 1and1 and I'm moving to a new hosting company, any recommendations? Netcetera maybe?
By Paul - Sat 26 Mar 2011
Main thing I'd recommend (aside from proper AJAX support!) is that you have full access to the MS SQL server through port 1433 or another port, so that you can connect and admin it with Management Studio or our Data Tool. Some hosts only provide some kind of web admin tool, but this isn't really the same thing, and if you cannot run the Data Tool it makes upgrading in future a hassle.