Problem with installing Drupal 6

I am a new to Drupal, I just tried to install the package twice but I did not succeed. I give all Database info at the first step and I submit the data. Then it shows a blank page with no information. I can not go further than this. I assess the web site it allow me to log in but keeps telling me I am not authorised to make any changes. I know that it did not go through installation at all. What should I do to make this work.

I have PHP 5.2 on my hosting sever.

Thanks

Looking for a designer (not programmer) to partner up

I am a developer and would be interested in partnering up with a designer (he/she knows how to slice the design into HTML/CSS). I don't have any projects in mind now, but when anything comes up - I would like to have someone handy.
If interested please let me know.

Please please please analyse this code and tell me where I am going wrong

My first module - thought this was going to be easy.

There are two forms voucher and voucher_dates. Both forms work from the address bar ...
/?q=voucher
/?q=voucher_dates

but how to I get voucher to transfer to voucher dates ( see voucher_form_submit function).

Please tell me where I am going wrong, I'm desparate.

Thanks for any help.


<?php

//
// $Id: voucher.module,v 1.250.2.1 2008/02/07 16:42:03 goba Exp $
//

//
// Include voucher database funtions
//

include ("db_voucher.inc");

//
// REQUIRED - Menu
//

function voucher_menu() {

$items = array();

$items['voucher'] = array(
'title' => 'Voucher booking',
'page callback' => 'drupal_get_form',
'page arguments' => array('voucher_form'),
'type' => MENU_CALLBACK,
'access arguments' => array('administer users')
);

$items['voucher_dates'] = array(
'title' => 'Voucher dates',
'page callback' => 'voucher_dates_start',
'type' => MENU_CALLBACK,
'access arguments' => array('administer users')
);

return $items;
}

//
// REQUIRED - Set permissions
//

function voucher_perm() {
return array('access voucher content form', 'administer voucher form');
}

function voucher_dates_perm() {

Header problem

Hi there,
I am working on a new site, and I will use Drupal to power its backend. I have choosen the Sky theme to start with, and it looks great.
My poblem is that after a succesfull installation, and after adapting the logo image for my site (Pardus, a fast growing linux distro), I have the site title in my header, what I mean is that I would like to get rid of the words Linux in the header..
http://www.pardus-linux.nl/indexxx.php

Thanks!

User profile enhancements

....

Problems integrating sifR3 with Drupal and Fourseasons Theme.

I got a problem.. I tried using it but I can't get it to work..

Pages

Subscribe with RSS Subscribe to RSS - Drupal 6.x