Code: Select all
Warning: fopen({location}/system/storage/session//sess_8d0400d0ab20acddc0a7840f70): failed to open stream: Permission denied in {location}\system\library\session\file.php on line 29Warning: flock() expects parameter 1 to be resource, bool given in {location}\system\library\session\file.php on line 31Warning: fwrite() expects parameter 1 to be resource, bool given in {location}\system\library\session\file.php on line 33Warning: fflush() expects parameter 1 to be resource, bool given in {location}\system\library\session\file.php on line 35Warning: flock() expects parameter 1 to be resource, bool given in {location}\system\library\session\file.php on line 37Warning: fclose() expects parameter 1 to be resource, bool given in {location}\system\library\session\file.php on line 39
This translates to plesks to have set for "Applications pool group" has the necessary Read/Execute, list folder contents, read as picture below (similar to my envoriment) Is this correct for OpenCart?

As the error states sessions can not be stored... does OpenCart look at the PHP settings for use of sessions? Does it already expect to have guidance on this from PHP/.htaccess... as IIS uses webconfig instead of .htaccess... wondering if this might cause an error (but maybe I am mixing up stuff

Code: Select all
include_path
.;.\includes;.\pear (Standaard)
session.save_path
C:\WINDOWS\Temp (Standaard)
open_basedir
{DOCROOT}\;{TMP}\