Kann keine Module mehr installieren
Eingetragen von esszimmer (16)
am 31.05.2013 - 09:15 Uhr in
am 31.05.2013 - 09:15 Uhr in
Hallo,
ich versuche gerade das Modul CSS injector zu installieren. Kommt aber folgende Fehlermeldung:
Notice: Use of undefined constant MENU_MAX_PARTS - assumed 'MENU_MAX_PARTS' in _subdomain_id_from_path() (line 635 of /var/www/vhosts/galagonya.de/httpdocs/sites/all/modules/subdomain/subdomain.module).
Aus der zugehörigen subdomain.module werde ich nicht schlau:
// Fallback on searching the menu system. We don't try this first since we want to try and avoid searching the DB.
if (empty($id)) {
$map = arg(NULL, $path);
$parts = array_slice($map, 0, MENU_MAX_PARTS);
$ancestors = menu_get_ancestors($parts);
$router_item = db_query_range('SELECT * FROM {menu_router} WHERE path IN (:ancestors) ORDER BY fit DESC', 0, 1, array(':ancestors' => $ancestors))->fetchAssoc();
if ($router_item) {
// See if there is a dynamic load function involved
if (!empty($router_item['load_functions'])) {
if (!is_array($router_item['load_functions'])) {
$router_item['load_functions'] = unserialize($router_item['load_functions']);
}
Das ist schon einmal vorgekommen. Übrigens bin ich nicht angewiesen auf die subdomain, also kann man das ruhig rausnehmen. Nur weiß ich nicht wie ........
Viele Grüße, esszimmer
- Anmelden oder Registrieren um Kommentare zu schreiben
Hallo
am 02.06.2013 - 12:46 Uhr
Hallo,
der Fehler scheint ein bekanntes Thema für das Subdomain-Modul zu sein. Eine temporäre Lösung findest Du hier: https://drupal.org/node/1326274
Viele Grüße,
Sven
www.allsatis.de