Menu settings do not save

Greetings,

I am wondering if anyone has come across and resolved the following problem:

Menu settings are not saving upon editing a node. I check "Provide a menu link", enter the menu values. Upon save the following errors are reported.

• Notice: Array to string conversion in menu_node_submit() (line 705 of docroot/modules/menu/menu.module).
• Notice: Undefined offset: 1 in menu_node_submit() (line 705 of docroot/modules/menu/menu.module).

We are on Drupal 7.9.

Entity Reference, Relation or References?

I'm wondering which one is the better option? Anyone have any insight?
Thank you.

superfish menu not visible on home page

hi;
i m using Danland theme for my web site. theme is having a java slide show above which there is inbuilt functionality of drop down menu..so i created the menu with proper level for it and it is working well in other pages but menu is not working on home page!! where it is needed the most!! :) :-D is there any solution for this problem

Are we still using the Services API key for authntication at Drupal 7?

Hi
I'm experimenting with Drupal 7 and Service 3.1 ..
We want to have some php code and Classes to interact with our service from Drupal 7..
We are using XMLRPC .. having some Good Classes using Zend.. But it's for Drupal 6 ..
I do not know how to find the new way of working with Service 3.1 at Drupal 7.

for example one of the Good Classes .. as in this link
http://wonderlandlabs.com/wll_drupal/drupal/services.html

the apikey there

   public function call($method_name, $user_args = array()) {
        // set vars for this connection
        $nonce = $this->getUniqueCode("10");
        $timestamp = (string) strtotime("now");
        $required_args = array();

        // now prepare a hash
        $hash_parameters = array(
                $timestamp,
                $this->domain,
                $nonce,
                $method_name,
        );

        $hash = hash_hmac("sha256", implode(';', $hash_parameters), $this->kid);

But we still have the API Key $this->kid

This is all the Class .. I'm trying to have it work for Drupal 7.
<?php

/**
* This class adds drupal centric funtionality to the XMLRPC process.
* Its designed to handle custom features of the drupal site including
* the security key.
*
*/
class Wonderlandlabs_Service_Drupal {

/**
* the CLIENT DOMAIN - not a full url
* @var string

Embedding webform in a block

Hello All

I have a webform that i need to embed on a page particularly in block but i dont know how to do this, tried to search and found that under Advanced setting in the web form you can just click a check box to allow web form in D7 to be displayed in a block but under my webform module setting i dont see this,

help me on how i can achieve this
Regards

db_set_active() and api functions trouble

Hi,

I just finished a multi site project where I needed to load a node and a menu tree from another database.

I used db_set_active() to switch the db, which worked, but neither node_load() nor menu_tree() worked as expected.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x