• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space

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