|
|
Rank: Enthusiast
Joined: 2/6/2007 Posts: 10
|
I've installed Umbraco in the same folder as my website. I've used umbraco.Global as the base class for my Global.asax. I've created a template and a document type no problem.
My next step is to create a page so I:
1. Go to Content 2. Right click on Content 3. Select 'Create' 4. Enter a name in the pop up 5. Click 'Create'
Then the pop up closes as expected, the administration area refreshes but nothing is created. Nothing changes.
Anyone have any idea what the problem is or even where to start looking? Thanks
|
|
 Rank: Aficionado
Joined: 8/12/2006 Posts: 139 Location: Norway
|
Did you copy umbraco.editorControls.dll from \components\editorControls\bin and umbraco.macroRenderings.dll from \components\macroRenderings\bin\Debug to your site's /bin folder?
Kenneth Solberg - xeed* - core dev - level 2 cert pro - my blog
|
|
Rank: Enthusiast
Joined: 2/6/2007 Posts: 10
|
Firstly thanks for answering. :D
No I hadn't. I had also missed the following assemblies:
- DotNetOpenMail.dll - ImageManipulation.dll - TidyDll.dll
I've added them as well but its not made a difference to creating content.
Any other ideas or suggestions?
Thanks again
Andrew
|
|
Rank: Enthusiast
Joined: 2/6/2007 Posts: 10
|
In case this helps, below you will find my web.config settings: Code: <add key="umbracoReservedUrls" value=",/umbracoTextGen.aspx,"/> <add key="umbracoReservedPaths" value="/umbraco/,/install, /Games/, /Images"/> <add key="umbracoContentXML" value="/data/umbraco.xml"/> <add key="umbracoStorageDirectory" value="/data"/> <add key="umbracoPath" value="/umbraco" /> <add key="umbracoDbDSN" value="Server=127.0.0.1;Database=M21_Cms;User ID=sa;Password=snakeeyes;Trusted_Connection=False"/> <add key="umbracoSmtpServer" value="127.0.0.1"/>
<add key="umbracoHideTopLevelNodeFromPath" value="true"/> <add key="umbracoEditXhtmlMode" value="true"/> <add key="umbracoUseDirectoryUrls" value="false"/>
<add key="umbracoDebugMode" value="true"/> <add key="umbracoTimeOutInMinutes" value="20"/> <add key="umbracoDisableVersionCheck" value="true"/> <add key="umbracoDisableXsltExtensions" value="true"/> <add key="umbracoDefaultUILanguage" value="en"/>
<add key="umbracoProfileUrl" value="profiles"/> <add key="umbracoConfigurationDone" value="211"/>
|
|
Rank: Enthusiast
Joined: 2/6/2007 Posts: 10
|
Don't know what the problem was but started over and now we're in business! Thanks anyway
|
|
|
Guest |