I am using both the latest dev versions of LDAP integration & LDAP provisioning from today (2009-Mar-13) under D6.9 on Linux. When I try to go to admin/settings/ldap, I'll get a white screen of death, and Apache's error log tells

[Fri Mar 13 08:20:31 2009] [error] PHP Fatal error: Unsupported operand types in /var/www/drupal/modules/system/system.module on line 636, referer: https://www.iseki-food.eu/drupal/admin/settings

The line of system.module mentioned in the error log reads

$item += db_fetch_array(db_query("SELECT mlid, menu_name FROM {menu_links} ml WHERE ml.router_path = '%s' AND module = 'system'", $item['path']));

Comments

miglius’s picture

Try clearing menu cache. Was the site functioning alright before you have added those modules? Did you add other modules beside ldap* on the same run?

roball’s picture

I have cleared the cache and rebuilt the menus using the Development block of the Devel module, but still without success. I could successfully access the page in question some time ago and constantly updated both ldap* modules to their latest dev versions. This is the only page offered in the navigation menu I can no more access. I'm sorry - don't know what could cause this problem I have been aware of it just as of today.

roball’s picture

Status: Active » Closed (fixed)

I could fix this problem now. It had nothing to to with the LDAP modules themselves - it was somehow related to the menu system. Strange.