I have decided to try 7 version
But the script instal.php returns an error 500.
Where can be a problem?

Windows Vista
Apache/2.2.9 (Win32)
PHP/5.2.6
MySQL 5.0.67-community-nt
Limit 128M

6 version works without any bugs.

Comments

venom280’s picture

The same problem with index.php

This rows in index.php leads to error

drupal_bootstrap(DRUPAL_BOOTSTRAP_FULL);
$return = menu_execute_active_handler();

drupal_page_footer();

damien tournoud’s picture

Category: bug » support

Please see http://drupal.org/node/416906 for debugging options.

venom280’s picture

Thanks!

Fatal error: Class 'PDO' not found in \includes\database\database.inc on line 184

venom280’s picture

Status: Active » Closed (fixed)

I enable PDO modules and promblem was solved.

kiwibytes’s picture

I have the same issue with PDO for PHP enabled, register globals off and all other requirements in Drupal 7 install.txt fulfilled but I still get the same error on first load.

What else could be the reason?