We are currently looking for a way to integrate Shibboleth authentication and authorization into Drupal. Searching drupal.org did not turn out any valuable information on this topic. Is there any ongoing development into that direction or is any ready to use module available?
Otherwise we are going to develop such a module. Any recommendation or experience on the development of a Shibboleth authentication module would be highly appreciated.
I am using 5.1 version of drual.
I downloads "forms-5.x-1.x-dev.tar" from modules section of the drupal.
I extract it into the module folder under the drupal folder. I enabled it into my site module section.
But I don't know,where to see the effect of form moduleon my site?,
how to design the form on the pages?
how to connect it with database?
How user can insert the data into the databse.
I am using Drupal 4.7.6. And am using the default login module. This modules allows me to create a new account by clicking on "Create New Account" link. But when I click on this link, the following error is reported.
Error:
Fatal error: Cannot unset string offsets in \modules\jstools\extendeddescription\extendeddescription.module on line 49
I'm learning to code in PHP/Drupal..need some basic info ..please.
I'm developing my first custom node module. It writes a record to the table, academic_info for each node created. The primary key consists of multiple fields.
I see a "duplicate entry....." error is generated in Drupal when the user attempts to create a node/record that already exists in table, academic_info. However, I observed that a record is still created in the node table for the node that was submitted.