DNN Editing Icon Suddenly Disappear - dotnetnuke

I've got DNN Community Edition 06.02.01
It happens that, while site management, suddenly, all modules' editing icons suddenly disappear.
I really have no idea what I'm doing to make it happens...
Someone knows what's make those icons disappear?
No IIS reset works.
Only restoring the previous database backup works.
It seems that I make something that change the DB so that that icons disappears...

Please check in Top DNN Panel => Right Side => DropDownList control => Select Edit Mode instead of View Mode.
Make sure you are login with your Host OR Admin login credential.

Related

Can't edit certain pages on DNN site after upgrade to 9.01.01

We recently upgraded one of our client sites to 09.01.01 to address a Telerik vulnerability, and then had to migrate the site from managed.com to Azure due to manage.com's outage. After the upgrade, a couple of pages on the site have been uneditable using the pencil icon in the persona bar, although the rest work fine. We're aware of the workaround of going into content > pages and clicking the pencil icon there, but even then not all of the areas on the page are editable. For example, there's one instance of the HTML module on the homepage where when you click on its pencil and then click "Edit Content," it just displays a pop-up with the text but no WYSIWYG or way to actually edit. Other instances of the HTML module work fine, on other pages and even other areas of the homepage.
What's more bizarre is that we just spun up another Azure VM and created a dev site from a clone of the live site so we could troubleshoot further, and this problem does NOT occur on that site even though it's an exact copy of the live site files and database and both sites are hosted in Azure.
Does anyone have advice on what might be causing this or how to troubleshoot? My original though was to clone the page and start removing modules one by one to see if anything made a difference, but it doesn't actually remove the module when I click delete. I've read about ways to do this directly in the database, but I'd prefer to avoid that if possible, especially since we're not seeing the same problem on the cloned site.
Thank you!
Could you please see if any error appearing on the logs folder? You can see the logs here. /Portals/_default/logs/2021.02.01.log.resources? The log file name may differ based on website's logging configuration.
A similar thing can be seen from the Personal bar as well using Admin Logs.

DNN 9.2 Pages Management

I recently upgraded 8 websites to DNN v. 09.02.02 (178), one of them is the host/main site and has additional menu options. On this site I am unable to edit pages, you can open the Pages list and see the pages but when you click on one all you get is an error (An error has occurred) so you cant get to the page properties. I need to change permissions and delete a page but am unable to do so. The other 7 websites all work fine in this regard. Any ideas?
What happens if you navigate to a page, put it in Edit mode, and click the edit page (gear) icon at the bottom?
I've not encountered any problems editing pages in 9.2.2. I think that they were all upgraded from earlier 9.x or a clean 9.2.2 install. From which version of DNN did you upgrade?
Are there any errors in the Admin Log (Event Log)? Or in the /Portals/a_default/logs directory?

The toolbar of the database window in phpstorm is missing

My database and the toolbar disappeared from the Database Window. It seems that i cant enable it by clicking on the "settings"-icon and clicking "Show Toolbar" because i dont get the options.
I allready tried reinstalling the plugin and restarting the computer. Nothing worked for me.
Has anybody noticed a similar problem and could solve it?
I would appreciate any help.
This is how it looks like: http://i.imgur.com/MAgwRXz.png -> i would assume there should be a toolbar instead of nothing
Install the PHPStorm plugins 'database Tools and SQL'
If you click on MENU > VIEW > TOOL BUTTONS you must view appear a 'Database' icon around the PHPStorm window.
Otherwise you can map directly the function view with the keyboard shortcut.
Enter into Settings > Keymap and search database. It sort in 'Other' category. Fix the shortcut with any key on your keyboard.
Now use this new keyboard shortcut attribute and test if you can view the window Database.
If you don't have create a database connection, perhaps create this.
please check for database toolbar
how to get database window
i m using phpstrome 8.0.1 i have made changes in my phpstrome editor as shown in image this will help you please refer the image
please check the second image there is setting button you click on that button and you will get show toolbar option
I had this problem too, for me solution was re-activating the database plug-in , which was disabled by mistake.
Go to Settings, Plug-ins, search for "database", a plug-in named "Database Tools and SQL" should appear and be selected.
Check if the checkbox near the plug-in name is checked, if not, check it.
That's it.
Restart PhpStorm and the Database Window will be there.
Plugin Settings
click: File > Settings > Plugins . A window will open as shown in the image above.
Search for: Database Tools and SQL (if not found click on install jetBrains plugin..search for Database Tools and SQl and first install it)
Enable and Apply
Restart
In left down corner is pic with two squares on it, try to click it. This button switch some view modes in php storm.

Remove or Customize the default popup skin in DNN 7.3

I am trying to customize the Gravity skin in DNN 7.3. Specifically, i would like to either remove the popup page that appears to users after they login ("welcome to your website"). However I couldn't find how to. Any ideas?
It used to be a Getting Started page found on the admin/page management page, but it appears that it is now loaded straight from DNNsoftware.com when you login for the first time.
I found a hostsetting that you can change in the DB to turn it off
UPDATE dbo.HostSettings SET settingvalue = 'false' WHERE settingname = 'EnableGettingStartedPage'
Once you run that you should clear the cache/restart the APP from the TOOLS menu in DNN in order to ensure the setting is updated for any future SuperUser accounts that login.

DNN 7 Can No Longer Edit Page

One of my DNN 7 sites has lost its ability to edit any of the pages. It now alway displays the Modules, Edit and Pages menu regardless if admin is logged in or not. When I try to edit a page, a window appears and then quickly goes away. There is nothing of use in the event log and I have tried different skins with no luck. I have another DNN website on the same computer and it works fine.
I have found that I am losing permissions to ToggleUserMode after I recompile a custom module that I'm developing has been installed on a test page and then recompiled in debug mode.
I'm wondering if this can be related to the fact that when I install DNN I blank out the default installation option of creating a dotnetnuke application. I leave that option blank and create the installation in the root of my website.
P.S I tried the amended module tag suggested on SO without any luck.
I finally figured this out. I had originally bound www.example.com to my default website but later created a new site for www.example.com. Apparently most of the requests were going to my new site, but the request for authorization for page editing was going to my old site which resulted in the 401 error. I rebooted my computer and disabled my default website and all is well.

Resources