So i created the file prefs/prefs.var, but now it can not be loaded:
2018/01/2517:39:16[error]14012#14012:*9042FastCGIsentinstderr:"PHP message: ERROR! : COULD NOT LOAD PREFS"whilereadingresponseheaderfromupstream,client:192.168.0.86,server:local,request:"GET /rompr/ HTTP/1.1",upstream:"fastcgi://unix:/run/php-fpm.socket:",host:"local"
why though?
Last edit: simenon s 2018-01-25
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I don't know why but 'permission denied' means your webserver does not have permisson to write to the file. I don't know how this could have changed, but that's what the error means.
Creating an empty file will definitely not work. You should delete the file and check write permissions on the prefs directory.
Note that on some operating systems read/write access depends on the entire directory tree.
Some operating systems have an automated process that resets directory permissions on a scheduled basis.
Perhaps one of the above two reasons might explain it, but the explanation is not really important.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi
Somehow it does not safe preferences anymore:
So i created the file prefs/prefs.var, but now it can not be loaded:
why though?
Last edit: simenon s 2018-01-25
I don't know why but 'permission denied' means your webserver does not have permisson to write to the file. I don't know how this could have changed, but that's what the error means.
Creating an empty file will definitely not work. You should delete the file and check write permissions on the prefs directory.
Note that on some operating systems read/write access depends on the entire directory tree.
Some operating systems have an automated process that resets directory permissions on a scheduled basis.
Perhaps one of the above two reasons might explain it, but the explanation is not really important.