我剛纔通過Web平臺安裝程序安裝5.0 CMS果園。安裝進行得很好。通過WebMatrix啓動時,出現以下錯誤。果園CMS加載錯誤
A 'script' named 'jQuery' could not be found.
Line 13: <meta charset="utf-8" />
Line 14: <title>@Html.Title(title, siteName)</title>
Line 15: @Display(Model.Head)
Line 16: <script> (function (d) { d.className = "dyn" + d.className.substring(6, >d.className.length); })(document.documentElement);</script>
Line 17: </head>
此外,我不希望使用WebMatrix的IDE。我與我的VS 2012年開設了網站(使用文件系統),試圖從那裏運行,並收到以下編譯錯誤:
Error 1 Object reference not set to an instance of an object. C:\Users\Subrata\Documents\My Web Sites\orchard\Modules\Lucene\Lucene.csproj 1
我也使用
git clone https://github.com/subtata-emfluence/Orchard.git
有人幫我克隆從GitHub源代碼與我如何擺脫上述問題並配置我的第一個網站!
你安裝了哪個版本的Orchard? – devqon
網站PI僅向我顯示發佈日期,即2016年5月18日。知道我安裝的版本的方法是什麼? –
看看日誌,這應該是下的App_Data /日誌 – devqon