By Rockmeister on
I am getting this error message:
warning: Illegal offset type in isset or empty in /home/www/xxxxx/modules/user/user.module on line 511.
Anyone no why and how to rectify?
I am getting this error message:
warning: Illegal offset type in isset or empty in /home/www/xxxxx/modules/user/user.module on line 511.
Anyone no why and how to rectify?
Comments
What modules have you
What modules have you installed? have you made a custom module?
open.emspace.com.au
----------------------
Nick Santamaria
Yes, I have installed several!
Through trial and error I determined that my other modules had an issue with the color_scheme module. I removed it and the problem seemed to have been eliminated. Need to do a bit more testing before I am sure though. Thanks for replying.
Ah, must not be the cause
The error is back: warning: Illegal offset type in isset or empty in user.module on line 511.
Getting this Error Also
Did you ever figure out what causes this? I'm also getting the same error.
Nope, but I managed to get rid of this thru trial and errror.
Nope, but I managed to get rid of this thru trial and errror.
i've got this one also
anyone find any solutions to this? i've been clicking modules on and off for a while and can't shake it.
My solution
Hi all
I've had this error too, and first i could not solve this.
I have some modules what i developed so i start there. I check the d 6.15 user modul's 511 row and i've found out, the problem is with the permission handling.
After that i've checked again my modules and i've found the error: in my hook_menu at the access controlling.
I have an array for the permission but when i gave it the menu item, i forget to set the exactly value of my $access array.
The solution was simple:
i hope you can use this ^^