instalation problem

maticijus - July 31, 2009 - 19:27

Hey guys and girls

I am n00b

My problem is that I want to install a drupal site on my domain

I uploaded the files. Installed the mysql database.

I run the page and this comes up

Parse error: syntax error, unexpected T_STRING, expecting '{' in..../profiles/satellite/modules/content_complete/content_complete.module on line 136

-----------------------------------
this is the line 136

function content_complete_get_data($content_type, &$user) NULL) {
if (!$user) {
global $user;
}

$fields = content_complete_get_fields($content_type); // all fields
$tagged_fields = content_complete_get_tagged_fields($content_type); // fields tagged for completed (can be empty)
$user_fields = content_complete_get_user_fields($content_type, $user); // fields completed by the user (can be empty)

/**
* Only consider the first instance for now

=-=

VM - July 31, 2009 - 19:36

what version of Drupal?

and what is the content_complete module? this is not a core module and should be in sites/all/modules

 
 

Drupal is a registered trademark of Dries Buytaert.