base/teacommerce/GetOrder.aspx just says page cannot be displayed(1.4.4.4)
Hey :)
Im testing out a solution on azure and everything seems to work though i cannot add products to the cart. it just returns a 500 The page cannot be displayed because an internal server error has occurred.
But if i open the site on a local machine it works, and if i goto /base/teacommerce/GetOrder.aspx i get the json obj but if i do it on the azure site i just get "the page cannot ...."
Any ideas?
the 2 codebases is identical, the site also works perfectly locally even if i use the azure DB.
You dont have a stack trace for that error? If the domain isnt valid and you have more than 20 orders. Then delete them from the database and remove them from the orders xml cache.
Nope sadly no i Cant get a stacktrace. And no bug is being throw neither in the base or log file. What will happen if an order is created after the 20th if no correct license is present and does a license count for sub domains aswell?
Yes - a license works for all subdomains as well. Tea Commerce throws an exception when the order limit is hit and an order is tried to be saved. Be sure to upgrade to the latest Tea Commerce 1.4.4.5 for the 1.x branch. It has a minor refactoring of the licensing check.
base/teacommerce/GetOrder.aspx just says page cannot be displayed(1.4.4.4)
Hey :)
Im testing out a solution on azure and everything seems to work though i cannot add products to the cart. it just returns a 500 The page cannot be displayed because an internal server error has occurred.
But if i open the site on a local machine it works, and if i goto /base/teacommerce/GetOrder.aspx i get the json obj but if i do it on the azure site i just get "the page cannot ...."
Any ideas?
the 2 codebases is identical, the site also works perfectly locally even if i use the azure DB.
Is there a log where i can see the TC error ?
Hi Rasmus
Im no Azure freak - so not much help to get from me :)
But if it works locally but not on Azure then i might be something with the File system on an Azure site being a blob? Or am I already wrong here? :)
Tea Commerce use the Umbraco log system. So depending on you Umbraco version then it is in a DB table or in the App data folder.
Kind regards
Anders
Hey Anders
Thx for your reply.
Its a version 4.10.8, its quite wierd its not throwing a bug into the umbraco log, and its running on default logging settings.
Its not like that because of the license file it wont let me use a azurewebsites.net subdomain ? just rambling ideas here.
Well so far ive seen its not something with the azure sql, but it might be the file storage though i havnt seen the problem on other umbraco installs.
Here is what is says when i hit the url
It says the error is in :
Detailed Error Information:
0x00000000
Dont have more details yet, can this help in anyway ?
You dont have a stack trace for that error? If the domain isnt valid and you have more than 20 orders. Then delete them from the database and remove them from the orders xml cache.
Kind regards
Anders
Nope sadly no i Cant get a stacktrace. And no bug is being throw neither in the base or log file. What will happen if an order is created after the 20th if no correct license is present and does a license count for sub domains aswell?
Yes - a license works for all subdomains as well. Tea Commerce throws an exception when the order limit is hit and an order is tried to be saved. Be sure to upgrade to the latest Tea Commerce 1.4.4.5 for the 1.x branch. It has a minor refactoring of the licensing check.
Kind regards
Anders
Okay ill try to add a subdomain tomorrow to check it out. Thx so far :-)
Hey Anders
It actually ended up being just because of the licensing error but didnt recieve any errors upon it, neither in the logs or anything.
Thx for the help :)
Fixed it by testing it with a subdomain
great you got it fixed :)
is working on a reply...