Error: Add Another Field (Profile2)

Hi everyone,

I'm having a problem with the "add another field" function in the user registration section of my Drupal site.

Drupal Version: 7.9
Hosted: Localhost (MAMP)

The Error:
Notice: Undefined index: #ajax in ajax_form_callback() (line 383 of /Applications/MAMP/htdocs/ssn/includes/ajax.inc).

When It Occurs:
When on the user registration page, there is a section to create a list of specific details. This list is a text field with unlimited values. Clicking on "Add Another Item", should add another field. Instead it does precisely nothing, and punches the above error into the error log.

I have already looked around the web for a solution, but it's proven difficult.

I'm wondering if it has anything to do with any of the following:

  • Corolla 7.x-2.2 (Sub-theme of AdaptiveThemes - installed)
  • CKEditor
  • Profile2

I have tried switching themes to Bartik, and it provides the same error as above still, so any help would be great!

Thanks for your help and taking the time to read this post.

*EDIT*

I probably should have included this before. This is the function - the second line is line 383.

if (!empty($form_state['triggering_element'])) {
$callback = $form_state['triggering_element']['#ajax']['callback'];
}
if (!empty($callback) && function_exists($callback)) {

Log In

I'm a total beginner with Drupal..third day now..one question: how do i log into my site, i removed the log-in block and accidentally logged out..lol i cannot log into admin account again..advice please!

My Drupal 7 New Site not working for IE 6,7,8 (Crashed) (Only work with IE 9)

Hi All,

I'm newbie for Drupal. But I made 3 sites with drupal in past 3 months.
www.salonsashya.com ( Drupal 6 -Base Theme-Zen) -This is ok for IE 6,7,8

www.munasinghearts.com (Drupal 6 Base Theme -Addaptive theme - This is ok for IE 7,8)

But I made new site for SummIT(www.summitebiz.com) with Drupal 7..Using Adaptive Base theme(HTML5). But It can't view on IE.

Translate/Locale causes fatal error

I just finished a new Drupal installation and had the system up and running. The last thing I did was turn on two modules: Translate and Locale. Now I get this error when I navigate to any URL:

Creating a View that returns results on user profile page

Drupal 7.9

I have created content types that are basically forms where user input data into fields. (like hours/minutes)

I'm wanting each user to have totals on their profile page. I tried the following steps (suggested by a co_worker) - but it does not show on the profile page (note - the test user has created at least 1 entry of the content)

1- create the view, write view name
2- check the "create a block" checkbox
3- Then you can write the block title and select the display format, in this case you will need to select table of fields and enter the number of rows.
4- Then on the view you need to select the Block display, if it is the only display it will be selected by default
5- Add the fields you need
6- Open the Avanced section, add a contextual filter and select "Content: User posted or commented"
7- On the configuration of the contextual filter under "When the filter value is NOT available" you need to select "Provide default value" and select "User ID from logged in user"
8- Click apply and Save the view
9- Now go to the blocks page Structure->Blocks
10- Find your block it will be called "view_name: block" and click configure
11- You can set the Block title if different from the view name
12- Under region setting find your theme and select the region where you want it to be displayed.

PayPal WPP requires the PHP cURL library. (Currently using cURL Not found)

Hey, guys i'm new guy to Drupal and need some help on the Ubercart module that carries PayPal

whenever i enable PayPal it gives me this error:

PayPal WPP requires the PHP cURL library. (Currently using cURL Not found)

i have no idea... tried going to the link but it looks like greek to me. Can some one please create a video on youtube that i can follow the steps easily and create my store.

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x