Error: PHP Notice: session_start (): ps_files_cleanup_dir: opendir (/ var / lib / php / session) failed: Permission denied (13)
Would updating PHP solve my problem?
Error: PHP Notice: session_start (): ps_files_cleanup_dir: opendir (/ var / lib / php / session) failed: Permission denied (13)
Would updating PHP solve my problem?
Yes, if you upgrade to PHP 5.3 it will solve your garbage collector problem, since it exists in this version of PHP.
Anyway, I always recommend upgrading to the latest version of the series you are using, in your case for PHP 5.6.27
.