-
RaviCha
razor orchardcms-1.6
I am writing a custom orchard module which needs to read in “Razor template” views from the database and dynamically add them to orchard pages when published via Content manager.I see that Orchard implements its own view engine and also a custom virtualPathHandler. I am wondering if someone has tried to do something similar in orchard.Thanks.
-
Micha
orchardcms orchardcms-1.6
I am reading “Orchard CMS Up and Running”.It says to start developing, download the zip file from the main orchard website (OrchardProject.net) – and load Orchard.sln. This file does not exist in the download zip?!This appears to be the only book on the subject – how can I load the files as a solution?
-
AnimaSola
.net asp.net-mvc iis orchardcms orchardcms-1.6
I’m using Orchard CMS which is based off MVC3. I keep getting sporadic runtime errors and when I check the logs I see a lot of this: Timer_ConnectionIdleCan anyone tell me what’s causing this and how I can fix it? Performing a refresh/reset or changing the web.config and saving fixes it temporarily but it keeps coming back.UPDATETransaction TimeoutException Details: System.TimeoutException: Transaction Timeout[TimeoutException: Transaction Timeout] [TransactionAbortedException: The transaction h
-
Subhasis
orchardcms orchardcms-1.6
I have an Orchard Custom Content Part with 2 fields (Name and Description). I have created Migrations.cs with an unique constraint on “Name” column. I can see constraint created in DB, however when I try to force Orchard with duplicate values, it crashes giving a timeout error. How do I handle it gracefully ? Should the Handler of the ContentPart be modified to handle that ? Pl give some tips or point me to the relevant URL (I cant seem to find any online).
-
wilenx
orchardcms orchardcms-1.6
I’m a developer that wishes to have a landlord site which manages tenants via Orchard. I’ve Enabled the Orchard.MultiTenancy module, started using it and created multiple sites for my purposes. However, I’m still somewhat in favor of coding stuff and not just edit it via a high-level Orchard user. Trying to find each tenant’s MVC site wasn’t successful. Any suggestions ?If one tenant crashes, does it take with it all the other tenants (since I can’t seem to find an Application Domain for each)?
-
Will
orchardcms orchardcms-1.6
After reading on the web that Orchard CMS can be installed on shared hosting, I tried to install Orchard CMS 1.6 on Godaddy Web Hosting with MySQL database. I performed following steps -Verified that my root directory is set to Integrated pipeline mode. Downloaded the ZIP Package from Codeplex and uploaded to my root directory on my hosting account In Godaddy file manager set write permissions to following folders (App_Data, Config, Themes, Media, Modules) Also created a MYSQL databaseWhen I acc
-
bong
orchardcms orchardcms-1.6
I have 3 environments currently:DEV (with VS2012 and source code) – which connects to TEST db TEST – which connects to TEST db PROD – which connects to PROD dbThe website is currently working fine on DEV and TEST (with Contents, Widgets, etc added already). When I tried to promote to PROD, the website seems to work fine (all pages there, I can navigate, etc) – However, I cannot edit at all.For example when adding new page/editing content I would get this error:”An unhandled exception has occurre
-
Sid
orchardcms autofac azure-web-roles orchardcms-1.6
I’m able to run the same Orchard webrole locally inside the Azure Emulator however when I deploy it to Azure Cloud Services, it fails on the 1st load as shown below. EDIT: 127.0.0.1:10000 is used by the Bob storage local emulator. I’ve double checked the cscfg and cscfg files – I’m providing the real blob storage credentials there. Weird. I wonder if Orchard is picking up something from some other file(s) …We’re using the Orchard 1.6.1 “source code” version and are using the included src\Orcha
-
Brian Mains
.net content-management-system orchardcms orchardcms-1.6
I upgraded an Orchard 1.4 site with Orchard 1.6, by copying over the site. I didn’t have a menu before, but am now adding a menu, and am trying to add a content menu item. When I click the add button in the navigation area of the admin app, I get the following error. Any idea how to resolve this issue?A ‘script’ named ‘ContentPicker’ could not be found.Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more informati
-
user1723364
orchardcms orchardcms-1.6
I am getting these errors every single time I try to either add a new item to the navigation (first error below) or change the order of the menu items in the navigation (second error below). I can’t make changes to my menus at all. Any ideas what could be causing this?First ErrorAn unhandled Microsft.NET framework exception occurred in w3wp.exe [9288] Second ErrorServer Error in ‘/’ Application.Sequence contains no elementsDescription: An unhandled exception occurred during the execution of the
-
Walery Strauch
asp.net orchardcms orchardcms-1.6
I have been trying to install and enable EventDate 1.0 module on Orchard 1.6, but it is installing fine but can not enable, it is throwing server error below.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.Any advise would be greatThanks in advanced
-
digitall
tinymce orchardcms-1.6
I am using the TinyMCE Deluxe module for Orchard to support additional editing options for a site. One of the things my client needs is the ability to do text alignment, identical to how Word works. I saw TinyMCE has a utility does support these options as part of the “Core” set of controls (see here), but when I try to edit orchard-tinymce.js to support core, I just start getting JS errors and the toolbar doesn’t show up.Any suggestions on how to add in the alignment options?EDITHere is my orch