I've been updating a uCommerce 1.5 site to uCommerce 2. So far, so good. But I've noticed a problem when I try to edit a product definition:
No admin page configured for page. Please add
ASP.umbraco_ucommerce_settings_definitions_editproductdefinition_aspx to
uCommerce_AdminPage.
Description: An unhandled exception occurred during
the execution of the current web request. Please review the stack trace
for more information about the error and where it originated in the
code.
Exception Details: System.Configuration.ConfigurationErrorsException:
No admin page configured for page. Please add
ASP.umbraco_ucommerce_settings_definitions_editproductdefinition_aspx to
uCommerce_AdminPage.
Source Error:
[No relevant source lines]
Source File:
c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET
Files\root\4b6c0145\25667243\App_Web_editproductdefinition.aspx.869c7b2c.vtbnkoxa.0.cs Line: 0
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
Similarly, when I try to create a new product definition:
Server Error in '/' Application.
Parser Error
Description: An error occurred during the parsing of
a resource required to service this request. Please review the
following specific parse error details and modify your source file
appropriately.
Parser Error Message: Could not load type 'UCommerceWeb.Umbraco.UCommerce.Settings.Catalog.CreateProductDefinition'.
Source Error:
Line 1: <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="CreateProductDefinition.ascx.cs" Inherits="UCommerceWeb.Umbraco.UCommerce.Settings.Catalog.CreateProductDefinition" %>
Line 2: Name:
Line 3: <asp:TextBox runat="server" ID="NameTextBox" CssClass="bigInput" Width="350px"/><br />
I think what's happened is that the login used for your SQL Server does not have permissions to update the database thus entries for the some of the admin UI is missing.
Could you tell me the version of uCommerce you upgraded to and also if there's any relevant information in the umbracLog table.
No admin page configured for page
Hi there.
I've been updating a uCommerce 1.5 site to uCommerce 2. So far, so good. But I've noticed a problem when I try to edit a product definition:
No admin page configured for page. Please add ASP.umbraco_ucommerce_settings_definitions_editproductdefinition_aspx to uCommerce_AdminPage.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details: System.Configuration.ConfigurationErrorsException: No admin page configured for page. Please add ASP.umbraco_ucommerce_settings_definitions_editproductdefinition_aspx to uCommerce_AdminPage.
Source Error:
Source File: c:\Windows\Microsoft.NET\Framework64\v4.0.30319\Temporary ASP.NET Files\root\4b6c0145\25667243\App_Web_editproductdefinition.aspx.869c7b2c.vtbnkoxa.0.cs Line: 0
Stack Trace:
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
Similarly, when I try to create a new product definition:
Server Error in '/' Application.
Parser Error
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately.Parser Error Message: Could not load type 'UCommerceWeb.Umbraco.UCommerce.Settings.Catalog.CreateProductDefinition'.
Source Error:
Line 1: <%@ Control Language="C#" AutoEventWireup="true" CodeBehind="CreateProductDefinition.ascx.cs" Inherits="UCommerceWeb.Umbraco.UCommerce.Settings.Catalog.CreateProductDefinition" %> Line 2: Name: Line 3: <asp:TextBox runat="server" ID="NameTextBox" CssClass="bigInput" Width="350px"/><br />
Source File: /umbraco/UCommerce/Settings/Catalog/CreateProductDefinition.ascx Line: 1
Version Information: Microsoft .NET Framework Version:4.0.30319; ASP.NET Version:4.0.30319.1
Any thoughts?
Many thanks,
Zac
Hi Zac,
I think what's happened is that the login used for your SQL Server does not have permissions to update the database thus entries for the some of the admin UI is missing.
Could you tell me the version of uCommerce you upgraded to and also if there's any relevant information in the umbracLog table.
Thanks.
is working on a reply...