Common Problems
What are you doing here? There couldn't possibly a problem, could there? Ok, these things happen and this is as good a place as any to look for the solution. We will troubleshooting SunBlogNuke problems but please see "FAQs" for further questions.
- When I updated the edit blog panel I got an error message?
- It may be a known culture issue please check out the post How to fix the Culture issue for DNN and SunBlogNuke.
- SunBlogNuke looks like have been installed successfully but the main module SunBlog is not included in the extension list, how to fix it?
- In order to fix the installation issues, you just need to uninstall those existing widget modules firstly and then re-install it again. Please check out the post (Troubleshooting SunBlogNuke Installation) for completed solution in detail.
- When combining with dnn core profile, some avatars of authors list are broken. How to fix it?
- Make sure that you did not upload the profile image with admin/host account. Just let authors go to the their profile page and upload avatar themselves. The issue will be fixed in this way.
- I am getting an error when I try to submit a rating. A popup with "an error occurred while registering your rating. Please try again".
- In order to fix the issue, please open up your web.config, find out the element <system.web> and append the following code like that below:
<system.web>
...other elements
<webServices>
<protocols>
<add name="HttpGet" />
<add name="HttpPost" />
</protocols>
</webServices>
</system.web>
- With firebug tool, there seem to be script errors or jQuery conflict in the blog page and it made comments section not work well. How to fix it?
- It should be caused by jQuery Conflict with other 3rd party dnn modules or skins. To fix it, please do not include jQuery framework script manually in skin or module. Just refer to the links (How to add jQuery reference inside a skin file and jQuery Tips for DotNetNuke Developers) for best practices.
- We are moving my DNN site from a dev domain to a production domain, so the portal alias changed. But all the blog entries have permalinks that refer back to the dev domain. How to fix it?
- To fix it, please enter the 'basic settings' and regenerate your blog post links. It should work like a charm. Hope it makes sense. :)
Popular tags: Troubleshooting, Comment Settings
Posted @ 10/8/2010 7:38 PM by nick
we recently purchased the Sunblognuke module.
when ever i am trying to add a comment to an entry blog it is redirecting to the same page with the same view .
ex:- In blog page i have two entries... "Entry 1" "Entry 2" ...
when i click on the Comments under "Entry 1" it just takes me back to the same view state as earlier.
FYI, i had checked the option to allow comments by all
Posted @ 10/8/2010 11:57 PM by Baldwin
Hi Nick,
Could you share your website link to let us check it out? That may be a javascript conflict issue, which may occur in dnn environment due to tha fact that you mayb install more than one third-party modules into a page and skin may also be customized with some factors like javascript or style. Please refer to the post(www.sunblognuke.com/.../posts.aspx) in the support forum. Hope it makes sense.
Kind Regards
Baldwin
Posted @ 10/12/2010 6:08 PM by nick
Hi,
Using SunblogNuke V3.7.9.0 for my dnn website.
()how can i allow users to "Register" themselves from the blog page? Is that only achieved by leaving a comment (with a Nick name & Email)?
When i checked through Admin panel->Users..... i only found "Assign New Users" with only username and role (NO password nothing)
Baldwin, can you please look into this.
Posted @ 10/13/2010 2:10 AM by Baldwin
Nick,
Now our blogging module doesn't support the feature which allows users to "Register" themselves from the blog page. Maybe you can implement a sub module with extending it and that will be done by us in future. Hope it makes sense.
Kind Regards
Baldwin
Loading, please wait.