|
|
Rank: Newbie
Joined: 7/12/2008 Posts: 13 Location: Italy
|
I'm creating my first site and I'm able to preview my pages but when I publish them the Link to document is allways empty and I'm not able to navigate the web site cause I allways see the nonodes.aspx
Any help is welcome!
Rob
|
|
 Rank: Umbracoholic
Joined: 9/27/2007 Posts: 1,136 Location: Belgium
|
Hi Rob, List of things you might check: - Any errors when you're publishing? Even no javascript errors? Did you try publishing the parent node (and checking off the 'Include childnodes' checkbox)? - Have logviewer package installed? Can get this package from the online repository ('Developer' section, right-click 'Macro', select 'Import package'...) and find out what's been logged? - Look for umbraco.config file in the /data folder and verify if the 'published' nodes are actually in there. It could also be resolved by right-clicking the 'Content' node in the 'Content' section and select 'Publish entire site' from the context menu. If all of this is not working, tell us a bit more about the environment you're in! umbraco version, os, ... Regards, /Dirk
level 1 & 2 certified - umbraco MVP 2008/2009 - umbraco blog at netaddicts.be - working on an integrated forum4umbraco
|
|
Rank: Newbie
Joined: 7/12/2008 Posts: 13 Location: Italy
|
Hello Dirk,
thank you for the help. No errors when I'm publishing, but Umbraco.config is empty (only these to lines):
<!DOCTYPE umbraco[ <!ELEMENT nodes ANY> <!ELEMENT node ANY> <!ATTLIST node id ID #REQUIRED> ]> <root id="-1" />
I'm using Umbraco 3.0.3 on a Windows 2003 Server with Sql Server 2005 and I've another Umbraco Website created with the Wizard Pac working.
In the log I found a lot of:
Error adding stylesheet to tinymce (id: 1049). System.ArgumentException: No node exists with id '1049' at umbraco.cms.businesslogic.CMSNode.setupNode() at umbraco.cms.businesslogic.web.StyleSheet..ctor(Int32 id) at umbraco.editorControls.tinymce.TinyMCE..ctor(IData Data, String Configuration)
and a couple of
Error indexing node: (System.UnauthorizedAccessException: Access to the path 'D:\Web Sites\um\data\_systemUmbracoIndexDontDelete\segments' is denied. at System.IO.__Error.WinIOError(Int32 errorCode, String maybeFullPath) at System.IO.File.Delete(String path) at Lucene.Net.Store.FSDirectory.RenameFile(String from, String to) at Lucene.Net.Index.SegmentInfos.Write(Directory directory) at Lucene.Net.Index.IndexWriter.AnonymousClassWith3.DoBody() at Lucene.Net.Store.Lock.With.Run() at Lucene.Net.Index.IndexWriter.MergeSegments(Int32 minSegment) at Lucene.Net.Index.IndexWriter.FlushRamSegments() at Lucene.Net.Index.IndexWriter.Optimize() at umbraco.cms.businesslogic.index.Indexer.IndexNode(Guid ObjectType, Int32 Id, String Text, String UserName, DateTime CreateDate, Hashtable Fields, Boolean Optimize))
Error Administrator 24/08/2008 17.22.23 Error loading actionhandler 'umbEnsureUniqueName': System.ArgumentException: No parentnode at umbraco.cms.businesslogic.CMSNode.get_Parent() at umbraco.ActionHandlers.umbEnsureUniqueName.Execute(Document documentObject, IAction action) at umbraco.BusinessLogic.Actions.Action.RunActionHandlers(Document d, IAction action)
and one
At /1041.aspx?umbVersion=929d6769-5ae7-4489-bb4c-3cbbf7f72596 (Refered by: ): System.ArgumentException: User has timed out!! at umbraco.BasePages.BasePage.validateUser() at umbraco.BasePages.BasePage.ensureContext() at umbraco.WebForm1.OnInit(EventArgs e) at System.Web.UI.Control.InitRecursive(Control namingContainer) at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
I've checked the permission fro Network services and is FULL for the DATA folder but is only READ for the umbraco.config file. Then I look at some other folders and files andI found other situations like this. Is it possible that installing FrontPage Extensions on the site has changed the security settings?
I think is better to create a new Umbraco empty site, as I have only created 1 document type, 1 stylesheet and a dozen of pages.
Thank you
Rob
|
|
 Rank: Umbracoholic
Joined: 9/27/2007 Posts: 1,136 Location: Belgium
|
Quote:Is it possible that installing FrontPage Extensions on the site has changed the security settings? Not sure, but let's take that as an excuse :). No, seriously, could be, not that familiar with frontpage extensions, so don't know exactly. Clean install would be the best in your case! I've done that many times, but agree that it should have a cause, which I haven't looked after before. Greetz, /Dirk
level 1 & 2 certified - umbraco MVP 2008/2009 - umbraco blog at netaddicts.be - working on an integrated forum4umbraco
|
|
Rank: Enthusiast
Joined: 5/13/2008 Posts: 41 Location: VA, USA
|
The fix for the TinyMCE error is simple. Create a new, blank stylesheet in the Settings section named "TinyMCE" or whatever you want to call it. Then go to the Developer section and expand the Data Types > Richtext editor tree item and find the Related stylesheets setting. Check the box next you your new stylesheet and click the save icon on the menu at the top.
I run into that error on all new 3.0.5 installs.
The second error as you've found is a permissions error. Network Service needs at least Write/Modify permissions on the following folders (and files in them): /bin /config /css /data /media /umbraco /usercontrols /xslt /python /scripts
I'm not sure if the FrontPage extensions caused the problem...someone else will have to chime in there.
|
|
|
Guest |