error after installing and enabing some modules

i am having trouble while after installing drupal 7 and enabling the modules like views , auto path...
when i choose to enable clean path url it show only the test clean path url and does nothing.
when i enable the views module and then return to hopage following error is displayed..

Problems upgrading from drupal 5 to 7 with custom_import

The most promising way to upgrade my site from drupal 5.* to drupal 7.2 appears do be with the drupal_import module (2.9k zip file) linked to from Direct Drupal 5 to Drupal 7 Migration in 24hrs.

However, I ran into problems. I tried to post the following here on http://quicksketch.org/:

how to I access form '#type" => 'value' or '#type" => 'hidden' ???

Hi

I have a form and need to keep track of some extra state. I can not seem to get "hidden" or "value" form elements to work. For the life of me I can not figure out what my bug is. The hidden / value data is never avalible in my ajax call back.

http://api.drupal.org/api/drupal/developer--topics--forms_api_reference....

<?php
$form = drupal_get_form('bdc_participant');

function bdc_participant() {

$form['timeUnit'] = array(
'#title' => t("Choice a graph type"),
'#type' => 'select',
'#options' => array(
'DAY' => 'DAY',
'WEEK' => 'WEEK',
'MONTH' => 'MONTH',
'YEAR' => 'YEAR',
),
'#weight' => 1,
'#ajax' => array(
'callback' => 'bdc _ajax_callback',
'wrapper' => 'bdc_error_box',
),
);

$form['bdc_test_hidden'] = array (
'#name' => 'bdc_test_hidden',
'#type' => 'hidden',
'#value' => t("hello world"),
);

$form['bdc_test_value'] = array (
'#name' => 'bdc_test_value',
'#type' => 'value',
'#value' => t("good bye"),
);
}

function bdc_ajax_callback( $form, $form_state) {
// I spent a lot of time with a symbolic debugger, I never found my hidden for value elements

Logintobaggen dual register/login page, default setting

I am using logintobaggen as a login / register new account form and would like to set the default tab to "I already have an account."

Basically, I would like to set it so that when you visit my site, you are first presented with a login form, not a register form (the login page should be the default, not vice versa).

Anybody have a clue how to change this? Thanks!

Viewing members IP address

Kind of new here and I'm wondering how to view members IP address.
Do I need to install a module for this or how is it done ?
Currently all I can see is a members email address.
Thanks

Need someone to install ckeditor on my site, i need more function

I'm having a really hard time installing the whole ckeditor so i can actually have some design function. tired of trying and want to know who can get it done for me for 20 bucks or less. thanks

Pages

Subscribe with RSS Subscribe to RSS - Drupal 7.x