I installed Drupal and when I execute it I got the following errors

warning: ini_get() has been disabled for security reasons in d:\hosting\tegsolutions\drupal\includes\common.inc on line 406.
warning: fopen() has been disabled for security reasons in d:\hosting\tegsolutions\drupal\themes\engines\xtemplate\xtemplate.inc on line 446.
user notice: [XTemplate] Cannot open file: themes/bluemarine/xtemplate.xtmpl in d:\hosting\tegsolutions\drupal\themes\engines\xtemplate\xtemplate.inc on line 418.
user notice: [XTemplate] parse: blockname [header.logo] does not exist in d:\hosting\tegsolutions\drupal\themes\engines\xtemplate\xtemplate.inc on line 418.
user notice: [XTemplate] parse: blockname [header.site_name] does not exist in d:\hosting\tegsolutions\drupal\themes\engines\xtemplate\xtemplate.inc on line 418.
user notice: [XTemplate] parse: blockname [block] does not exist in d:\hosting\tegsolutions\drupal\themes\engines\xtemplate\xtemplate.inc on line 418.
user notice: [XTemplate] parse: blockname [header] does not exist in d:\hosting\tegsolutions\drupal\themes\engines\xtemplate\xtemplate.inc on line 418.
user notice: [XTemplate] parse: blockname [footer] does not exist in d:\hosting\tegsolutions\drupal\themes\engines\xtemplate\xtemplate.inc on line 418.
Welcome to your new Drupal-powered website. This message will guide you through your first steps with Drupal, and will disappear once you have posted your first piece of content.

The first thing you will need to do is create the first account. This account will have full administration rights and will allow you to configure your website. Once logged in, you can visit the administration section and set up your site's configuration.

Drupal comes with various modules, each of which contains a specific piece of functionality. You should visit the module list and enable those modules which suit your website's needs.

Themes handle the presentation of your website. You can use one of the existing themes, modify them or create your own from scratch.

We suggest you look around the administration section and explore the various options Drupal offers you. For more information, you can refer to the Drupal handbook online.

Any idea about the cause of this ?

Thank you for your help

Comments

killes@www.drop.org’s picture

warning: fopen() has been disabled for security reasons

Your hoster has disabled one function that is used by the Drupal defaut theme engine.
I suggest creating an account as instructed and then sett the theme to "marvin".
--
Drupal services
My Drupal services

Uwe Hermann’s picture

This looks like a safe_mode issue. If you can edit php.ini, disable safe_mode (or allow the requested functions) and everything should be fine. If your hoster configured safe_mode, you're probably out of luck...

Uwe.
--
hermann-uwe.de | crazy-hacks.org | unmaintained-free-software.org

Steven’s picture

If your host is so paranoid that they have disabled "ini_get", then you will probably run into tons of other restrictions with Drupal.

I suggest you try to move to a better host which allows you to do what you want. You need this to enjoy Drupal's more advanced features (like clean URLs).

You could always just ask your current host to lift the restrictions, but something tells me that's not going to happen.

--
If you have a problem, please search before posting a question.