I checked if there was a reported bug about this issue.
All I could find was this:
http://issues.umbraco.org/issue/U4-6819
And it doesn't seem to be the same issue, since I don't get any errors.
It just doesn't publish my content at the given date and time.
Guess I'll try and create a bug report, since this is kinda frustrating.
I have 5 sites, where I create more than 25 posts a day, and a whole lot of them are saved with a "publish at"-date.
I would believe so, since I haven't changed anything, from the old version of the site.
But this kind of worries me
2015-08-10 12:53:43,419 [59] ERROR umbraco.content - [Thread 61] Failed to load Xml from file.
System.IO.FileNotFoundException: Could not find file 'd:\web\localuser\mysite\public_html\App_Data\umbraco.config'.
File name: 'd:\web\localuser\mysite\public_html\App_Data\umbraco.config'
It seems like, the system still thinks it's a local installation and not a live one.
Is there something I should change in the webconfig?
XmlCacheEnabled: Turn Xml caching of content on/off. Umbraco Makes heavy use of caching content in memory to avoid database calls. This makes umbraco faster and more efficient. You should not in any way turn this off, unless you have a very good reason to do so. It will make your website very slow.
"Publish at" does'nt publish.
Hi
I've just finished a new Umbracosite last week and added a few articles to be published yesterday.
But the articles are still marked as Unpublished in Umbraco and the URL's lead to 404 pages.
I've tried Googling this but haven't been able to establish whether it's my installation which is bugging or if this is a known error.
Hi Henrik,
Can you look at Umbraco log? There often a lot of information about errors.
Also check please /app_data/umbraco.config file, does it exist?
Thanks, Alex
Hi Alex
Thank you for replying
It's the UmbracoTraceLog.txt, correct?
I can't seem to find anything about the article I'm trying to publish.
I've made a test article and set it to publish at 09:26:16.
Below is what the UmbracoTraceLog contains from when I created the article until it should have been published**
**Added in a new comment, since the codeeditor doesn't seem to work
And yes. Umbraco.config does exist, but I can't seem to find anything about the article in there either.
No errors in the log. Strange, how problem looks now ?
Well the problem is, that even though I set the publish date and time, the articles doesn't get published, and no URL are created.
Hi, what version of umbraco are you using? If you try and publish one minute from now what happens? Charlie :)
Hi Charles
That's what I tried in the example given above.
I'm running the newest Umbraco verison 7.2.5.
It's an old site, which used to run in a version 4..2.
I then created the site again from scratch, using the old source codes, since I couldn't get it updated properly.
Might be worth raising a bug and checking it's not raised in that version :)
I checked if there was a reported bug about this issue.
All I could find was this: http://issues.umbraco.org/issue/U4-6819 And it doesn't seem to be the same issue, since I don't get any errors. It just doesn't publish my content at the given date and time.
Guess I'll try and create a bug report, since this is kinda frustrating.
I have 5 sites, where I create more than 25 posts a day, and a whole lot of them are saved with a "publish at"-date.
So I tried doin a few more test articles and I found some errors in the log.
Is everything ok with folders permission ?
I would believe so, since I haven't changed anything, from the old version of the site.
But this kind of worries me
It seems like, the system still thinks it's a local installation and not a live one.
Is there something I should change in the webconfig?
I published the site with WebMatrix.
You have to check permissions for /app_data folder.
Another solution is to turn off umbraco.config caching, change 'XmlCacheEnabled' param in the umbracoSettings.config
https://our.umbraco.org/documentation/Using-Umbraco/Config-files/umbracoSettings/
Thanks, Alex
Hi Alex
Thanks alot for your answers.
I checked the permissions for the /app_data on the FTP, and all permissions are enabled.
I will try changing XmlCacheEnabled to false, and do another test.
Can changing this, cause any problems with the other functionalities on the site?
Kind regards Henrik
It can create some performance problem, but not all the time. And it can't broke the site definitely.
Thanks, Alex
So from what I could read in the documentaion the XmlCacheEnabled should be added to the Content section of the config file.
Tried adding this in the umbracoSettings.config in the section.
But when I do this, I get the Umbraco welcome screen, when trying to access my website.
XmlCacheEnabled: Turn Xml caching of content on/off. Umbraco Makes heavy use of caching content in memory to avoid database calls. This makes umbraco faster and more efficient. You should not in any way turn this off, unless you have a very good reason to do so. It will make your website very slow.
So maybe problem not only with this file ? Did you check connection string ?
When I checked the umbracoSettings.config in the first place, XmlCacheEnabled wasn't in the file.
So tried adding it to the < content > section, since XmlCacheEnabled was under the content section.
The connection string to the DB?
I guessed that was in order, since I can still do an immediate save/publish without any problems.
I'm guessing this is alright
is it ok with Umbraco.sdf file ?
Yea that's the name of the db.
Could it have something to do with the flushinterval?
I know I had some other problems with that in the past
Had the same issue managed to resolve it by doing the below steps:-
is working on a reply...