Hi,
I have installed Vendr on 8.6 version of Umbraco.
The settting section is ok, the "Commerce" section works fine, but the Content section is missing, and I can't create it.
I'm working on localhost, and I have configured the "Commerce" group and assigned it to the admin user.
What am I doing wrong?
Hello,
I have tried with a new installation (first with sqlexpress, then with sql server).
Nothing changes.
The user is a "superadmin" user and has all the permissions.
The steps I take are:
- install the plug-in (from the package section or from the zip download)
- I configure the "Commerce" group and authorizations for administration
- I create the shop in the Settings section
- configure the store in the Commerce section
Nothing on the console, nothing on Umbraco's register. Sigh.
I take exactly these steps, in the logs all the "rows" from Vendr are green.
But the Content is always empty. I have tested a new installation of Umbraco (8.6.1) on the lan server (W Server 2016) but the result is the same.
I think it's a problem with permissions, but I don't understand where it occurs since the log is all green.
When you say the content section is missing, do you mean from the nav along the top? Or, do you mean you can get to the content section itself, but the content tree is empty?
Hi Matt,
the umbraco nav has the correct items: Content, Media, Commerce, etc.
The Content tree is empty and the menu "Create" under Content Tree is blank.
This morning I did the test using visual studio. same thing. Surely it is I wrong, but the steps are so simple that I do not understand what I wrong.
Ok. So the next thing I would do is check your file permissions across the project and make sure your IIS user account has the relevant permissions. I've seen some people having content tree load issues if the permissions on the App_Data folder haven't been set right.
Maybe also check the DLLs in the bin folder to make sure they haven't been blocked as sometimes windows can do that if they are downloaded from the internet.
New test.
I've created a folder C:\VENDR on my pc with a Umbraco installation, permissions "everything, you can also use napalm :-)" to everyone.
After installation:
In bin, I find Vendr.Core.dll and Vendr.Web.dll.
In log, I find n rows with the SQL commands (all"green" and status INFO).
In plugins, I find "Vendr" folder with the content of package.
But, nothing on Content, nothing "red" on logs.
Hmm. Are you able to set the Admin usename / password to something you don't mind sharing then zip up the entire project so I can see if it does the same for me with your exact setup?
Ok, I don't think there is actually anything wrong with your site you just don't have any actual content setup yet.
Vendr doesn't create the store for you, you still need to create a site and integrate it into your normal Umbraco templates.
If you are looking for an example of a Vendr store to base your build upon, you can use our demo store repository which you can find here https://github.com/vendrhub/vendr-demo-store There are instructions in the repository readme for getting started with it.
We are working on a few bolt on packages that will encapsulate quite a bit of the demo store, such as Vendr Checkout and Vendr Cart, but we can look at a general start kit at some point too for sure.
We built the demo store though as it allows us to fully populate it and show example orders etc so you can get an instant feel for it. A starter kit would just install the basics and require further setup. We do try to keep the demo store up to date though so you can still use it as a starting point.
Thanks for the feedback though and we'll make sure a Starter Kit gets put on our todo list.
Content section is missing
Hi, I have installed Vendr on 8.6 version of Umbraco. The settting section is ok, the "Commerce" section works fine, but the Content section is missing, and I can't create it. I'm working on localhost, and I have configured the "Commerce" group and assigned it to the admin user. What am I doing wrong?
Hi,
Oh wow, we haven't heard of that issue before. Are you seeing any console browser console errors? or are there any errors in the trace log?
Also, have you checked your user account and it's it's start node setting in User permissions?
Matt
Hello, I have tried with a new installation (first with sqlexpress, then with sql server). Nothing changes. The user is a "superadmin" user and has all the permissions. The steps I take are: - install the plug-in (from the package section or from the zip download) - I configure the "Commerce" group and authorizations for administration - I create the shop in the Settings section - configure the store in the Commerce section
Nothing on the console, nothing on Umbraco's register. Sigh.
Thank you!
Gian
Hey,
Ok, so I've just done the following and everything worked fine and the content section is still there.
After completing these steps I still see the content section.
It's strange that you don't see any errors though.
Are these the exact steps you are taking?
Matt
I take exactly these steps, in the logs all the "rows" from Vendr are green. But the Content is always empty. I have tested a new installation of Umbraco (8.6.1) on the lan server (W Server 2016) but the result is the same.
I think it's a problem with permissions, but I don't understand where it occurs since the log is all green.
Thank you for support, you are very kind.
Gian
Hi Gian,
When you say the content section is missing, do you mean from the nav along the top? Or, do you mean you can get to the content section itself, but the content tree is empty?
Many thanks
Matt
Hi Matt, the umbraco nav has the correct items: Content, Media, Commerce, etc. The Content tree is empty and the menu "Create" under Content Tree is blank.
This morning I did the test using visual studio. same thing. Surely it is I wrong, but the steps are so simple that I do not understand what I wrong.
Thanks.
Gian
Hi Gian,
Ok. So the next thing I would do is check your file permissions across the project and make sure your IIS user account has the relevant permissions. I've seen some people having content tree load issues if the permissions on the
App_Data
folder haven't been set right.https://our.umbraco.com/documentation/getting-started/setup/server-setup/permissions
Maybe also check the DLLs in the bin folder to make sure they haven't been blocked as sometimes windows can do that if they are downloaded from the internet.
Matt
New test. I've created a folder C:\VENDR on my pc with a Umbraco installation, permissions "everything, you can also use napalm :-)" to everyone. After installation: In bin, I find Vendr.Core.dll and Vendr.Web.dll. In log, I find n rows with the SQL commands (all"green" and status INFO). In plugins, I find "Vendr" folder with the content of package. But, nothing on Content, nothing "red" on logs.
Bye Gian
Hi Gian,
Hmm. Are you able to set the Admin usename / password to something you don't mind sharing then zip up the entire project so I can see if it does the same for me with your exact setup?
Many thanks
Matt
Hi Matt, sure. Link to zip: https://www.bmc.it/vendr.zip
User: [email protected]
Password: Admin1234!
Thank you!
Gian
Hi Gian,
Ok, I don't think there is actually anything wrong with your site you just don't have any actual content setup yet.
Vendr doesn't create the store for you, you still need to create a site and integrate it into your normal Umbraco templates.
If you are looking for an example of a Vendr store to base your build upon, you can use our demo store repository which you can find here https://github.com/vendrhub/vendr-demo-store There are instructions in the repository readme for getting started with it.
Hope this helps
Matt
Soooorry!
Now I understand. Thanks Matt for all the time you have dedicated to me.
Gian
No problem at all.
Let me know if you have any other issues getting started.
All the best
Matt
Hi Matt
I did experience the same. Any way we could get the demo store as a package? :-D
Nice job with the project!
Kind regards Thomas
Hey Thomas,
We are working on a few bolt on packages that will encapsulate quite a bit of the demo store, such as Vendr Checkout and Vendr Cart, but we can look at a general start kit at some point too for sure.
We built the demo store though as it allows us to fully populate it and show example orders etc so you can get an instant feel for it. A starter kit would just install the basics and require further setup. We do try to keep the demo store up to date though so you can still use it as a starting point.
Thanks for the feedback though and we'll make sure a Starter Kit gets put on our todo list.
Matt
is working on a reply...