Solve the bug that dnn3.06 useronline/survey cannot run normally

Source: Internet
Author: User
Tags dotnetnuke

1. The useronline module cannot be used normally.

Solution: import the userportal table of dnn2 to the database.

2. The useronline chart cannot be displayed normally in friendly URL mode.

Solution: Modify usersonline. ascx in the useronline directory.

Add ~ before image address ~ /Topics topmodules/usersonline/

For example, src = "uototal.gif" is changed to src = "~ /Topics topmodules/usersonline/uototal.gif"

I think this bug will have a better way. If you know it, please give me some advice.

3. The survey module is not working properly.

Solution: Modify dataprovider. VB in the survey directory.

Change objprovider = ctype (Framework. reflection. Createobject ("data", "companyName. Survey", "companyName. Survey") of row 38 to dataprovider.

Objprovider = ctype (Framework. reflection. Createobject ("data", "dotnetnuke. modules. Survey", "dotnetnuke. modules. Survey"), dataprovider)

Change inherits = "companyName. Survey. Survey" in the survey. ascx \ editsurvey. ascx \ Settings. ascx file

Inherits = "dotnetnuke. modules. Survey. Survey"

If you find other bugs, you can write them out and find a solution.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.