I'm trying to install berta (v 0.6.3b) a cms.
and I get this error. The error seems to happen on line 75 of class.bertasecurity.php
(view source code)
What is wrong and how can I fix it?
Thank you so much!
Answer
I added this to the class.bertasecurity.php
file
session_save_path($_SERVER['DOCUMENT_ROOT'] . '/randomfolder/sessions');
ini_set('session.gc_probability', 1);
noteworthy; I made the sessions folder CHMOD to 775.