-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.1.x branch fails to run/install on Windows running Nginx 1.11.1 #961
Comments
That line seems to relate to the PHP 'intl' package being loaded. Can you try to disable it in your php.ini and see if that fixes it? It seems that logic was added to fix issues with accented characters - e2453b8 I'll also check with @flaviocopes to see if that's working ok for him still. |
Disabling the PHP intl extension gets things back to a working state. |
replicated with wtserver |
…failed in a Windows environment with the Intl PHP Extension enabled [#961]
Fixed by 74f6890 - not sure why the constructor call fails as I could not find any reference, and the locale was set correctly. Could not even catch it with a try/catch. Can you try the latest develop and see if the problem is solved for you @absalomedia ? |
@flaviocopes: I can confirm that your fix is working (WTServer + Win 7 + PHP 7). I think the problem is return value of I am new in Grav world - is there any config files, where is possible to set default locale? (I assume, that it won't be last issue with locales). |
Upgrading from 1.0.10 to the 1.1.x branch breaks everything on Windows when running Nginx.
Specs:
Replicated this crash from Whoops both in a development branch of a client site & in a clean / vanilla install of Grav 1.1.1 (with Admin).
Steps to replicate:
Also did a sideload test:
Something core related seems to not place nicely with Windows and/or Nginx it seems
The text was updated successfully, but these errors were encountered: