The following error is displayed during the installation at the page where the DB configuration needs to be entered.
Reproduction:
1) Download drupal-7.x-dev
2) Follow the installation procedure in your browser
I'm using MAMP 1.9.2 with PHP 5.3.2.

The following error is displayed during the installation at the page where the DB configuration needs to be entered.
Reproduction:
1) Download drupal-7.x-dev
2) Follow the installation procedure in your browser
I'm using MAMP 1.9.2 with PHP 5.3.2.

Comments
Comment #1
droplet commentedhave you enabled PDO ?
Comment #2
xanoYes.
Comment #3
alan d. commentedThere is an exception catch here, but maybe the server environment is bypassing this somehow?
So this may be related #914742: Add hook_requirements() for buggy versions of eAccelerator. If disabling opcode caching allows installation, then this should be marked as a duplicate.
Comment #4
alan d. commentedMore likely #947616: Warn people not to enable xdebug.show_exception_trace will help.
[edit] This looks like a xdebug trace [/edit]
Comment #5
catchIf it's #947616: Warn people not to enable xdebug.show_exception_trace I think we should re-open that and get the patch in.
Comment #6
catchNeeds feedback from Xano now.
Comment #8
xanoDisabling xdebug.show_exception_trace solves the problem. I reopened #947616: Warn people not to enable xdebug.show_exception_trace, so this issue is closed now.