-
Notifications
You must be signed in to change notification settings - Fork 447
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
Server Error/404 after upgrade to 3.6+ #1112
Comments
I guess the fix to #1084 isn't in until 3.6.4; so only that error is valid. i.e. 3.6.4: |
Not sure this is useful, but here's the php error:
|
This turned into an excersize for myself. The ';' in the urlencode here was causing the issue; not sure why this became a problem with the framework update.
|
This is because of some fixes we had to introduce for #1048 and f3-factory/fatfree-core#205, but there is no example in the docs that say you have to use |
Not having much luck whenever I upgrade the framework. (see #1084 for config)
Only thing I can find in the release notes is regarding the PHP version, which in my case is: PHP 5.4.4-14+deb7u8 (fpm-fcgi); I nuked the framework's tmp files; server doesn't seem to be using any caching. I'm changing versions via composer.
3.5.1 works.
3.6.0:
Internal Server Error
Fatal error: syntax error, unexpected ';'
3.6.1-*:
Not Found
HTTP 404 (GET //mydomain.com/)
Until
3.6.4:
Internal Server Error
Fatal error: syntax error, unexpected ';'
The text was updated successfully, but these errors were encountered: