This is really strange but on my local setup, I’m getting the following error on the home page (whereas on the live site, that error isn’t seen at all):
Fatal error: Call to undefined method stdClass::session_id() in /my/path/to/system/expressionengine/libraries/Functions.php on line 77
Here’s what’s on line 77 of Function.php:
$url .= (ee()->session->session_id('user')) ? "/S=".ee()->session->session_id('user')."/" : '';
I’ve tried pulling from the live site to see if that makes a difference (including using the live site’s DB) but nothing changes. I’ve also tried using both PHP 5.5.x and 5.6.x - same issue.
Not sure how to fix. :/
Packet Tide owns and develops ExpressionEngine. © Packet Tide, All Rights Reserved.