Creating Content Won't Work Options
andydaniels
Posted: Thursday, February 08, 2007 3:35:33 PM
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
kenny
Posted: Thursday, February 08, 2007 5:02:46 PM

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
andydaniels
Posted: Thursday, February 08, 2007 5:38:12 PM
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
andydaniels
Posted: Thursday, February 08, 2007 6:20:15 PM
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"/>
andydaniels
Posted: Friday, February 09, 2007 11:53:47 AM
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
Users browsing this topic
Guest


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.