Database Creation error with Drupal6

New installation on localhost. On database creation error is generated:

user warning: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') ORDER BY fit DESC LIMIT 0, 1' at line 1 query: SELECT * FROM menu_router WHERE path IN () ORDER BY fit DESC LIMIT 0, 1 in C:\_w\IES\drupal-6.0\includes\menu.inc on line 316.

Any ideas?

Thanks in advance.

Robert

Bubbleandjam - Drupal 6

This is your basic Drupal site, installed in less than 2 hours!

www.bubbleandjam.com

Drupal 6.x FormAPI: validate and submit properties

Please excuse me, but I started writing modules by copying code and using it to my purposes. Now, with this Drupal 6.x upgrade, I've actually got to understand what I'm doing. I'm sorry if I'm a little bit behind the curve, but I'm working on it!

Looked at the Drupal 5.x to 6.x FormAPI changes: http://drupal.org/node/144132

Particularly this regarding the validate and submit properties: http://drupal.org/node/144132#custom-params

In Drupal 5.x, I've been using this format:

function og_user_roles_form_alter($form_id, &$form) {
        $form['og_user_roles_regcode_gid']['og_user_roles_regcoderole_value_' . $gid] = array(
          '#type' => 'select',
          '#title' => t('Role to assign'),
          '#options' => $roles,
          '#default_value' => variable_get('og_user_roles_regcoderole_value_' . $gid, 0),
          '#description' => t('Select the role you wish to use as the "registration code group role" for every new subscriber who subscribes to this group using one of the registration codes above.'),
          );      
        $form['#validate'] += array('og_user_roles_regcode_form_validate' => array($form_id, &$form));          
        $form['#submit'] += array('og_user_roles_regcode_form_submit' => array($form_id, &$form));          
      }

Seeking web design for church

I am looking for anyone interested in contributing to design a website for my church. As well, if Drupal is the right platform to provide a site which supports the following:

My idea of an ideal website is one where anyone in a position of leadership is given a username and password that allows them to create discussion topics or meeting places where members of their group/task force could gather and chime in with their two cents. I suppose a blog for each task force, group or work area would suffice whereby comments from others could be posted and viewed by others.

The functions we want to include are

  • Calendar - with registration if the event requires such
  • Small Group management
    • Leader designation
    • Member designation
    • Group max size
    • Group current size
    • Meeting location with map direction linking capability
    • Group Description
    • Group meeting date and time/could be linked to the calendar
    • Group discussion page or blog for the leader to post topic points
    • Group type - task force/service/planning/music/social/bible study/Sunday school/
    • Group member average age or age range
  • Ministries - currently listed on www.wumc.com
  • Volunteer opportunities
  • Pastor's blog/Sermon posts with comments from visitors

How could I generate pdf output from drupal 6.0 selected contents?

Is there any module to generate customized pdf output from selected items in drupal 6? Something like eBook Factory for joomla?

Thanks in advice.

Can not enable "Comment permalinks"

Hello,

I can not enable the "Comment permalinks" option in the Permalinks module.

The Permalinks module says the following for "Comment permalinks":

"Whether to use permalinks for comments or not. For this option to be available the Comment module needs to be enabled."

I go to Home » Administer » Site building to Modules and the enabled box is gray and can't be changed for the "Comment 6.0" module.

Am I missing something or doing something wrong?

Thanks!
Mark

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x