# Frontend

##### <span class="mw-headline" id="bkmrk-certain-texts-result-1">Certain texts result in error when saving</span>

When saving you get an error that looks like this

```
Incorrect string value: '\xC2\x94s\xC3
```

Your database is in legacy format and needs updating

```
main?command=dk.p2e.blanket.codeunit.common.PageConvertDatabaseToUTF8
```

##### <span class="mw-headline" id="bkmrk-special-characters-a-1">Special characters are not displayed correctly</span>

You might be using an older version of the database that is not using UTF8. This can bo corrected by running this codeunit:

```
main?command=dk.p2e.blanket.codeunit.common.PageConvertDatabaseToUTF8
```

##### <span class="mw-headline" id="bkmrk-media-files-sometime-1">Media files sometimes don't display after a boot</span>

Media files are stored temporarily within the web application when requested. Depending of the speed of the underlying filesystem, they will not always be available for the server right away.

- Workaround: Reload the page (F5)
- Resolution: Tweak the configuration parameter **mediaFilterDelayMS**

##### <span class="mw-headline" id="bkmrk-upload-of-files-fail-1">Upload of files fails after server restart</span>

Sometimes tempoarray folders are not reestablished after the server boots

- Frontend: Personal menu &gt; Services &gt; Rebuild folders
- Backend: Modules &gt; Admin services

##### <span class="mw-headline" id="bkmrk-an-error-has-occurre-1">An error has occurred</span>

Sometimes low-level tampering with field configuration, or force changing field types will result in this error.

- Workaround: Deploy solution
- Resolution 
    1. Check which field fails: Modules &gt; Event viewer
    2. Delete field and create again

##### Natural sorting is off

Versions 11840 - 11899 had an issue where default "natural" sorting, sorted using a concatenated value og the DataID and resume, making the sorting weird and unpredictable.