I have installed Umbraco and Tea Commerce for the first time, so excuse me if I am a complete newbie.
I see many ran into issues when installing Tea Commerce, but solved it by setting "customerror" to "off". Doing this on my website does not give me an answer, it continues to claim that I have not set the mode to "off" so I can get an error message.
Could you paste the <customError> element in here so we can see if it might be a typo? It should really give you an explanation on what's wrong...unless some weird behaviour has been made that perhaps could overvrite it on the server level?
But let's keep things in english since many other nationalities can benefit from our conversation. Also it's easier for all the other bright heads to have their say on what the problem is.
I must admit I can't remember if it's case sensitive so try writing "Off" instead of "off" like above.
Try to upload a basic asp.net website with just 1 page and see if that works. If it says that the mode isnt set to off and you have done that in your web.config - it doesnt read your web.config file and something is wrong with the basic setup - just dont remember how to fix that issue - its a standard .Net thing - but cant remember :)
Success - I finally got the system to give me an error message.
With Google I found the reason - I am runing on MySQL currently - requirements for Tea Commerce states use of MSSQL.
Rookie mistake :-/
Thank you for your help Anders.
Server Error in '/' Application.
Keyword not supported: 'datalayer'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentException: Keyword not supported: 'datalayer'.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Error
Hey,
I have installed Umbraco and Tea Commerce for the first time, so excuse me if I am a complete newbie.
I see many ran into issues when installing Tea Commerce, but solved it by setting "customerror" to "off". Doing this on my website does not give me an answer, it continues to claim that I have not set the mode to "off" so I can get an error message.
Any ideas?
I have this:
Umraco 4.7.1
Tea C. 1.4.1.2
Thanks
Hi Mkn and welcome to our :)
Could you paste the <customError> element in here so we can see if it might be a typo? It should really give you an explanation on what's wrong...unless some weird behaviour has been made that perhaps could overvrite it on the server level?
/Jan
Hello Jan (Your name is very Danish, then we can do this in Danish instead ;-))
Here it is - line 62 in the "web.config" placed in the main folder:
<customErrors mode="off" />
Hi mkn
Yeah it's danish indeed :)
But let's keep things in english since many other nationalities can benefit from our conversation. Also it's easier for all the other bright heads to have their say on what the problem is.
I must admit I can't remember if it's case sensitive so try writing "Off" instead of "off" like above.
/Jan
Good point - "Off" made no difference - could it be a conflict in versions in Umbraco and Tea?
Hi Mkn
Sounds like your IIS is not setup correctly - This is not a Tea Commerce specific error but more a general Umbraco/IIS setup one. Try and check you folder permissions
http://our.umbraco.org/wiki/reference/files-and-folders/permissions
Which IIS version do you use. Local or at a server? Which windows OS? .Net 4? How is your apppool setup?
Kind regards
Anders
Hi Anders,
It is currently hosted at Unoeuro, which advertise the abilty to host Umbraco on Asp.net 4 (which has been confirmed mine is running on) and ISS 7.5.
I ran the pemission check, which there was a link to on the URL you suggested and got a good response, I would say:
Your permission settings are perfect!
Try to upload a basic asp.net website with just 1 page and see if that works. If it says that the mode isnt set to off and you have done that in your web.config - it doesnt read your web.config file and something is wrong with the basic setup - just dont remember how to fix that issue - its a standard .Net thing - but cant remember :)
Hi Anders,
Success - I finally got the system to give me an error message.
With Google I found the reason - I am runing on MySQL currently - requirements for Tea Commerce states use of MSSQL.
Rookie mistake :-/
Thank you for your help Anders.
Server Error in '/' Application.
Keyword not supported: 'datalayer'.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentException: Keyword not supported: 'datalayer'.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
Ahh - glad you found the problem :)
If you could mark your own answer as the solution it would help others to easily find the solution. Thanks in advance
Kind regards
Anders
Done - I love this "lets help each other" spirit within Our :-)
Yes - its the main spirit of the umbraco community - help each others and share your knowledge - the umbraco community is the BEST!
is working on a reply...