hi friends,

when I tried to install drupal in my localhost I got this problem

Notice: Trying to get property of non-object in D:\Program Files\EasyPHP 2.0b1\www\drupal\includes\form.inc on line 324

Notice: Undefined variable: edit in D:\Program Files\EasyPHP 2.0b1\www\drupal\includes\form.inc on line 762

Notice: Undefined variable: redirect in D:\Program Files\EasyPHP 2.0b1\www\drupal\includes\form.inc on line 267

Notice: Undefined variable: base in D:\Program Files\EasyPHP 2.0b1\www\drupal\includes\form.inc on line 464

Notice: Undefined index: #value in D:\Program Files\EasyPHP 2.0b1\www\drupal\includes\form.inc on line 1044

Notice: Undefined index: #value in D:\Program Files\EasyPHP 2.0b1\www\drupal\includes\form.inc on line 1044

Notice: Undefined variable: no_module_preprocess in D:\Program Files\EasyPHP 2.0b1\www\drupal\includes\common.inc on line 1467

Notice: Undefined variable: no_theme_preprocess in D:\Program Files\EasyPHP 2.0b1\www\drupal\includes\common.inc on line 1488

I put drupal in a folder named (drupal).

Comments

alexrayu’s picture

Are you sure "easyPHP" is compatible?
______________________
SpryDev Designer and Coder
http://www.sprydev.com/design-gallery
home page (Rus): http://www.bible2day.org.ua

cog.rusty’s picture

Your php.ini probably contains:

error_reporting = E_ALL

which is too strict and displays all these notices. It should be:

error_reporting = E_ALL & ~E_NOTICE

Drupal 5 is not E_ALL compliant. Drupal 6 will be (when it is ready).

pbarnett’s picture

It's available here and worked very nicely for me... several people seem to have reported problems with EasyPHP.

Pete.