• Welcome to the Chevereto user community!

    Here users from all over the world gather around to learn the latest about Chevereto and contribute with ideas to improve the software.

    Please keep in mind:

open_basedir restriction to don't show.

Status
Not open for further replies.

Elodie

Chevereto Member
Website URL
<private>

Chevereto version
3.10.8

Description of the issue
Hello again,

Could you add a @ in front of realpath() at line 76 inside /lib/G/G.php for next release please ?

When a webhosting is secure, the website can't access manually to the session folder, because session are managed by PHP functions.

To make simple :

Instead to have :
$session_save_path = realpath(session_save_path());

Could you write this instead :
$session_save_path = @realpath(session_save_path());

Thank you in advance.
 
Status
Not open for further replies.
Back
Top