mala gupta
 Nuke Newbie Posts:7

 |
03/04/2013 6:39 AM |
|
Finally upgraded our site stage.digitalavenues.com/imptrax from dnn 5.6 to 7.0.3 I'm not able to get the CONTROLBAR to work properly. When I click "Edit This Page" - to switch into edit mode nothing happens? The check box "Stay in Edit mode" is not either possible to check. (the one below is active/enable - but nothing happens. Update: most functions does not work in the CONTROLBAR - Add Module etc. etc. Any hints? Anyone else experienced the same? |
|
|
|
|
Joseph Craig DNN MVP Posts:11667

 |
|
mala gupta
 Nuke Newbie Posts:7

 |
03/04/2013 7:30 AM |
|
my site is running in IIS 7.5 and .net framework 4 also setting runAllManagedModulesForAllRequests="true" had no impact. |
|
|
|
|
Joseph Craig DNN MVP Posts:11667

 |
03/04/2013 8:20 AM |
Accepted Answer
|
Switch to the RibbonBar and see if that works. That's not a solution, but it might help in the troubleshooting. Have you checked to see if there are any javascript errors? I find it easiest to do this by viewing the site with Chrome, hitting F12 and looking at the Console. |
|
Joe Craig, Patapsco Research Group Complete DNN Support |
|
|
mala gupta
 Nuke Newbie Posts:7

 |
03/04/2013 11:14 PM |
|
Thanks Josh gr8 Ribbon bar and icon bar is working but control bar is not working, Please let me know if there is any solution that control bar can work in .net framework 4 and there is no java script error in my website. Thanks a lot... |
|
|
|
|
Joseph Craig DNN MVP Posts:11667

 |
03/05/2013 8:58 AM |
|
When the RibbonBar works but the ControlBar doesn't I've seen this fixed with the runAllManagedModulesForAllRequests change in web.config. Is there any chance that I could look at your site with the ControlBar selected? |
|
Joe Craig, Patapsco Research Group Complete DNN Support |
|
|
mala gupta
 Nuke Newbie Posts:7

 |
03/05/2013 11:04 PM |
|
I'll be grateful if you'll check my website. Can i have your email address so i can provide the host credentials |
|
|
|
|
Joseph Craig DNN MVP Posts:11667

 |
|
mala gupta
 Nuke Newbie Posts:7

 |
03/07/2013 12:29 AM |
|
Hi Joseph, Its seem something isn't working right in the website " http://patapscorg.com." as its redirecting to the URL http://development.powerdnn.com/INTERNAL/DefaultPage/tabid/517/Default.aspx and showing the message "You're Seeing This Page Because of an Error!" |
|
|
|
|
Joseph Craig DNN MVP Posts:11667

 |
03/07/2013 6:21 AM |
|
Please try again. It's working fine this morning. |
|
Joe Craig, Patapsco Research Group Complete DNN Support |
|
|
mala gupta
 Nuke Newbie Posts:7

 |
03/29/2013 3:51 AM |
|
Thanks Joe, my problem is solved when my DNNsite is migrated to live server. Nows its working perfect with all types of bar. Thanks a lot  |
|
|
|
|
mala gupta
 Nuke Newbie Posts:7

 |
06/03/2013 12:10 AM |
|
To solve control bar problem, following permissions are given to the folder i) NETWORK SERVICE [full permission] ii) IWAM_plesk [modify permission]
|
|
|
|
|
Hafiz Attaullah Khwaja
 Nuke Newbie Posts:1

 |
06/24/2013 6:41 AM |
|
If your problem does not solve by following any of the above solution then put 'Newtonsoft.Json.dll' in the bin folder. You can download this by searching on google or you can tell me at hauk215@gmail.com I can email you this file.
|
|
|
|
|
BD9000
 Nuke Newbie Posts:1

 |
07/12/2013 4:20 PM |
|
What if you did all the above and still have the problem? |
|
|
|
|
Joseph Craig DNN MVP Posts:11667

 |
07/12/2013 9:37 PM |
|
GO to Host Settings and let me know which options are available for the Control Panel. What happens if you set the Control Panel to RIBBONBAR? |
|
Joe Craig, Patapsco Research Group Complete DNN Support |
|
|
Matthew Bettesworth
 Nuke Newbie Posts:1

 |
07/18/2013 5:40 AM |
|
Hi Joseph, I have the above problem, I cannot enter edit mode on my DotNetNuke Version: 07.00.06 (121) - I changed the control panel to RIBBONBAR but I still can't edit the page. I dont have extensive DNN knowledge yet as I am still learning so some of the above methods I do not know how to accomplish. Please could you help me solve this problem? Matt. |
|
|
|
|
Joseph Craig DNN MVP Posts:11667

 |
07/18/2013 9:03 PM |
|
Have you tried the runAllManagedModules addition tomweb.config? It is further doen in this thread. Also check the link sboutnIIS7 |
|
Joe Craig, Patapsco Research Group Complete DNN Support |
|
|
Dave Gambino
 Nuke Newbie Posts:2

 |
12/16/2013 2:43 PM |
|
I have run into this problem 2 weeks in a row. They have both occurred after i have uninstalled modules. I was running 7.1x and the only way i could get the Control Panel to work again was to upgrade to 7.2. This has now happened for the second time in less than 10 days and both instances are directly after uninstalling modules. It appears that the issue with the Edit button in the Control panel is due to a failed ajax call in DNN. POST http://domain.com/alias/DesktopModu...leUserMode 404 (Not Found) That URL should actually be... http://domain.com/DesktopModules/in...leUserMode Do you have any suggestions on how i can fix this? I have tried this method but my site would not load when i added this to the web config: |
|
|
|
|
Joseph Craig DNN MVP Posts:11667

 |
12/16/2013 11:37 PM |
|
Is there a custom skin involved? Which module(s) did you uninstall? Have you tried clearing the cache and recycling the app pool? This may be a js/jquery problem. Take a look at the console tab in the Chrome developer too.s (F12) to see if there are any errors logged. If you switch the control panel back to the "old" one, that might help, too, while you unravel this problem. Updrading to 7.1.2 might prove helpful, too. |
|
Joe Craig, Patapsco Research Group Complete DNN Support |
|
|