Fresh Install Error - Windows 2008 R2 - "Notice: Undefined index: distribution_name ..." - Using Web Platform Installer 3.0

Installed Drupal 7.2 fresh on Windows 2008 R2 using IIS 7 and MS SQL Express provided by the Web Platform Installer 3.0.

Followed all the instructions for downloading the dependencies and getting it installed...which was actually pretty easy since it was all self-contained within the Platform Installer setup process. Now when I launch the "Select an installation profile" (install.php), the page loads but there is a red box near the top that says:

Search box that adds search terms

I need a way where a search box adds each term we search for. Adding temporarily to a DIV-container for example. These terms are added so that the user can undo the search for a specific term or add extra terms. Undo it by clicking delete (x) button next to the term. It's more like a filter system, but the user can choose their terms by typing them and clicking search.

The system I want is like on the www.istockphoto.com website. If you search something there you can add search terms in the second step.

Drupal Commerce migration problem - quick consult needed to finish a job asap

I am trying to migrate our Ubercart Orders into Drupal Commerce using commerce_migrate's CommerceMigrateUbercartOrder routine. I have imported and rolled back 3 times now, and each time get an error stating "General error: 1366 Incorrect integer value: '' for column 'commerce_customer_billing_profile_id' at row 1: INSERT INTO {field_data_commerce_customer_billing}"

I have attached the detail of this error message below. We get 22 messages total, 11 each of the two listed below.

The outcome is that only 49 of our several thousand orders gets imported.

We need to get these orders imported right away! It seems like a very quick job for someone who has even just a little more of the right kind of expertise than us.

Source ID Level Message

Feeds and mapping to Summary Field

i'm using the Feeds module to import nodes using a csv, and i'd like to populate the Summary field on import. It's not available in the ui, but i think it is supported in the field.inc file, i just don't know how to configure it.

does anyone have experience or could advise me on how i could accomplish this using Feeds or another tool?

thanks.

Add Another Item Ajax Preceeds Other Events (onblur, onchange)

Note: This problem may be specific to Safari.

Hiya folks, I have a weird edge case I encountered and while I've got a "fix" it doesn't really satisfy me very much and can result in unnecessary function calls.

I have a custom field that generates a widget form consisting of several text boxes. Basically it's a "service" data type where you can enter a service name, the amount of time a service took, the cost per hour, and the subtotal.

Since it's convenient to calculate the subtotal automatically there are onchange events on the other input elements.

Since there are potentially numerous services, I've set the field in the data type to accept infinite values. This generates the handy "Add another item" button and wrapper div that make ajax calls to add additional widgets as a user needs them. The problem happens when a user updates an input element and clicks directly on the "Add Another Item..." button. The event triggered by the button click happens BEFORE the onblur/onchange that the inputs have, creating this problem...

1. Ajax call happens, new div data is obtained but is not inserted into the DOM yet
2. onblur/onchange event calls, and the math happens on the original div
3. The ajax call completes and swaps out the original div for the new div with the additional form elements, math is lost!

My workaround, for now, is something like this...

Contextual filters, where is the filter value used in the view results?

I'm having a hard time wrapping my brain around how the contextual filters work in views. I have a view that returns all events span today's date.
All events that's:
start_date=today
or (start_datetoday)
or end_date=today.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x