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.
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
Comment #1
paska commentedFatal 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).
Comment #2
Anonymous (not verified) commentedI 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
Comment #3
dgastudio commentedsame here
Comment #4
JeremyFrench commentedThis seems to have hit a few people so I will make it next on my list.
Comment #5
vitok-dupe commentedadmin_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 470Comment #6
JeremyFrench commentedI'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.
Comment #7
vitok-dupe commentedyep it's fixed thx!