Object reference errors when publishing blog articles, and searching for members 4.6xx
Hi There, I'm having some issues with some default functionality of the CMS. When I publish a blog article on it's own, I receive an error below. Similarly, inside the members section of the CMS, when I perform a members search, I also get the error.
Can someone explain to me how to fix the issue please?
Thanks in advance.
Server Error in '/' Application.
Object reference not set to an instance of an object.
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.NullReferenceException: Object reference not set to an instance of an object.
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.
Are you using Blog4Umbraco? If so, the current version doesn't work with 4.6+ very well. There's a new version in the works that's compatible with newer versions of Umbraco, keep an eye on http://blog4umbraco.codeplex.com
Hi Tim , thank you for the reply. I will install the new version of the blog. How can I handle the members section, throwing a null reference exception when searching for members?
I installed the latest version of the blog. I'm still getting the error and now I'm getting the following as well. Any ideas how I can fix these issues?
The latest released version of blog4umbraco (2.0.26) won't work at all with 4.6 - there are also known issues as you described just now that are resolvable by googling them.
However, if you want to try the very latest features, you could try downloading the latest source code and try building it yourself - the latest efforts are targeted at 4.5 and 4.7 so should work for the most part - no promises though...
If you come across any issues, post them on the blog4umbraco codeplex issues area...
Object reference errors when publishing blog articles, and searching for members 4.6xx
Hi There, I'm having some issues with some default functionality of the CMS. When I publish a blog article on it's own, I receive an error below. Similarly, inside the members section of the CMS, when I perform a members search, I also get the error.
Can someone explain to me how to fix the issue please?
Thanks in advance.
Server Error in '/' Application.
Object reference not set to an instance of an object.
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.NullReferenceException: Object reference not set to an instance of an object.
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:
Are you using Blog4Umbraco? If so, the current version doesn't work with 4.6+ very well. There's a new version in the works that's compatible with newer versions of Umbraco, keep an eye on http://blog4umbraco.codeplex.com
Hi Tim , thank you for the reply. I will install the new version of the blog. How can I handle the members section, throwing a null reference exception when searching for members?
Hi Tim,
I installed the latest version of the blog. I'm still getting the error and now I'm getting the following as well. Any ideas how I can fix these issues?
Pages
Error parsing XSLT file: \xslt\Blogpages.xsltTags
Error parsing XSLT file: \xslt\BlogCategories.xsltArchives
Latest Comments
Error parsing XSLT file: \xslt\BlogLatestComments.xsltHi Sean,
The latest released version of blog4umbraco (2.0.26) won't work at all with 4.6 - there are also known issues as you described just now that are resolvable by googling them.
However, if you want to try the very latest features, you could try downloading the latest source code and try building it yourself - the latest efforts are targeted at 4.5 and 4.7 so should work for the most part - no promises though...
If you come across any issues, post them on the blog4umbraco codeplex issues area...
Thanks,
Rob.
oh, with regard to the errors you are getting with Members, perhaps post the stack trace for that too...
is working on a reply...