Cannot install D8 in latest XAMPP workstation on Win8. Can install D7 though. I did increase max_allowed_packet = 64M Enabled/Disabled Xdebug.

Error "Additional uncaught exception thrown while handling exception"

a

CommentFileSizeAuthor
Capture.JPG299.1 KBmatas.k

Comments

vibrasphere created an issue. See original summary.

matas.k’s picture

Issue summary: View changes
Abdel5’s picture

Can you please provide us with your phpinfo()?

matas.k’s picture

beanjammin’s picture

One issue I see in your php.ini is that always_populate_raw_post_data must be set to -1 in your php.ini when using PHP version 5.6 or later. This is supposed to be done automatically for you if you are running Apache and mod_php5, however on different set-ups it must be manually set in the php.ini file. See https://www.drupal.org/node/2456025 and https://www.drupal.org/node/2485847 for more information.

matas.k’s picture

Changed to -1, didn't fix.

cilefen’s picture

@vibrasphere Your problem is this #2421451: Drupal needs comments in opcache.

cilefen’s picture

Title: D8 doesn't install on XAMPP » D8 doesn't install on XAMPP if opcache does not save comments
Status: Active » Closed (duplicate)

I am 99% certain so I am marking this a duplicate of #2421451: Drupal needs comments in opcache. If am wrong, just update it. But if you set opcache.save_comments = 1, you should be good.

matas.k’s picture

Solved! Cheers.

cilefen’s picture