Notice: Function WP_Block_Type_Registry::register was called incorrectly. Block type "core/video" is already registered. Please see Debugging in WordPress for more information. (This message was added in version 5.0.0.) in /var/www/html/blog_tech/wp-includes/functions.php on line 6121
Security issue when upgrading DNN | Security issue when upgrading DNN – Aron's Tech Blog

Security issue when upgrading DNN

I ran into a security issue when updating DNN on a work server.  Basically once you put the files in place they don’t have the permission to do the upgrade.  Oddly enough I found this little gem that explained how to do the following:

Run the below caspol command to resolve the issue Drive:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\caspol.exe -m -ag 1 -url “file:////c:\mysitecontent\*” FullTrust -exclusive on

Note: Please substitute “c:\mysitecontent\*” with actual path where ASP.net pre compiled dlls are located.

I’ve also had to use the stacks method called in this blog.

Comments are closed.