Hi. I've noticed uBlogsy breaking stuff at my Umbraco. When I have uBlogsy installed, property of 301 URL tracker can't be used (nothing happens when you click on it's buttons). It works again once I remove uTagsy property from document.
Tags picker implementation is breaking 301 URL Tracker.
There's also a great package, Diplo LinkChecker. It places tab on the root, near "Create blog post", "Blog comments". And it's button <asp:Button ID="ButtonStartCheck" runat="server" Text="Start Link Check" CssClass="button" ToolTip="Click to check links" OnClick="ButtonStartCheck_Click" /> doesn't work (nothing happens) until I add CausesValidation="False". It's only when uBlogsy installed, checked on fresh Umbraco. Related topic: http://our.umbraco.org/projects/backoffice-extensions/diplo-linkchecker/bug-reports/32012-Checker-stopped-working
Can you please investigate and fix this? Probably some of your forms do not pass validation by default or something.
I'm sorry I can't create new topic for this for some reason. This forum engine is not so kind to me =|
I'll write this here: Errors in log when working with Blog Comments tab
Hello. There is a tab on root element in Content called Blog Comments. It works. But when I get spam comments to approve/delete, i'm getting errors in log. Here is list of errors that is appearing after displaying (click to load) and deleting single comment:
Error
admin
21/10/2012 19:17:13
Couldn't find any page with the nodeId = 0. This is most likely caused by the page isn't published! Parameter name: nodeId
Error
admin
21/10/2012 19:17:13
Couldn't find any page with the nodeId = 0. This is most likely caused by the page isn't published! Parameter name: nodeId
Error
admin
21/10/2012 19:17:13
Couldn't find any page with the nodeId = 1197. This is most likely caused by the page isn't published! Parameter name: nodeId
Error
admin
21/10/2012 19:16:51
Couldn't find any page with the nodeId = 1197. This is most likely caused by the page isn't published! Parameter name: nodeId
Error
admin
21/10/2012 19:16:51
Couldn't find any page with the nodeId = 1197. This is most likely caused by the page isn't published! Parameter name: nodeId
Error
admin
21/10/2012 19:16:18
Couldn't find any page with the nodeId = 1197. This is most likely caused by the page isn't published! Parameter name: nodeId
It doesn't look like a good thing. I like to keep my log error-free.
Is there any additional info I can provide to make it easier for you to fix errors?
Firstly, regarding the 301 tracker and the tags property. The tag property uses jquery to do it's magic. If there is something else on the page that crashes the js in the back office then it may effect the tag control. Check the browser console and let me know if there are any js crashes. I assume you're using latest chome?
Regarding Diplo LinkChecker, the fact that you had to add CausesValidation="False" means that the dashboard control was missing either a ValidationGroup, or a CausesValidation. Please log a bug with them.
Regarding your log. This is a common error when nodes are not published properly. Try deleting your /app_data/umbraco.config and doing a full republish.
If that doesnt work, you may had more package conflicts. Please list all the installed packages, the umbrao and ublogsy version.
Sorry to bump this, but I'm running in to the second problem Dima is mentioning. The error log seems to be calling out all the unpublished blog post nodes. As far as other packages that are installed, here they are:
ImageGen
Config Tree
Robots.txt Editor
Cultiv.DynamicRobots
CultivSearchEngineSitemap
Umbraco Contour
tswe.log4umbraco
Digibiz Advanced Media Picker
Cultiv Razor Contact Form
uComponents
EyeCatch RSS Feed
FamFamFam Icon package
uBlogsy
Autofolders
I don't believe the node IDs are being linked to in the umbraco.config file. Using Umbraco v4.9.0, uBlogsy v2.1.1.2. Thanks in advance!
uBlogsy is breaking stuff
Hi. I've noticed uBlogsy breaking stuff at my Umbraco. When I have uBlogsy installed, property of 301 URL tracker can't be used (nothing happens when you click on it's buttons). It works again once I remove uTagsy property from document.
Tags picker implementation is breaking 301 URL Tracker.
There's also a great package, Diplo LinkChecker. It places tab on the root, near "Create blog post", "Blog comments". And it's button <asp:Button ID="ButtonStartCheck" runat="server" Text="Start Link Check" CssClass="button" ToolTip="Click to check links" OnClick="ButtonStartCheck_Click" /> doesn't work (nothing happens) until I add CausesValidation="False". It's only when uBlogsy installed, checked on fresh Umbraco. Related topic: http://our.umbraco.org/projects/backoffice-extensions/diplo-linkchecker/bug-reports/32012-Checker-stopped-working
Can you please investigate and fix this? Probably some of your forms do not pass validation by default or something.
I'm sorry I can't create new topic for this for some reason. This forum engine is not so kind to me =|
I'll write this here: Errors in log when working with Blog Comments tab
Hello. There is a tab on root element in Content called Blog Comments. It works. But when I get spam comments to approve/delete, i'm getting errors in log. Here is list of errors that is appearing after displaying (click to load) and deleting single comment:
It doesn't look like a good thing. I like to keep my log error-free.
Is there any additional info I can provide to make it easier for you to fix errors?
Hi
It seems that there are multiple conflicts.
Firstly, regarding the 301 tracker and the tags property. The tag property uses jquery to do it's magic. If there is something else on the page that crashes the js in the back office then it may effect the tag control. Check the browser console and let me know if there are any js crashes. I assume you're using latest chome?
Regarding Diplo LinkChecker, the fact that you had to add CausesValidation="False" means that the dashboard control was missing either a ValidationGroup, or a CausesValidation. Please log a bug with them.
Regarding your log. This is a common error when nodes are not published properly. Try deleting your /app_data/umbraco.config and doing a full republish.
If that doesnt work, you may had more package conflicts. Please list all the installed packages, the umbrao and ublogsy version.
Hey Anthony
Sorry to bump this, but I'm running in to the second problem Dima is mentioning. The error log seems to be calling out all the unpublished blog post nodes. As far as other packages that are installed, here they are:
try turning off your app pool, then deleting your examine indexes, and umbraco.config... then restart the app pool.
If i don't have access to IIS, would touching the web.config file suffice?
Yes, touching the config is enough.
is working on a reply...