Önceki projem için Orchard 1.8 kullanıyorum. 1.8.1 Denemeye karar verdim MySQL kullanıyorum. Atfer Orchard 1.8.1'in kaynaklarını derledim ve boş bir veritabanıyla kurdum. Kontrol panelinde aşağıdaki mesaj oluşur: Güncelleştirmeyi tıkladığımda. Bu ileti oluşur:Orchard 1.8.1 MySQL ile Kurulum
An unhandled exception has occurred and the request was terminated. Please refresh the page. If the error persists, go back
The parameters dictionary contains a null entry for parameter 'bulkAction' of non-nullable type 'Orchard.Modules.ViewModels.FeaturesBulkAction' for method 'System.Web.Mvc.ActionResult FeaturesPOST(Orchard.Modules.ViewModels.FeaturesBulkAction, System.Collections.Generic.IList`1[System.String], System.Nullable`1[System.Boolean])' in 'Orchard.Modules.Controllers.AdminController'. An optional parameter must be a reference type, a nullable type, or be declared as an optional parameter. Parametername: parameters
...
1.8 ile ben MySQL ile de bazı sorunları fark etmiş. NULL türüyle ilgili problemler var gibi görünüyor.
Sunucu yapılandırmasını bir şekilde değiştirmenin bir yolu varsa. Veritabanı sunucusuna tam olarak bağlıyım.
Muhtemelen bir hata mesajı vermelisiniz. –
https://orchard.codeplex.com/workitem/20807 – Matthias