Configuration error: Cant copy shared file to library

Hi,

before the upgrade from 17.9 (normal) to 1.8.1 (docker), I’ve adapted the library path setting in mysql to the new location.

Upgrade was ok. But after the upgrade, I cant login - I get a localized error: I try to translate it to the roiginal:

Configiration Error
Problem while coyping shared file to the library

Whats wrong here?

The source code looks non-healthy:

[...]
        <link href="?" rel="stylesheet">
        <link href="" rel="stylesheet">
        <link href="?" rel="stylesheet" media="screen">
        <link href="?" rel="stylesheet" media="screen">
        <link href="?" rel="stylesheet" media="screen">
        <link href="?" rel="stylesheet" media="screen">
        <link href="?" rel="stylesheet" media="screen">
        <link href="/library/fontcss" rel="stylesheet">
        <!-- Copyright 2006-2017 Daniel Garner. Part of the Xibo Open Source Digital Signage Solution. Released under the AGPLv3 or later. -->
        <!-- Please be sure you read this before removing the Source/About links from your theme: http://bit.ly/agplv3 -->
            </head>

Did I missed something?

Mysql is set up as remote.

Did you put a trailing slash on the library path in the database? That’s required.

If you do change it, you also need to clear the cache which is in the CMS library folder (shared/cms/library/cache) for the new value to be respected.

That fixed it - thanks :wink:

1 Like