Hi,
As soon as i do anything with Sessions i get the following error:
<quote>ErrorException [ Error ]: Unsupported operand types</quote>
<quote>COREPATH/classes/config.php @ line 41</quote>
<code>$config = \Fuel::load($path) + $config</code>
I am calling session like this:
Session::create(); also tried
\Fuel\Core\Session::create();
and
Session::set('test','test data');
Open your shell program (Terminal, xterm...) and navigation to the base folder where your fuel installation resides. Navigation to the fuel/core directory and run: