You are not logged in.
Yes adding extension=pdo.so is causing that warning slithery indicated.
To the error message from i-librarian it seems to be coming from this code block https://github.com/mkucej/i-librarian/b … ta.php#L66
Thanks a lot loqs for pointing to me this part of code. I edited librarian.ini file on line with temp_folder and now it seems to work.
sudo nano /srv/http/librarian/ilibrarian-default.ini
[paths]
; (Experimental) Custom paths to library folder parent path
; and temporary storage folder path.
library_path = ""
temp_path = "/tmp"
Setting /var/tmp does not solve the problem - librarian still complains that it is not accessible.
Partially solved but I need to do more tests.
Thank you all very much for all your help!
--EDIT
Looks like solved because it works also after reboot.
Last edited by levy_pl (2017-11-10 09:35:34)
Offline