Undefined Index

I am getting an error when I upgraded from Drupal 7 to 7.2. I'm a Drupal noob so any help would be greatly appreciated.

* Notice: Undefined index: name in system_requirements() (line 39 of /var/www/html/drupal7/modules/system/system.install).
* Notice: Undefined index: version in system_requirements() (line 41 of /var/www/html/drupal7/modules/system/system.install).

Installing modules brings me to the "Update Manager"?

Hello, I have Drupal 7.2 installed on a local Ubuntu 11.04 LAMP stack. I'm gradually finding my way around Drupal, however when I try to install a new module, it brings me to the "update manager" page, where it is asking me for my server's FTP information. Since Drupal is local, I shouldn't need to provide FTP information, right?

I would appreciate any and all help.

Payment Processing

Hi, i am newbie to drupal.However, i am developing an eCommerce site with the goal an function to have customers enter a zip code or city and they will find stores with products and services of interest in there area or close proximity. i also want to accept payment processing on the businesses behalf. i am using Ubercart module but can't figure out how to link or create that area.i am to trying find out is there a module which after reading the documentation of Ubercart does not solve the problem.Maybe i am missing something.Suggestion welcome!

Custom field and feeds

Hi.
We are working on a module that create a custom field for drupal 7, this is the example: https://github.com/tarmstrong/poutine_maker - http://tarmstrong.github.com/poutine_maker/
The module works, and the custom field is avaible also in views, but we have also to use it with feeds, so that I can use a xml to import contents.
Is it possible?
I think I should have to add codes on the module, but I don't know how..

Penny Auction module for Drupal

Hi,
We are looking for a drupal dev company or an experencied developer in order to create a penny auction module (like uk.madbid.com, www.bigdeal.com) for drupal 6/7.

best regards,
Terry

Views : Use Grouping don't work when add a new Filter criteria

Hi,

I create a view which list all new with an image. I use the feature "Use Grouping" to have one image per news.
When I tried to add a Filter criteria (field_must_see) to "yes" I have a couple of news which doesn't show up with the default image.

If someone could help me, it would be nice.

Here's my view export :


$view = new view;
$view->name = 'accueil_slider';
$view->description = '';
$view->tag = 'default';
$view->base_table = 'node';
$view->human_name = 'Accueil - Slider';
$view->core = 7;
$view->api_version = '3.0-alpha1';
$view->disabled = FALSE; /* Edit this to true to make a default view disabled initially */

/* Display: Master */
$handler = $view->new_display('default', 'Master', 'default');
$handler->display->display_options['title'] = 'Accueil - Slider';
$handler->display->display_options['group_by'] = TRUE;
$handler->display->display_options['access']['type'] = 'perm';
$handler->display->display_options['cache']['type'] = 'none';
$handler->display->display_options['query']['type'] = 'views_query';
$handler->display->display_options['exposed_form']['type'] = 'basic';
$handler->display->display_options['exposed_form']['options']['reset_button_label'] = 'Réinitialiser';
$handler->display->display_options['exposed_form']['options']['exposed_sorts_label'] = 'Trier par';

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x