简体   繁体   English

Umbraco网站发布

[英]Umbraco Site Publishing

I am using umbraco v 4.11.6 (Assembly version: 1.0.4834.19775) the issue is every time the server shuts down or restarts I need to republish the pages which are not loaded. 我正在使用umbraco v 4.11.6(程序集版本:1.0.4834.19775),问题是每次服务器关闭或重新启动时,我都需要重新发布未加载的页面。 So please let me know the root cause for this issue if anyone knows or any other things that can be done to over come from this 因此,如果有人知道或其他可以解决的问题,请让我知道此问题的根本原因

Thanks in Advance 提前致谢

In version 4.6 there was an issue which had the same behavior when the SQL database was not available at boot time of the website. 在4.6版中,当网站启动时SQL数据库不可用时,存在一个具有相同行为的问题。 But with version 4.11 this should be fixed a long time. 但是,在4.11版中,此问题应长期解决。

I would investigate the logs (~/app_data/logs/). 我将调查日志(〜/ app_data / logs /)。 You might find some clue there. 您可能会在那找到一些线索。 Append logs to your post if you can not find the issue. 如果找不到问题,请将日志追加到您的帖子中。

This might be a problem with some ApplicationEventHandlers not running properly. 这可能是某些ApplicationEventHandlers无法正常运行的问题。 Or with write permissions on the proper folders. 或对适当的文件夹具有写权限。 Try adding more logs to the code, so you are sure what runs (and what doesn't). 尝试将更多日志添加到代码中,以确保可以运行(不可以运行)。

If you can not find the answer, try the umbraco forums : http://our.umbraco.org/forum 如果找不到答案,请尝试umbraco论坛: http : //our.umbraco.org/forum

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM