"Manage Layouts" not loading controls
Posted: Wed Apr 27, 2016 6:04 am
AbleCommerce for ASP.NET
VERSION: 7.0.86.6169
Release Label: GoldR6
DATABASE: NHibernate.Dialect.MsSql2005Dialect
.NET CLR v4.0.30319.34209
ASP.NET TRUST: Unrestricted
Hey folks,
We've been planning on migrating over to Able Gold from another platform, so I've been poking around on a local copy to get familiar. However, I noticed a difference between running/debugging locally through Visual Studio and a copy thats hosted on a dev server on our network.
On the local copy, when I browse to Admin > Website > Manage Layout > Edit Layout on Category.Master, I see the MiniBasket control under "Right Sidebar Controls".
If I try the same thing on the dev server, I dont see the MiniBasket control. The EditLayout page loads, and I see the Header, Left & Right Sidebar, and Footer, but there are no controls listed. If I try to "Add Control", I get the message "No more controls are available for selection. All controls for this section are already added." I get the same issue regardless of which layout master I look at. (Note: I use VS's Publish with file system to push the site to our dev server).
The controls work on the customer-facing side of the site, so I know that the controls' code is being published, otherwise I'd expect an error when loading a category page.
To test if it was the project not including a file to publish, I cleared my dev server and just copied the project folder directly. Now it works! I dont really like this solution, as it defeats the purpose of using the WAP solution setup, correct?
PS - I also had issues initially with using Publish in VS due to some assemblies not referenced in the project. Im not attached to the R6 release, it just what I have at the moment. We're these issues solved in future releases i.e. R11? Or does everyone use the WSP project to avoid this, and the WAP is not a reliable project model?
VERSION: 7.0.86.6169
Release Label: GoldR6
DATABASE: NHibernate.Dialect.MsSql2005Dialect
.NET CLR v4.0.30319.34209
ASP.NET TRUST: Unrestricted
Hey folks,
We've been planning on migrating over to Able Gold from another platform, so I've been poking around on a local copy to get familiar. However, I noticed a difference between running/debugging locally through Visual Studio and a copy thats hosted on a dev server on our network.
On the local copy, when I browse to Admin > Website > Manage Layout > Edit Layout on Category.Master, I see the MiniBasket control under "Right Sidebar Controls".
If I try the same thing on the dev server, I dont see the MiniBasket control. The EditLayout page loads, and I see the Header, Left & Right Sidebar, and Footer, but there are no controls listed. If I try to "Add Control", I get the message "No more controls are available for selection. All controls for this section are already added." I get the same issue regardless of which layout master I look at. (Note: I use VS's Publish with file system to push the site to our dev server).
The controls work on the customer-facing side of the site, so I know that the controls' code is being published, otherwise I'd expect an error when loading a category page.
To test if it was the project not including a file to publish, I cleared my dev server and just copied the project folder directly. Now it works! I dont really like this solution, as it defeats the purpose of using the WAP solution setup, correct?
PS - I also had issues initially with using Publish in VS due to some assemblies not referenced in the project. Im not attached to the R6 release, it just what I have at the moment. We're these issues solved in future releases i.e. R11? Or does everyone use the WSP project to avoid this, and the WAP is not a reliable project model?