I just downloaded the Drupal 7.x-dev release of 2009-Aug-04

When browsing to the site, expecting to see the installation screen, I just get lots of error messages, as seen in the attached file.

I'm including one copy of them each here for searchability:

Notice: Use of undefined constant PATHINFO_FILENAME - assumed 'PATHINFO_FILENAME' in E:\xampplite\htdocs\d7unstable1\includes\file.inc on line 1660

Warning: pathinfo() expects parameter 2 to be long, string given in E:\xampplite\htdocs\d7unstable1\includes\file.inc on line 1660

Notice: Undefined index:  minnelli in E:\xampplite\htdocs\d7unstable1\includes\theme.maintenance.inc on line 64

Notice: Trying to get property of non-object in E:\xampplite\htdocs\d7unstable1\includes\theme.inc on line 105

Warning: Cannot modify header information - headers already sent by (output started at E:\xampplite\htdocs\d7unstable1\includes\file.inc:1660) in E:\xampplite\htdocs\d7unstable1\includes\bootstrap.inc on line 936

Warning: array_keys(): The first argument should be an array in E:\xampplite\htdocs\d7unstable1\includes\theme.maintenance.inc on line 229

Fatal error: Call to undefined function garland_get_ie_styles() in E:\xampplite\htdocs\d7unstable1\themes\garland\maintenance-page.tpl.php on line 24

I'm running XAMPP Lite on Windows XP SP 3. More details:

  ApacheFriends XAMPP Lite version 1.5.4a

  + Apache 2.2.3
  + MySQL 5.0.24a
  + PHP 5.1.6 + PEAR (basic package)
  + eAccelerator 0.9.6 RC1 für PHP 5.1.4 
  + XAMPP Control Version 2.3 from www.nat32.com	
  + XAMPP Security 1.0	
  + SQLite 2.8.15
  + OpenSSL 0.9.8d
  + phpMyAdmin 2.9.0.1
  + Webalizer 2.01-10
  + Zend Optimizer 3.0.1
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

androsansap’s picture

Title: Multiple errors on install page on XAMPP Lite (can't install) » Multiple errors on install page

Have a similar problem here. The difference is that the error I get is this:

Fatal error: Maximum execution time of 60 seconds exceeded in E:\xampplite\htdocs\drupaltest\includes\file.inc on line 898

(I have XAMPP lite installed on a pendrive. This only happens with Drupal, I have installed successfully Joomla and Wordpress)

boombatower’s picture

Seems I have a more recent case of this.

* http://imagebin.ca/view/DZf2nd.html
* http://imagebin.ca/view/vqjMgp.html

on an EC2 instance.

Dave Reid’s picture

Title: Multiple errors on install page » Multiple errors on install page on XAMPP Lite (can't install)
Status: Active » Closed (won't fix)

Try installing using the required version of PHP, 5.2 or higher.

boombatower’s picture

Title: Multiple errors on install page on XAMPP Lite (can't install) » Multiple errors on install page
Status: Closed (won't fix) » Closed (fixed)

Seems this is caused because of PHP version.

EC2 is running 5.1.6 which D7 requires 5.2.x+ and seems the missing constant is in PHP 5.2.x+.

miodrags’s picture

Hi, I'm new but...
I'm trying ERP on Drupal and got the same message "Fatal error: Maximum execution time of 60 seconds exceeded in ... file.inc on line 898" during installation.
It is becau se of parameters max_execution_time or max_input_time in php.ini file in XAMPP\php folder.

In my case, I changed max_input_time from 60 to 180 and that god the job done. During installation there are lots of checks going on, so it need time to do all the work. It took my comp. 2 minutes to complete.

It is recomended to use 30 or 60 seconds before production activation.

Hope this helped.