D7:Reports:Status Report:"Upload progress - Not Enabled"

I have the PECL libraries successfully installed, I bounced apache.
However, my "Status Report" says that my upload progress is not enabled.

In section:
D7:Reports:Status Report:"Upload progress - Not Enabled"

Any ideas on how I can get this status changed to enabled?

Thanks!

Ch

[Solved] Creating a field module with multi-field input

Hi!

I'm struggling with development of a field-type module for my content type. I want to create a field-type that will in fact contain 6 boxes, each storing int value. Each value is stored in different column, as described in schema:

function field_map_ranks_field_schema($field)
{
  switch ($field['type'])
  {
    case 'field_map_ranks' :
      $columns = array(
              'value_1' => array(
                      'type' => 'int',
                      'not null' => FALSE
              ),
              'value_2' => array(
                      'type' => 'int',
                      'not null' => FALSE
              ),
              'value_3' => array(
                      'type' => 'int',
                      'not null' => FALSE
              ),
              'value_4' => array(
                      'type' => 'int',
                      'not null' => FALSE
              ),
              'value_5' => array(
                      'type' => 'int',
                      'not null' => FALSE
              ),
      );
      break;
  }
  return array(
          'columns' => $columns,
  );
}

This was done on a basis of 'number' field-type of core package. All functions are now rewritten and are working as I want them to work, except hook_field_widget_form.

error when install drupal7 alpha5

When it come to the step of "Verify requirements", following error come out
DatabaseConnectionNotDefinedException: The specified database connection is not defined: default in Database::openConnection() (line 1479 of /home/drupal7/includes/database/database.inc).
The website encountered an unexpected error. Please try again later.

Here is my environment:
Apache 2.2.4
MySQL 5.0.45
PHP v5.2.2

And on the same host, I installed 6.17 successfully.

Any one could give me any hint about this error?

Drupal 7.0 Alpha 6 released

Update: Drupal 7.0 Alpha 7 is available now!

Our fifth Drupal 7 alpha version was released a little over a month ago. Today, we're proud to announce the release of the sixth (and hopefully final) alpha version of Drupal 7.x for your further testing and feedback. The first alpha announcement provided a comprehensive list of improvements made since Drupal 6.x, so in this announcement we'll concentrate on how you can help ensure that Drupal 7 is released as soon as possible and is as rock solid as the previous Drupal releases that you've grown to love!

This release includes many critical bug fixes, a nearly working upgrade path, and a new default core theme: Bartik!

Please see the release notes for more details.

When will alpha become beta?

We have identified several "beta blocking" issues, and itemized these at the Drupal core community initiatives page. On or about August 1, 2010 (or when the upgrade path is working, whichever comes first) we will create a new official Drupal 7 release. If this list is fixed, it will be a beta release. Otherwise, it will be another alpha release. It's expected we will have a few beta versions and at least one release candidate before Drupal 7.0 is finalized. We can potentially reach beta within the next month by focusing on this short-list of issues! Please help!

Migrating data to nodes as custom fields.

Im currently running a live Drupal 6.17 site, and its fully functional and slowly im getting my head round using various modules to further enhance it. We do however have a seperate 'Athletic results' mysql database that i would like to query on the site.

Module for Recruitment system

I am planning to develop core module for Recruitment Management System
I am looking for your suggestion for the same, the core modules will be
Applicant Tracking System
To track the activities of all the job applicants; Includes interview process flow, Job management, candidate pipelines etc
Vendor Management System
Manage Vender agencies and vendors (different tiers) and manage requirements and candidates to and from these vendors .
Job Board
Manage JOB Classifieds and manage requirements and candidates to and from these vendors/agencies

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x