开源电子车NopCommerce模板问题
提前致谢。 对于任何 nopcommerce 用户,有人使用过 OSshop.biz 构建的模板吗??? 我尝试过一家名为豪华手袋店(链接如下)。当我运行它时,出现错误:
Theme 'FashionShoes' cannot be found in the application or global theme directories.
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.Web.HttpException: Theme 'FashionShoes' cannot be found in the application or global theme directories.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[HttpException (0x80004005): Theme 'FashionShoes' cannot be found in the application or global theme directories.]
System.Web.Compilation.ThemeDirectoryCompiler.GetThemeBuildResultType(String themeName) +923
System.Web.Compilation.ThemeDirectoryCompiler.GetThemeBuildResultType(HttpContext context, String themeName) +73
System.Web.UI.Page.InitializeThemes() +8700927
System.Web.UI.Page.PerformPreInit() +38
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +282
这是这个模板的错误还是我的设置错误?我已经遵循了手册中的每一步。有人好心帮助我吗???谢谢
Thanks in advance.
For any nopcommerce user, Do anyone use the template built by OSshop.biz before???
i have tried the one named Luxury handbag store (linked below). When i run it, it turn out a error:
Theme 'FashionShoes' cannot be found in the application or global theme directories.
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.Web.HttpException: Theme 'FashionShoes' cannot be found in the application or global theme directories.
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
[HttpException (0x80004005): Theme 'FashionShoes' cannot be found in the application or global theme directories.]
System.Web.Compilation.ThemeDirectoryCompiler.GetThemeBuildResultType(String themeName) +923
System.Web.Compilation.ThemeDirectoryCompiler.GetThemeBuildResultType(HttpContext context, String themeName) +73
System.Web.UI.Page.InitializeThemes() +8700927
System.Web.UI.Page.PerformPreInit() +38
System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +282
Is this the bug of this template or is my setting error?? I have followed every step in the manual already. Would anyone kindly help me ??? Thank You
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这不是一个错误。您已将默认主题更改为 FashionShoes,并且该主题已存储在您的数据库中。要摆脱这个问题,有以下选择:首先,只需将包含 FashionShoes 主题的文件夹复制回主题文件夹中,然后运行您的网站并将其更改回您喜欢的主题。其次(但我不太确定......!)导航到 yourwebsite.com/administration 并登录并更改主题。
仅供参考:如果您不知道如何更改主题,只需导航到 yourwebsite.com/administration 并单击设置,然后转到 SEO 表并从下拉列表中更改主题
This is not an error. You have changed the default theme to FashionShoes and this was stored in your database. To get rid of this problem there are to options: First, just copy back the folder containing containing the FashionShoes theme in your theme folder and then run your website and change it back to whichever theme you like. Second (but I am not very sure...!) navigate to yourwebsite.com/administration and login and change the theme.
FYI: In case you do not know how to change the theme, just navigate to yourwebsite.com/administration and click on the setting and go to SEO table and change the theme from the dropdown list