modules/CMSMSExt/lib/session/class.Manager.php, line 66, change from: public function createTemporaryDirectory() : void { if( !@\mkdir($this->tmp_dir, '0777') && !\is_dir($this->tmp_dir) ) to: if( !@\mkdir($this->tmp_dir, 0777) && !\is_dir($this->tmp_dir) ) Could only find one other line creating the tmp folder and that was already using the Octal 0777 :)
Date: 2024-07-02 13:11 Posted By: Fernando Morgado (JoMorg) fixed in SVN, thx, imminent release
Updated: 2024-07-02 13:11 resolution_id: => 7