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"
| Comment | File | Size | Author |
|---|---|---|---|
| Capture.JPG | 299.1 KB | matas.k |
Comments
Comment #2
matas.k commentedComment #3
Abdel5 commentedCan you please provide us with your phpinfo()?
Comment #4
matas.k commentedComment #5
beanjammin commentedOne 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.
Comment #6
matas.k commentedChanged to -1, didn't fix.
Comment #7
cilefen commented@vibrasphere Your problem is this #2421451: Drupal needs comments in opcache.
Comment #8
cilefen commentedI 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.Comment #9
matas.k commentedSolved! Cheers.
Comment #10
cilefen commentedI updated https://www.drupal.org/requirements/php.