greetings…issue discovered while playing around with xibo
xibo v3 3.3.12
Docker installed on debian 12
using cms_remote-mysql.yml for remote database
i get all images in my cms LABLED RED X. i first noticed it relating to changing library location in the settings area. and once i get the RED X, nothing can reverse it even if i put back old folder location in the field.
I also discovered that, shown your docker containers and starting up also causes the same issue, making all images unreadable with big RED X.
I tested this docker-compose -f cms_remote-mysql.yml down and then up -d on 2 separate servers using remote mysql for xibo docker and i get the same effect, RED X on all images.
I have seen this error posted on google search… @dan , and @natasha please any advise on this matter? looks like using a remote database in xibo has some bugs. after installation, you dont see the default layout that is usually avaible on all xibo installs
using remote mysql, to install xibo 3.3.12, you get an error stating LIBRARY LOCATION NOT WRITEABLE and not matter how much read and write permission you give the whole root folder or the library folder, the error wont go away for you to long in,
my way of getting around this error is…to go into my database and find setting and edit LIBRARY_LOCATION by putting anything in the field (it could be just ., or / or shared) save then i can login to xibo.
It doesnt happen if i were to use docker-compose.yml with the inbuilt mysql 5.7 image for database use for xibo.
please has anyone come across this RED X error and came up with a solution?