• 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

Have the problem "System Error"

Status
Not open for further replies.

TriHoang

Chevereto Member
A few days ago, I using the version 2.1 and my website working fines.
But yesterday, I decide to upgrade to version 2.1.2 but it have some problem.
I have the system error warning.
help.png
Please help me, thank you!

P/S: I upload the testing_tool.php on my hosting and it say "YES".
 
Ok, it seems that the session test script doesn't work on all the enviroments. This means that this feature must be removed (or remade), this will happen on 2.2 (It will be launch on Jun 14).
In the meanwhile, open includes/functions.php and remove this:

PHP:
    $test_session_file = session_save_path().'/'.time();
    if(!@fopen($test_session_file, 'w+')) {
        $install_errors[] = 'PHP can\'t write/read in the session path <code>'.session_save_path().'</code>. Your server setup doesn\'t have the right PHP/Apache permissions over this folder.';
        $install_errors[] = 'Please repair the permissions on this folder or specify a new one on <code>php.ini</code>';
    } else {
        @unlink($test_session_file);
    }
 
Status
Not open for further replies.
Back
Top