Has anyone had any success logging into Drupal 7?

Just upgraded form D6.2 to D7

Can't login

?q=user

Just tells me my site is under maintenance.

I used to be able to adjust the 'variables' and 'cache' tables to get back into Drupal. But D7 has changed the structure of the 'variables' table, and the 'cache' table does not look quite like it did on D6x

Has anyone been able to login into D7 after an upgrade?

If so, would you be willing to share your secret?

Thanks!

Create custom submit button for form block.

Hi all,

I have a page where a form block is shown together with previous submitted content of that content type. I want to add one more submit button for that form.

How do I do that?

Setting Multiple States at Once

You have Draft, Published and Archive. Is there a patch that will allow be to set the Published Date and the Archive Date at the same time?

D7/OG Where and how to apply patch

Hi -

I am having problems with amending/ deleting, Organic Group nodes. Resulting in incomplete node/_, resulting in errors. The db is apparently not being updated correctly?
--------------------------------------------------------------------------------------------------------------------------
Notice: Trying to get property of non-object in entity_extract_ids() (line 7286 of /home/rcedao5/httdocs/drupal/includes/common.inc).
Notice: Trying to get property of non-object in node_uri() (line 250 of /home/rcedao5/httdocs/drupal/modules/node/node.module).
--------------------------------------------------------------------------------------------------------------------------

I found what I believe to be a duplicate problem and the solution:
http://drupal.org/node/1112344

Solution in #7 smk-ka, requiring the application of "field_group-1112344.patch"
------------------------------------------------------------------------------------------------
diff --git a/field_group.install b/field_group.install
index d5a0b42..b73d9e7 100644
--- a/field_group.install
+++ b/field_group.install
@@ -18,7 +18,7 @@ function field_group_schema() {
'identifier' => 'field_group',
'default hook' => 'field_group_info',
'save callback' => 'field_group_save',
- 'delete callback' => 'field_group_delete',

Best way to build a searchable staff directory in Drupal 7 using LDAP directory?

What is the best way to build a searchable staff directory in Drupal 7 using our LDAP directory? We are already using the LDAP module for authentication for our thousands of faculty and students. However, they don't have user accounts in Drupal until they initially log in. How can we get all of that LDAP user information sync'ed with our Drupal database so that all of the users are in Drupal, and so that the data is sync'ed to reflect occasional changes in the LDAP data? Then it would be easy enough to create a simple directory using a view.

How can I show a Block by Taxonomy term?

How can I show a block based on the taxonomy term(s) for a Node?

I'd settle for a PHP solution to this, though I feel it should be built into the UI for Block visibility settings.

Thank you,
DUG1138

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x