MM - Things to be aware of when updating and installing
You should see DC - Things to be aware of when updating and installing as well, as some of them will impact MM as well (This should already have been done when installing/updating DC)
Version | Things to be aware of | ||
---|---|---|---|
MM 5.0.0 | IE only supports 2048 characters in the URL. This means that - if you e.g. select 175 assets, the URL that will be created will only include around 155 assets - You'll be editing all 175 assets though. Were you to refresh the page afterwards - You'll now be editing around 155 assets, as a refresh uses the link as the data source, while the "175 assets way" doesn't. Chrome does not have this issue. The following issues are related to DC 4.9.1:
When you make a new installation of MM5, the schema table isn't created - so if you do not edit and run this: Create SchemaVersions.sql, then there's a real chance that the MM5 update scripts will not run | ||
MM 4.13.0 | |||
MM 4.12.0 | Link to the release notes for this release: MM 4.12.0 Known issuesWorks with 4.9.0, and most likely every version afterwards. - MM-3723Getting issue details... STATUS - MM-3722Getting issue details... STATUS - MM-3720Getting issue details... STATUS - MM-3714Getting issue details... STATUS - MM-3713Getting issue details... STATUS - MM-3712Getting issue details... STATUS - MM-3709Getting issue details... STATUS Sorting issues fixYou need to go to MM's Config Manager, and look if any languages are missing a sorting option (e.g. Alphabetically and/or Date). If one is missing in one language, set it up so it looks correct and save. In this way, you'' not experience issues when trying to change language in the MM. Easier language set upThe language picker in MM (In the lower right corner) will now automatically match the system languages set in the DC's "Languages" menu. This means that, by adding e.g. Swedish as a system language in the DC's Languages menu, will make MM automatically get the language as an option as well. For the record, the now redundant Config Manager language picker config has not been removed, and is defunct. In the near future this is to be taken out of the Config Manager. - MM-3733Getting issue details... STATUS Profile images workflow may not workIf a customer wants to use profile images in MM, then the consultant must verify that the AssetSyncFolder workflow "Media Manager - Profile Images sync til layout" has the correct values in the 2 fields "Sync rootfolder" and "Destination rootfolder" (the names are taken from the DAM Center UI and does not match the names in the database). Otherwise the workflow may not work. In the worst case, fixing the "Sync rootfolder" and "Destination rootfolder" does not fix the issue, then the "FromSyncFolderType" node in the workflow XML in the database may not be correct. This cannot be corrected via the UI. To fix it in the DB execute (be aware that must absolutely know what you're doing) select PluginName, cast(settings as xml) as settings from digimonitor_customer_settings where PluginName = 'AssetSyncFolder' --update digimonitor_customer_settings set settings = '' where PluginName = 'AssetSyncFolder' Select the XML, alter the FromSyncFolderType to 1 in the correct node, uncomment the update statement, paste in the altered XML (the entire text) and execute the script again. Splash screen text might have changed upon update(First seen in DC 4.8.0 / MM 4.9.1) When you update to a newer version of DC or MM, it may cause the splash screen title and text to change back to the default. The reason for this, is that the links between the title and text in the config parameters and the labels, have been broken. Therefore, please verify that the text in the Config Parameters section is correct. If not, you need to copy the title and text from Labels (Usually on page 9) into Config Parameters - both for Danish and English. Web.config's guest user issues If, for some reason, you're experiencing "logging in" with the guest user, will result in the name "Guest" appearing in the top right corner, instead og "Log in" as it usually is, and that you therefore cannot login with any other user, you need to go to the web.config file, and make certain that the place where the guest user is defined, the user's casing is matching the one in the DAM. I.e. "Guest" mustn't have "guest" in the web.config. - MM-3753Getting issue details... STATUS Avatar crop appears as an asset in MM When a user uploads their profile image, the ItemWatcher workflow "(MM) OOBE Give access to admins" will place the image in MM's "Admin Access" channel. This results in the profile image beíng available in MM as an ordinary asset. The fix is really simple: Add " && <UploadComputer>Digizuite Media Manager</UploadComputer>" to the "Process only where this validation applies" text field in the DAM Center's workflow editor. Then the workflow will only process assets, that are uploaded normally in MM. The value of the element (in my example the value is Digizuite Media Manager) is the value set in MM' config manager's "Upload channel ID". Beware that the client may have changed this. The issue: MM-3763. Combobox metadata field issue Combobox metadata fields cannot be opened if they don't have enough space below them. The workaround is to add a description field below it (use "Note" e.g.) - to put it below, make it be the highest index number in the metagroup (configuarable in the DC) | ||
MM 4.11.0 | Link to the release notes for this release: MM 4.11.0 Known issuesDoesn't work with DC 4.7.1 - and probably all predecessors to DC 4.7.1 as well. Works with 4.8.0, and most likely every version afterwards. Install (You need to know this before installing)(Rare) Some installations have the fabled "Solr core can't save" issue Don't change names on the channels MM -> Content -> Internal & Public Update (You need to know this before updating)For audio preview of pre MM 4.12.0 audio files to work, you need to republish your MM audio files manually. Nice for PS to knowYou need to change the web.config of the MM to include "|api" on line 98, as password reset depends on this. (At least 4.12.0 needs this [it has been implemented here], and I've been told that 4.11.0 also needs this) allowDownload must be removed from assetInfo search (MM config)Remove allowDownload from assetInfo search. Emails are not sent from MM Remove the HouseCo from the template as shown below. | ||
MM 4.10.0 | Link to the release notes for this release: MM 4.10.1 Known issuesProfile images can't be changed You maybe can't use custom qualities Install (You need to know this before installing). Update (You need to know this before updating)Copy the username of the MM embed user before update . Update (Help with troubleshooting)Media Manager won't load correctly Nice for PS to know
| ||
MM 4.9.0/1 |
|
General known issues
When you perform a new installation or update, and you get an issue with the SchemaVersions table, you can do the following to correct the errors:
- Use the following script "Create SchemaVersions.sql"
- Use the admin_xxxx_dam user during the installation.
The reason why this error is happening, is that the user you're using to install does not have rights to create the table.
This has been an issue for some SA users in the past. Luckily, the admin_xxxx_dam users are created correctly, so using these is probably the best way to go.
Ps. it's not recommended to use SA to install with. The best practice is to use the admin_xxxx_dam user.