Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
install system
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
10 Sep 2009 at 07:42 UTC
Updated:
26 Jan 2011 at 20:50 UTC
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
Comment #1
venom280 commentedThe 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();
Comment #2
damien tournoud commentedPlease see http://drupal.org/node/416906 for debugging options.
Comment #3
venom280 commentedThanks!
Fatal error: Class 'PDO' not found in \includes\database\database.inc on line 184
Comment #4
venom280 commentedI enable PDO modules and promblem was solved.
Comment #5
kiwibytes commentedI 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?