Parse error: syntax error, unexpected $end in common.inc on line

Orlando - November 5, 2009 - 19:58

on step4 of installation i got this error
Fatal error: Call to undefined function filter_xss_bad_protocol() in /hsphere/local/home/mYAccount/includes/common.inc on line 1039 then I reuploaded to hostFtp common.inc and rup update.php
after that i see white screen with such error:

Parse error: syntax error, unexpected $end in /hsphere/local/home/mYAccount/includes/common.inc on line 3699

I'm suffering from installation for 5 days getting more and more new errors, don't know how manage it))

steps I made from the very beginning

step1 register_globals is enabled. Drupal requires this configuration directive to be disabled. I solved this error by deleting function wich mentioned "register_globals" in system.install
step2 Multibyte string function overloading in PHP is active and must be disabled
solved be adding to .htaccess
php_value upload_max_filesize 100M php_value post_max_size 100M php_value memory_limit 96M
step3 after entering MySql setting get screen with word HOME on the top. and couldn't go to next step
step4 run update.php and I got error I mention on the start of me message
help me plz. I tried to use all possible searches but I couldn't find any solving for Drupal 6.14 version (which - I believed- already managed all possible bugs)

 
 

Drupal is a registered trademark of Dries Buytaert.