Installing v1.8.10 and I'm getting a fatal error

Hello!

I am using nginx and followed the documentation settings here.

Then I downloaded the file .tar.gz here. I exploded it to the webserver document folder and when I load the page, I get this fatal error:

Fatal error: Uncaught Error: Call to undefined function __() in /home/www/xibo/cache/1d/1d83ab38a63898c548fff75dca8dc143c186b107c199449e12b56ff7bdeb4c2a.php:70 Stack trace: #0 /home/www/xibo/vendor/twig/twig/lib/Twig/Template.php(432): __TwigTemplate_40beec73f770b7cfe94edb49e4650224f1e011481c6261f4f05df277f5d2f0bb->doDisplay(Array, Array) #1 /home/www/xibo/vendor/twig/twig/lib/Twig/Template.php(403): Twig_Template->displayWithErrorHandling(Array, Array) #2 /home/www/xibo/cache/bf/bfb5b3032b6311e2b94c6205090932aeaef05291d3723b7c4a46f928cd4a8bd7.php(28): Twig_Template->display(Array, Array) #3 /home/www/xibo/vendor/twig/twig/lib/Twig/Template.php(432): __TwigTemplate_44a752bb700a8ed082166bf2962f6dc9d89e1f67adfb13c0b2840285b9b73e54->doDisplay(Array, Array) #4 /home/www/xibo/vendor/twig/twig/lib/Twig/Template.php(403): Twig_Template->displayWithErrorHandling(Array, Array) #5 /home/www/xibo/vendor/twig/twig/lib/Twig/Template.php(411): Twig_Template->display(Array) #6 /home/www/xibo/vendor/slim/views/Twig.php(91): Twig_Template in /home/www/xibo/cache/1d/1d83ab38a63898c548fff75dca8dc143c186b107c199449e12b56ff7bdeb4c2a.php on line 70

Actually, the browser reports “This page isn’t working” HTTP ERROR 500. I enabled error reporting in the index.php under install to show the error and that’s the error I get.

Prior to this, I actually use v1.8.0 and I don’t have this error but I have not had the chance to work on it so why not use the latest version and I deleted the files. With v1.8.10, I am getting an error.

Do I have to do something else in php? I am running php 7.2.8 by the way.

Thanks!

It might be this bug - https://github.com/xibosignage/xibo/issues/1578
You can apply the patch mentioned in that issue and see if it will work then.