I've upgraded to PHP 5.4.8 and installed 8.x. But when I go to configure the site, after the "Choose language" page, I get:
error

CommentFileSizeAuthor
error.jpg140.58 KBxeniak
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

xeniak’s picture

Issue summary: View changes
xeniak’s picture

Issue summary: View changes
Anonymous’s picture

Priority: Critical » Major
Status: Active » Postponed (maintainer needs more info)

we can't fix this without more information.

can you get the error and past it here?

Anonymous’s picture

Maybe this is not your case but I had a problem with my web hosting running D8 where they support multiple versions of PHP and I had to manually choose PHP 5.4 for files with .php extension.

Sorry, you've mentioned that you have been able to select language so this obviously does not apply to you.

xeniak’s picture

Here's what I get in the Apache error log:

[Tue Apr 22 13:55:08 2014] [notice] Parent: child process exited with status 3221225477 -- Restarting.
[Tue Apr 22 13:55:08 2014] [notice] Apache/2.2.22 (Win32) PHP/5.4.8 configured -- resuming normal operations
[Tue Apr 22 13:55:08 2014] [notice] Server built: Jan 28 2012 11:16:39
[Tue Apr 22 13:55:08 2014] [notice] Parent: Created child process 2524
[Tue Apr 22 13:55:08 2014] [notice] Child 2524: Child process is running
[Tue Apr 22 13:55:08 2014] [notice] Child 2524: Acquired the start mutex.
[Tue Apr 22 13:55:08 2014] [notice] Child 2524: Starting 250 worker threads.
[Tue Apr 22 13:55:08 2014] [notice] Child 2524: Starting thread to listen on port 8082.

xeniak’s picture

Status: Postponed (maintainer needs more info) » Active
xeniak’s picture

Actually, I think this may not be a Drupal problem at all ... It may be that the machine I'm using doesn't have enough memory. I'm going to try to find another place to install it.

tim.plunkett’s picture

Status: Active » Postponed (maintainer needs more info)

The information in #5 doesn't help reproduce, sorry.

xeniak’s picture

Status: Postponed (maintainer needs more info) » Closed (works as designed)

Disabling the extension php_xcache.dll in php.ini seems to have fixed things for me.

mvwensen’s picture

#9: Disabling the php_xcache.dll worked for me too!