I’m facing with this error when removing an image resource from library:
Unexpected Error, please contact support.
The permissions seem ok, this resource is replaced every day by the same user, to solve I have retired the affected image and prepared another similar one.
It won’t be a filesystem issue. There’s an issue with the data in the database judging by the error. I don’t know the best way to go about tracking down what that is however.
So, docker ps. From that, find the container that includes the name cms-web_1
Then, substitute name in the following
docker exec -ti name bash
That will get you a shell inside the web container. To connect to MySQL, you’d then run
mysql -u cms -h mysql -p cms
The password will be the one you set in config.env
Please avoid making direct changes however as we can’t offer support once you’ve done so. Many of the tables reference each other so it’s not safe to delete or modify things directly.
I have notice another strange behaviour that can be related to this issue.
In our company we use Xibo to show injuries reports too, this report is an image that is update (replaced) every day, the image maintains the same name as is the name in Xibo library (injuries,jpg / Injuries),
I notice that after the bug descrived in the OP (that’s related to this resource) the replace function sometimes doesn’t work.
I have to retire/deleteevery time the resource and add a new one, using a different name for image name and resource, if I do not select a different name I do not receive any error but the image is not replaced.
There’s a way to force the deleting of the stuck resource (at the moment is flagged as retired) ?
If you manually delete it, does it allow you to do so? Or does it only allow you to retire?
Keep in mind also that we know you have other issues in your database may make this an invalid test - since the whole routine may be simply erroring as a result of that.
I have already asked Dan to take a look with you. When he has time, he will respond. If you require support with a particular SLA, then there are commercial options available.