I have a custom index which has been working fine, I upgraded to the latest version of Umbraco 4.7.2 and noticed none of my nodes were showing in the front end.
I tried to republish and get the following error
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.
This seems to only happen on random docTypes? I can publish lots of different pages, just on random doctypes - If I create a new page and publish, I get the error above and 'sometimes' all the link to documents have a # instead of the Url.
If I open the umbraco.config, its wiped the config apart from a few pages?
Update: BTW I'm running 4.7.1.1 and it seems that if I create any new doctypes and try publish any of those types it screws the XML (And sometimes get the above error). I can create and publish existing doctypes without a problem.
The more I'm looking into this it does seem to more and more be pointing to Examine.
This site has a custom examine index as well as the default ones, but I cannot see why this would be causing the default on publish actions to die and the config XML to die.
Examine Error In Latest Version Of Umbraco
I have a custom index which has been working fine, I upgraded to the latest version of Umbraco 4.7.2 and noticed none of my nodes were showing in the front end.
I tried to republish and get the following error
I have deleted and rebuilt the examine indexes but still the same error?
This seems to only happen on random docTypes? I can publish lots of different pages, just on random doctypes - If I create a new page and publish, I get the error above and 'sometimes' all the link to documents have a # instead of the Url.
If I open the umbraco.config, its wiped the config apart from a few pages?
Update: BTW I'm running 4.7.1.1 and it seems that if I create any new doctypes and try publish any of those types it screws the XML (And sometimes get the above error). I can create and publish existing doctypes without a problem.
The more I'm looking into this it does seem to more and more be pointing to Examine.
This site has a custom examine index as well as the default ones, but I cannot see why this would be causing the default on publish actions to die and the config XML to die.
In case anyone else gets the same problem
http://www.blogfodder.co.uk/2012/5/11/hashed-links-value-cannot-be-null-parameter-name-attribute
Hi Lee,
it doesn't work in my case,still showing hash value on new document type nodes
regards
mithun
is working on a reply...