No login after migrating my site to another host

Before starting production with Drupal 7.4, I migrated my test and qa site to a brand new Centos 6.0 host by copying the drupal directory and dumping/reloading the mysql db. (Due to a mysql utf8/collation bug for 5.0 to 5.1 upgrade, I had to truncate `search_index` and `search_total` tables). I also changed the $base_url config setting.

When I try to log in, the ldap log and also the watchdog entry in the database ("Session opened for %name") show that the login was sucessful - however, I once again get the login screen. This occurs for the admin account, too.

Which theme fits to my design?

Im looking for a theme that have a vertical tree navigation to the left.

I have look the theme archieve trough without any luck.

This is my design:
http://imageupload.org/?d=21CE9A051

comment reply form not override !

hi,

if you click on submit for empty comment it will take you to comment/reply/NID ... the form its not override .. its will shows the unthemed form !

is this my theme problem or ... its bug ?!

thanks!

Referencing records from a db_select statement

I'm trying to update form values based on records retrieved from a db_select. The code shown below works functionally, but I'm concerned about the methods I'm using to the reference the record and wondering if there isn't a more elegant solution so that I don't have to reference the record in question by record number and can instead use the fieldid, which is the primary key for each record.

function get_v01_fielddata ($entry = array()) {
  // Read all fields from the v01fielddata table.
  $select = db_select('v01fielddata', 'v');
  $select->fields('v');
  return $select->execute()->fetchAll();
}

function tactix_lit_v01_fields ($form, &$form_submit) {
  
  $entries = get_v01_fielddata();
  debug($entries);  
    
  $form['v01_price'] = array (
    '#title' => $entries[4]->title_default,
    '#type' => 'textfield',
    '#default_value' => $entries[4]->value_default,
    '#field_prefix' => t('$'),
    '#maxlength' => 25,
    '#size' => 20,
    '#description' => $entries[4]->desc_default,
  );

This is a sample of the data that is being return using $debug(entries). I'm actually referencing record #4 in the returned data set... I'm showing only the first two. The records seem to be returned in alphabetical order based on fieldid.


array (
0 =>
stdClass::__set_state(array(
'fieldid' => 'v01downpay',

Permissions on sites/default/files/js

Recently upgraded from 7.3 to 7.4 since when I've been getting 404 errors for
sites/default/files/js/js_CC-zfeuQHcDhFtVRuKW53h30TL7j_105J32Nz8b8R38.js

The file is in the files/js folder so I'm wondering if this is a permission issue or something else.

The files folder has permission of 755
The js folder has permission of 755
All the actual js files themselves have permissions of 644

Web designer with drupal theming experience

We’re looking for a web designer/drupal themer to create a design and a theme for a social recommendation website powered by Drupal 7. Web design and drupal theming experience is essential.

Please answer the following questions when submitting an application:
https://docs.google.com/document/d/1LrtUBm97vwWX8OjmzDLynSKI_Z0j1QboTJtB...

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x