I want to change the server on which I’m running Xibo. Both servers are Ubuntu 14.04.1 LTS and my Xibo version is 1.7.7. I have dumped my MySQL database, copied the folder xibo-library and xibo-cms-1.7.7 to a new server. The problem is that when I try to open Xibo on a new server, I get an error saying:
Fatal error: Uncaught exception ‘Stash\Exception\InvalidArgumentException’ with message ‘Failed to create cache path.’ in /home/sasa/xibo-cms-1.7.7/3rdparty/stash/src/Stash/Utilities.php:225 Stack trace: #0 /home/sasa/xibo-cms-1.7.7/3rdparty/stash/src/Stash/Driver/FileSystem.php(176): Stash\Utilities::checkFileSystemPermissions(’/xibo-1.7.7-lib…’, 504) #1 /home/sasa/xibo-cms-1.7.7/lib/app/pdoconnect.class.php(149): Stash\Driver\FileSystem->setOptions(Array) #2 /home/sasa/xibo-cms-1.7.7/lib/include.php(133): PDOConnect::configureCache(NULL, NULL) #3 /home/sasa/xibo-cms-1.7.7/index.php(23): include_once(’/home/sasa/xibo…’) #4 {main} thrown in /home/sasa/xibo-cms-1.7.7/3rdparty/stash/src/Stash/Utilities.php on line 225
I have imported the MySQL database and created the user that is in the settings file. Does anyone know what this error means? Thanks.
I did that. www user is www-data and I have “chown” all files and folders to the user www-data. I have even tried putting chmod 777 on all files and folders but the error stays…
Did you ever find a solution? I have the exact same issue since Xibo added the 3rd party library Stash. Can’t get any version with Stash to work. 1.7.4 IIRC is the last version that works for me.