I have tried to install the latest uCommerce on a fresh Umbraco 4.7 install. Im using a SQL 2008 and all the writing permission should be good i think.
Its on a webhotel in Denmark called Scannet, and I have succesfully installed uCommerce and Umbraco on a simular server 2 weeks ago. But now it fails, and I have tried 3-4 times now.
When I install uCommerce it says it has completed successfully. But when i refresh and go to the uCommerce section, it will not genereate any content at all.. only the uCommerce topfolder.
Ive checked the web.config and it doesnt have any commerce settings, and Ive rea
(Sorry.. pressed the enter button... and get an error when I try to edit)
...
Ive checked the web.config and it doesnt have any commerce settings, and Ive read that it should. So maybe it is a permission issue, but Im pretty sure i sat full permission for everything on this server. Every folder and web.config aswell. So maybe it is another error?!
The only thing I cant understand if it is a permission issue is that the Umbraco installation already wrote to the web.config (sql connection string and version string). So it shouldnt be the problem?!
There's definitely a permission issue here. Take a look at this:
316 0 -1 2011-07-05 09:50:54.817 Error Package install error: System.UnauthorizedAccessException: Access to the path 'C:\inetpub\vhosts\2272.win3.testsider.dk\httpdocs\App_GlobalResources' is denied.
And this one:
325 0 -1 2011-07-05 09:50:56.310 Error Package install error: System.UnauthorizedAccessException: Access to the path 'C:\inetpub\vhosts\2272.win3.testsider.dk\httpdocs\Images' is denied.
What does you web.config look like? Is there a <commerce> section in there at the end? The error you're seeing is probably caused by the fact that uCommerce is looking for resource to localize the UI, which are not there. .NET fails pretty badly in these instances.
No content in uCommerse App. Error on install...
Hi,
I have tried to install the latest uCommerce on a fresh Umbraco 4.7 install. Im using a SQL 2008 and all the writing permission should be good i think.
Its on a webhotel in Denmark called Scannet, and I have succesfully installed uCommerce and Umbraco on a simular server 2 weeks ago. But now it fails, and I have tried 3-4 times now.
When I install uCommerce it says it has completed successfully. But when i refresh and go to the uCommerce section, it will not genereate any content at all.. only the uCommerce topfolder.
Ive checked the web.config and it doesnt have any commerce settings, and Ive rea
(Sorry.. pressed the enter button... and get an error when I try to edit)
...
Ive checked the web.config and it doesnt have any commerce settings, and Ive read that it should. So maybe it is a permission issue, but Im pretty sure i sat full permission for everything on this server. Every folder and web.config aswell. So maybe it is another error?!
Any ideas?!
/Peter
The only thing I cant understand if it is a permission issue is that the Umbraco installation already wrote to the web.config (sql connection string and version string). So it shouldnt be the problem?!
Hi Peter,
Could you take a look at the umbracoLog table and see if uCommerce is reporting anything there?
Hi Søren,
Here's my umbracoLog from the time i installed it...
It could look like a create file permission error maybe (when trying to create a web.config backup)
There's definitely a permission issue here. Take a look at this:
316 0 -1 2011-07-05 09:50:54.817 Error Package install error: System.UnauthorizedAccessException: Access to the path 'C:\inetpub\vhosts\2272.win3.testsider.dk\httpdocs\App_GlobalResources' is denied.
And this one:
325 0 -1 2011-07-05 09:50:56.310 Error Package install error: System.UnauthorizedAccessException: Access to the path 'C:\inetpub\vhosts\2272.win3.testsider.dk\httpdocs\Images' is denied.
What does you web.config look like? Is there a <commerce> section in there at the end? The error you're seeing is probably caused by the fact that uCommerce is looking for resource to localize the UI, which are not there. .NET fails pretty badly in these instances.
Hope this helps.
Yep.. and this one aswell.
Access to the path 'C:\inetpub\vhosts\2272.win3.testsider.dk\httpdocs\web.config.634454562807492500.backup' is denied.
And no.. there isnt a <commerce> section in the web.config, but it could also be because of the web.config error above..
And the App_GlobalResources and Images folders doesnt exist, so the problem could be create file/folder permission i think :)
Ill look into it with the server people tomorrow :)
is working on a reply...