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

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