dashEE icon indicating copy to clipboard operation
dashEE copied to clipboard

Upgrading to EE 2.9 gives dashee error

Open amityweb opened this issue 10 years ago • 3 comments

Fatal error: Call to undefined method stdClass::userdata() in /home/unitech/public_html/system83m7z6c/expressionengine/third_party/dashee/models/dashee_update_model.php on line 37

amityweb avatar Aug 28 '14 10:08 amityweb

Thanks for the report. I haven't tested with 2.9 yet but I may have a chance this weekend.

mrtopher avatar Aug 28 '14 12:08 mrtopher

I found that changing

 $this->_site_id = $this->_EE->session->userdata('site_id');

to

$this->_site_id = $this->_EE->session->userdata['site_id'];

fixed that error, but with the Dashee extension enabled, after logging in you get returned to the login page and can't login properly until the extension is disabled.

tyssen avatar Jun 21 '16 02:06 tyssen

Actually, sorry, I was using an older version of DashEE. Updating to 2.1 and then reapplying the change I made above and all seems to be fine.

tyssen avatar Jun 21 '16 03:06 tyssen