Bug on blog post publish: attribute cannot be null
Hi Anthony, If I publish a blog post without filling in a Content property I get the following error:
(using v1.32)
Server Error in '/' Application.
Value cannot be null. Parameter name: attribute
Description: An unhandled exception occurred during
the execution of the current web request. Please review the stack trace
for more information about the error and where it originated in the
code.
Exception Details: System.ArgumentNullException: Value cannot be null. Parameter name: attribute
Source Error:
An unhandled exception was generated during the execution of the current
web request. Information regarding the origin and location of the
exception can be identified using the exception stack trace below.
Someone else had that crash but for a different reason. Apparently the fixw as to swap 2 lines in ublogsy's source where the comments node is published.
A quick work around would be to add a method on the before save event to add something to the property which is empty.
I'm using Umbraco v4.10 and uBlogsy v2.1.1. I'm running into the same issue as above. The one thing I have done is to copy the uBlogsy Content tree into my Content tree. I have installed uComonents, Digibiz Advance Media Picker and Cultiv Search Engine Sitemap, no start kits.
I'm running 4.10.1 and the newest ublogsy...sorry I should have noted the version numbers correctly. The thing is I can publish I just have to do it 2 times in order for it to work. Here is what I get on the first publish
Thanks for looking
Eric
Value cannot be null. Parameter name: attribute
Description:An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details:System.ArgumentNullException: Value cannot be null. Parameter name: attribute
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Doh! I installed the old one from my local repository of packages. Is it easier to ugrade or uninstall and reinstall. This is a new installation, no really blog content yet.
I'm using 4.11.3 for a site - no packages installed besides the path fix - and i deleted a node on the 2nd level that had children and wasn't able to republish my homepage. all other pages published but when i published the homepage it gave me the same yellow screen of death in umbraco. I deleted the items in my recycle bin and it worked. Thank you for the tip!
Bug on blog post publish: attribute cannot be null
Hi Anthony, If I publish a blog post without filling in a Content property I get the following error:
(using v1.32)
Server Error in '/' Application.
Value cannot be null.
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Parameter name: attribute
Exception Details: System.ArgumentNullException: Value cannot be null.
Parameter name: attribute
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
Which property are you not filling in?
Do you have any custom examine indexes?
Someone else had that crash but for a different reason. Apparently the fixw as to swap 2 lines in ublogsy's source where the comments node is published.
A quick work around would be to add a method on the before save event to add something to the property which is empty.
Hi,
I'm using Umbraco v4.10 and uBlogsy v2.1.1. I'm running into the same issue as above. The one thing I have done is to copy the uBlogsy Content tree into my Content tree. I have installed uComonents, Digibiz Advance Media Picker and Cultiv Search Engine Sitemap, no start kits.
I don't have any custom Examine Indexes
Thanks
Eric
I've just installed umbraco 4.10.1 and ublogsy 2.1.1.1 and it seems to work fine.
Try upgrading umbraco and ublogsy.
I'm running 4.10.1 and the newest ublogsy...sorry I should have noted the version numbers correctly. The thing is I can publish I just have to do it 2 times in order for it to work. Here is what I get on the first publish
Thanks for looking
Eric
Value cannot be null.
Parameter name: attribute
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
Exception Details: System.ArgumentNullException: Value cannot be null.
Parameter name: attribute
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
Stack Trace:
um.... i see 1.32_bugs_search
You're running ublogsy 1.32
Current version is 2.1.1.1.
If you got it from the package repo, it's out of date.
Doh! I installed the old one from my local repository of packages. Is it easier to ugrade or uninstall and reinstall. This is a new installation, no really blog content yet.
Thanks!
Eic
Definitely easier to uninstall.
http://issues.umbraco.org/issue/U4-1491#comment=67-4953
Shannon Deminick's comment worked for me. Deleted items in recycle bin.
Interesting
I'm using 4.11.3 for a site - no packages installed besides the path fix - and i deleted a node on the 2nd level that had children and wasn't able to republish my homepage. all other pages published but when i published the homepage it gave me the same yellow screen of death in umbraco. I deleted the items in my recycle bin and it worked. Thank you for the tip!
is working on a reply...