It seems a table is missing in the database. Please ensure that the IIS apppool identity has full write permissions in database so the tables can be installed.
If this is not possible you can roll out the database manually by running the migrations scripts in sequence in order of their migration number set in the file name. The migrations are available in the package zip file under /umrbaco/ucommerce/install/.
The files are named uCommerceDB.XXX.sql where XXX is the migration number.
Installation error, umbraco 7
Hi everyone
I'm trying to install the free uCommerce version for Umbraco 7 (uCommerce-for-Umbraco7-6.1.0.14195.zip) but I can't get it working.
I get to the final installation screen ("Thank you for.. etc."), but I can't access the uCommerce menu tree. I'm getting this error:
Server error: Contact administrator, see log for full details.
Failed to retrieve data for application tree uCommerce
The log file contains these errors:
Does anyone know how to fix this?
We're using Umbraco 7.1.4.
Are you using Microsoft SQL Server? Does database user have right permissions ?
Yes, everything should be set up correctly. We're using Express btw..
It seems a table is missing in the database. Please ensure that the IIS apppool identity has full write permissions in database so the tables can be installed.
If this is not possible you can roll out the database manually by running the migrations scripts in sequence in order of their migration number set in the file name. The migrations are available in the package zip file under /umrbaco/ucommerce/install/.
The files are named uCommerceDB.XXX.sql where XXX is the migration number.
Hope this helps.
is working on a reply...