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?
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.
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).
--------------------------------------------------------------------------------------------------------------------------
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.