Matt Booth

Results 5 comments of Matt Booth

``` server { server_name symfony.local; root /var/www/symfony/public; location / { try_files $uri @rewriteapp; } location @rewriteapp { rewrite ^(.*)$ /index.php/$1 last; } location ~ ^/(index)\.php(/|$) { fastcgi_pass php-upstream; fastcgi_split_path_info ^(.+\.php)(/.*)$;...

@kravemir a pull request would probably have helped fix this issue.

This still seems like a bit of an oversight to be honest. Instead of requiring users to add extra JS to validate a form, something should be done within the...

@jacobg's solution isn't working for me at all. Returning a lot undefined and single array elements on clicking.

I agree with @ScreamingDev it definitely doesn't do the same thing. However, @aanand you needn't worry, as this has been working for me for years. It's _the_ solution to keeping...