0

前もって感謝します。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

これはこのテンプレートのバグですか、それとも設定エラーですか?私はすでにマニュアルのすべてのステップに従いました。誰かが親切に私を助けてくれませんか?ありがとうございました

テンプレートリンク

4

1 に答える 1

1

これはエラーではありません。デフォルトのテーマを FashionShoes に変更し、データベースに保存しました。この問題を解決するには、オプションがあります。まず、FashionShoes テーマを含むフォルダーをテーマ フォルダーにコピーして戻し、Web サイトを実行して、好きなテーマに変更します。次に (よくわかりませんが...!) yourwebsite.com/administration に移動し、ログインしてテーマを変更します。

参考: テーマの変更方法がわからない場合は、yourwebsite.com/administration に移動して設定をクリックし、SEO テーブルに移動して、ドロップダウン リストからテーマを変更してください。

于 2011-07-14T12:10:03.297 に答える