I get these warnings when I go to the install page:

Notice: Trying to get property of non-object in D:\Websites\simonkenton2007\www\includes\form.inc on line 325

Notice: Undefined variable: redirect in D:\Websites\mysite\www\includes\form.inc on line 268

Notice: Undefined variable: base in D:\Websites\mysite\www\includes\form.inc on line 461

Notice: Undefined index: #value in D:\Websites\mysite\www\includes\form.inc on line 1041

Notice: Undefined index: #value in D:\Websites\mysite\www\includes\form.inc on line 1041

Notice: Undefined variable: no_module_preprocess in D:\Websites\mysite\www\includes\common.inc on line 1467

Notice: Undefined variable: no_theme_preprocess in D:\Websites\mysite\www\includes\common.inc on line 1488

Comments

heine’s picture

Set error_reporting (eg in php.ini) to E_ALL & ~E_NOTICE per the System requirements.
--
The Manual | Troubleshooting FAQ | Tips for posting | How to report a security issue.

charly71’s picture

If so try to use XAMPP instead. See:

- http://drupal.org/node/133793
- http://drupal.org/node/101526

Regards