Custom Modules Does not seem to work
Last Post 01/14/2015 10:18 PM by Joseph Craig. 1 Replies.
Author Messages
yigit balin
Posts:


--
01/14/2015 2:52 PM
    Hey All;
    I am working with a company creates custom modules within DNN . We did a fresh install of 7.3.4 and installed/moved one of our custom module to DNN. Now, we can not add another module to DNN. The link or any other link under Module section does not click.
    Also, something seems to be wrong with the extensions. When you want to click on edit, its the same problem, it seems like the link is broken or can not get into it.
    We tried :
    1 - Jquery disable/enable. In 7.3.4 , you cant even do it seems like.
    2 - Added a code to web.config regarding to jquery, it crashed the website.
    3 - Nothing under host > Event Viewer.
    We are running :
    Windows 2012 r2 Datacenter edition
    SQL 2014
    VS 2012
    IIS 8.5
    The same instance DOES RUN on Windows 7 box without any issues with the same DNN , SQL 2014 and VS2012
    Thanks for any input.
    Christian
    Joseph Craig
    DNN MVP
    Posts:11667


    --
    01/14/2015 10:18 PM
    Do I understand that one installation works and one doesn't? If so, you want to look carefully at the IIS configuration and the website configuration in IIS to see what might be different between the twol.

    Visual Studio should not be an issue.

    Are both running IIS 8.5? If not, that is where I would look first.

    Another thought: can you install DNN on the "non-working" server, and install other non-custom modules successfully? If so, you will want to look at the module compilation and packaging process.

    The company that created the custom modules should be able to work this out.

    Joe Craig, Patapsco Research Group
    Complete DNN Support


    ---