I have a website which was using Umbraco 4.5. I upgraded this version to 6.0.3 and have it working on Windows Server 2008 running on IIS .Net 4 (set under the app pool) using SQL Server 2008 R2.
I had a couple of issues but they were resolved by copying some dlls from a previous version to the new version in the bin folder.
So far the site is working. I then download Tea Commerce v 2.0 and under the umbraco admin section i installed the template.
When i click the Tea Commerce icon at the bottom of the page i see the Tea Commerce section with only one node - Need help?
So i downloaded the starter kit and installed it and under the TC section i see Stores, Licenses, Security - these options are missing on the site i upgraded.
Could someone please advise what to do in order to resolve?
How little do you see in the Tea Commerce section? A fresh install will have no stores and you will need to create one by rightclicking the "Stores" node to the left
Did it install correctly? The sites folder permissions must allow network service to read/write to all folders. Otherwise you will be missing som files.
Right clicking Tea Commerce gives me one option only (Reload Nodes). The create button in the corner is greyed out. I only see the Tea Commerce Folder and straight below that i see "Need Help?" and thats all.
As far as i can tell it installed correctly? Although how could i double check? I got a message to add some Javascript
_storeId = [fetch the store id from Umbraco here];
</script>
So i went into Settings > Default > and added the EXACT javascript as above under <head runat="server">.
To ensure Network Service had permission, in IIS right click the website > Edit Permissions > added Network Service and pressed ok until all boxes were closed.
What is the name and login name of your umbraco user? Could you verify that you have some Tea Commerce tables in your DB?
By the way - you should remove the runat="server" form tag because if you want Tea Commerce to work without using JavaScript you need to use HTML forms. And you cant have form tags inside form tags.
After installing a new project with TC, I copied almost all the files from the working project into mine and that made no difference. I then switched the database to the one from the working project to mine and problem remains - No TC nodes other than Help Needed.
What is the name and login name of your umbraco user? Could you verify that you have some Tea Commerce tables in your DB?
By the way - you should remove the runat="server" form tag because if you want Tea Commerce to work without using JavaScript you need to use HTML forms. And you cant have form tags inside form tags.
Username is Admin and password is 1234 - on the working project - although this is a test project that doesnt contain the website that i would like to have TC enabled on. TC tables are showing up on the database.
Runat - should i just remove the entire JavaScript i inserted after installing TC? As this is the default Masterpage for the site so i think removing Runat= server may cause issues elsewhere on the site?
Could it simply be the user account is lacking any TC Security access?
I’ve experienced this, when creating “another admin" user account which i granted access to the TC Section. At this point I need to login as the original TC-installing admin user (or any account with TC security access) and grant the "another admin" user the appropriate 'access security','access licenses' & 'store creation' permissions via the TC Section. Otherwise the"another admin" will only see the 'Need Help?' option under their TC Section.
Missing options in tea commerce
I have a website which was using Umbraco 4.5. I upgraded this version to 6.0.3 and have it working on Windows Server 2008 running on IIS .Net 4 (set under the app pool) using SQL Server 2008 R2.
I had a couple of issues but they were resolved by copying some dlls from a previous version to the new version in the bin folder.
So far the site is working. I then download Tea Commerce v 2.0 and under the umbraco admin section i installed the template.
When i click the Tea Commerce icon at the bottom of the page i see the Tea Commerce section with only one node - Need help?
So i downloaded the starter kit and installed it and under the TC section i see Stores, Licenses, Security - these options are missing on the site i upgraded.
Could someone please advise what to do in order to resolve?
How little do you see in the Tea Commerce section? A fresh install will have no stores and you will need to create one by rightclicking the "Stores" node to the left
Did it install correctly? The sites folder permissions must allow network service to read/write to all folders. Otherwise you will be missing som files.
/Rune
Right clicking Tea Commerce gives me one option only (Reload Nodes).
The create button in the corner is greyed out.
I only see the Tea Commerce Folder and straight below that i see "Need Help?" and thats all.
As far as i can tell it installed correctly? Although how could i double check? I got a message to add some Javascript
Add the following script in your html <head> tag
So i went into Settings > Default > and added the EXACT javascript as above under <head runat="server">.
To ensure Network Service had permission, in IIS right click the website > Edit Permissions > added Network Service and pressed ok until all boxes were closed.
The same problem remains.
Thanks
Hi J
What is the name and login name of your umbraco user? Could you verify that you have some Tea Commerce tables in your DB?
By the way - you should remove the runat="server" form tag because if you want Tea Commerce to work without using JavaScript you need to use HTML forms. And you cant have form tags inside form tags.
Kind regards
Anders
After installing a new project with TC, I copied almost all the files from the working project into mine and that made no difference. I then switched the database to the one from the working project to mine and problem remains - No TC nodes other than Help Needed.
Im open to any other suggestions?
Do you have .Net 4.5 installed on your server?
Kind regards
Anders
I dont but will try this as i know the server is lacking updates for .Net 4.0.
As a side note, my dev machine which is up to date but with no .Net 4.5 installed runs TC and the nodes are shown.
I will advise once installed and tested.
Thanks
Sorry i just saw this post
What is the name and login name of your umbraco user? Could you verify that you have some Tea Commerce tables in your DB?
By the way - you should remove the runat="server" form tag because if you want Tea Commerce to work without using JavaScript you need to use HTML forms. And you cant have form tags inside form tags.
Username is Admin and password is 1234 - on the working project - although this is a test project that doesnt contain the website that i would like to have TC enabled on. TC tables are showing up on the database.
Runat - should i just remove the entire JavaScript i inserted after installing TC? As this is the default Masterpage for the site so i think removing Runat= server may cause issues elsewhere on the site?
About the form - you can do what you want - just stating that if you need the TC HTML API to work then you cant have the asp.net form :)
I think I need you to pack the website and DB and send it to info at teacommerce.net so we can see what is wrong. Never heard of this problem before.
Kind regards
Anders
Could it simply be the user account is lacking any TC Security access?
I’ve experienced this, when creating “another admin" user account which i granted access to the TC Section.
At this point I need to login as the original TC-installing admin user (or any account with TC security access) and grant the "another admin" user the appropriate 'access security','access licenses' & 'store creation' permissions via the TC Section. Otherwise the "another admin" will only see the 'Need Help?' option under their TC Section.
is working on a reply...