• 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:

    • This community is user driven. Be polite with other users.
    • We recommend purchasing a Chevereto license to participate in this community.
    • Purchase a Community Subscription to get even faster ticket response times.

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