mrtopher / dashEE

Control panel dashboard framework for EE CMS.
37 stars 5 forks source link

Fatal error: Call to undefined method stdClass::userdata() in ext.dashee.php on line 126 #29

Closed tyssen closed 11 years ago

tyssen commented 11 years ago

I just updated to the latest version of dashEE and am getting this error when trying to access the control panel.

putyourlightson commented 11 years ago

am also getting this with dashEE 1.8 and EE 2.6.1

mrtopher commented 11 years ago

Oops, sorry about that. I pushed a fix so if you download the latest it should be resolved now.

tyssen commented 11 years ago

I've updated to the latest version but when trying to add widgets I get:

The requested module page could not be found.

mrtopher commented 11 years ago

Are you getting this message when you click the "Widgets" button or when you go to add a specific widget? I'm unable to reproduce.

tyssen commented 11 years ago

When clicking on the Widgets button.

On Monday, 27 May 2013 at 12:54 AM, Chris Monnat wrote:

Are you getting this message when you click the "Widgets" button or when you go to add a specific widget? I'm unable to reproduce.

— Reply to this email directly or view it on GitHub (https://github.com/mrtopher/dashEE/issues/29#issuecomment-18464203).

mrtopher commented 11 years ago

This is strange, are you still experiencing this problem? I'm unable to reproduce.

tyssen commented 11 years ago

Actually, no it seems to be fine now. :? No idea why it's OK now but not before. Sorry for troubling you.

On Thursday, 30 May 2013 at 9:21 AM, Chris Monnat wrote:

This is strange, are you still experiencing this problem? I'm unable to reproduce.

— Reply to this email directly or view it on GitHub (https://github.com/mrtopher/dashEE/issues/29#issuecomment-18652559).

mrtopher commented 11 years ago

No trouble. Glad everything is working now.

CNG commented 10 years ago

Hi there, I haven’t found any reference to someone having this same problem upgrading to 2.7.1 or 2.7.2, so perhaps this is due to the highly irregular nature of the install I’m working with. Upon upgrading from 2.5.2 with the latest DashEE, I get this error:

Fatal error: Call to undefined method stdClass::userdata() in /var/www/portal/application/third_party/dashee/models/dashee_model.php on line 32

Any thoughts on what I can check to troubleshoot this?

Thanks!

mrtopher commented 10 years ago

Sorry for the late response CNG. I have installed the latest release of EE (2.7.2), tried dashEE and have not experienced any issues. Are you still having problems? Is this a persistent issue or something you only see when upgrading and then it goes away?

Also, can you tell me what, if any, other modules you are using?

CNG commented 10 years ago

Hi, no worries, thanks for looking into it. After further testing, I discovered I could not upgrade from 2.5.2 to 2.7.1 or 2.7.2 with DashEE installed, but if I uninstalled it, upgraded, and then reinstalled it, it worked fine. Here are all the addons installed on this system: http://imgur.com/C2xNXp3

I can try the one by one uninstalling if nothing sticks out to you.

CNG commented 10 years ago

I did another test where I started with the 2.5.2 installation and uninstalled every single module, extension, plugin, fieldtype, etc., and removed all the files from my third_party folder, except for DashEE. The upgrade to 2.7.2 still did not work, resulting in this error, apparently on the final 2.7.2 step, but I think it appeared to be on the final 2.7.1 step when I was previously trying to upgrade to 2.7.1: http://imgur.com/akRqkHz

CNG commented 10 years ago

Also, if it helps, I found that I get the error with DashEE module installed but extension uninstalled, and I do not get the error if I uninstall DashEE module but leave the extension installed.