Hi, i haven't php expirience before but i have some years perl & little sql expirience.
I unpack drupal 4.5 on my site (with .htaccess), configure it. (via conf.php)
My hoster give me access only for one custom mysql database.
I create requested tables in it via phpMyAdmin. I've checked - all created ok.
in conf.php line $db_url looks like:
$db_url = "mysql://myuser:mypassword@mysqlhost/mycustomdbname";
$base_url filled ok too.
after trying go on http://mysite/index.php my browser show me this message:
========================================================
warning: Wrong parameter count for basename() in /var/www/hosting/a/7/apej0977/myhost/html/includes/theme.inc on line 76.
warning: Wrong datatype in array_walk() call in /var/www/hosting/a/7/apej0977/myhost/html/includes/common.inc on line 427.
warning: Wrong datatype in array_walk() call in /var/www/hosting/a/7/apej0977/myhost/html/includes/common.inc on line 428.
warning: Wrong datatype in array_walk() call in /var/www/hosting/a/7/apej0977/myhost/html/includes/common.inc on line 429.
warning: Wrong datatype in array_walk() call in /var/www/hosting/a/7/apej0977/myhost/html/includes/common.inc on line 430.
Fatal error: Call to undefined function: array_key_exists() in /var/www/hosting/a/7/apej0977/myhost/html/includes/module.inc on line 168
======================================================