mori reports

Fatal error: Unsupported operand types in /sites/all/modules/administration/admin_menu/admin_menu.module on line 470 

looks like there may be an incompatibility with the contrib admin_menu module.

Comments

paska’s picture

Fatal error: Unsupported operand types in . . . \sites\all\modules\admin_menu\admin_menu.module on line 473

Uncaught exception thrown in session handler.

PDOException: in dblog_watchdog() (line 155 of . . . \modules\dblog\dblog.module).


Uncaught exception thrown in shutdown function.

PDOException: SQLSTATE[HY000]: General error: 2006 MySQL server has gone away: DELETE FROM {semaphore}
WHERE (value = :db_condition_placeholder_0) ; Array
(
[:db_condition_placeholder_0] => 21394077704cfd0fda233d05.55938347
)
in lock_release_all() (line 245 of . . . \includes\lock.inc).


Anonymous’s picture

I get this when trying to view a list of modules:

"Fatal error: Unsupported operand types in /Users/auzigog/Sites/quotebook/sites/all/modules/admin_menu/admin_menu.module on line 473"

This only happened right after installing devel_themer

dgastudio’s picture

same here

JeremyFrench’s picture

Assigned: Unassigned » JeremyFrench

This seems to have hit a few people so I will make it next on my list.

vitok-dupe’s picture

admin_menu:
; Information added by drupal.org packaging script on 2011-01-07
version = "7.x-3.0-rc1"
core = "7.x"
project = "admin_menu"
datestamp = "1294378870"

devel_themer:
; Information added by drupal.org packaging script on 2010-12-04
version = "7.x-1.x-dev"
core = "7.x"
project = "devel_themer"
datestamp = "1291421445"

error:
Fatal error: Unsupported operand types in .../sites/all/modules/admin_menu/admin_menu.module on line 470

JeremyFrench’s picture

Assigned: JeremyFrench » Unassigned
Status: Active » Fixed

I've committed a fix here it should show up in the nightlies tomorrow.

If anyone has a mind to check out the latest CVS and test that would be great.

vitok-dupe’s picture

yep it's fixed thx!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.