Hello,
Maybe I can find somewhere a guide how to install Opencart with Cyberpanel? I face quite a lot of troubles to install it, maybe it would be better if I can follow some guideliness.
Cyberpanel as itself installs normally. I can enter it and add websites etc. The main problem emerges when uploading opencart files to directory. I get these problems:
Warning : fopen(/home/DOMAI/public_html/system/storage/session//sess_958a8f2b6acc863db4cb649ef1): failed to open stream: Permission denied in /home/boardgame.lt/public_html/system/library/session/file.php on line 29 Warning : flock() expects parameter 1 to be resource, bool given in /home/boardgame.lt/public_html/system/library/session/file.php on line 31 Warning : fwrite() expects parameter 1 to be resource, bool given in /home/boardgame.lt/public_html/system/library/session/file.php on line 33 Warning : fflush() expects parameter 1 to be resource, bool given in /home/boardgame.lt/public_html/system/library/session/file.php on line 35 Warning : flock() expects parameter 1 to be resource, bool given in /home/boardgame.lt/public_html/system/library/session/file.php on line 37 Warning : fclose() expects parameter 1 to be resource, bool given in /home/boardgame.lt/public_html/system/library/session/file.php on line 39
I know that there are problem with PHP 8.1 and Opencart 3.3.8 version (this version does not support PHP 8). However I have installed PHP 7.4 for this and it’s the default PHP right now. So the problem is not with PHP. I also added all permissions to opencart folder, however not sure what it’s the problem. The installation of opencart just cannot start.
