Skip to content

Commit 2cf641d

Browse files
authored
Update path-too-long-exception.md
smal edit - no further changes needed
1 parent b54ee59 commit 2cf641d

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

umbraco-cloud/troubleshooting/deployments/path-too-long-exception.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,11 +63,10 @@ In order to fix this error, you will need to connect to the Live Environments pr
6363
AND path IS NOT NULL
6464
ORDER BY LEN(path) DESC;
6565
```
66-
3. Identify the files with a path longer than 80 characters.
67-
4. Find the files in the Media section in the Umbraco backoffice.
68-
5. Remove the media files from the backoffice.
66+
3. Find the files in the Media section in the Umbraco backoffice.
67+
4. Remove the media files from the backoffice.
6968
* Make sure to note down where the media item is being used in the content
70-
6. Change the names of the media files giving them shorter names.
69+
6. Change the names of the media files giving them a name less than 80 characters.
7170
7. Re-upload the renamed file to the Media section in the backoffice.
7271

7372
Once re-added in the backoffice, make sure to add the media back in the content where it was used.

0 commit comments

Comments
 (0)