Brian French
Brian French
Fixed, now some of the other PRs should pass, including the macos git version bug. #385
It’s still phive, just downloaded from their source, instead of the one that’s causing problems.
I'm having the same errors. I'm compiling on OS X 10.11 checking for libpcap... /usr/local/opt/libpcap ./configure: line 410: test: pcap-bpf.h: integer expression expected configure: error: pcap.h ./configure: line 299: return:...
Yeah, I just wanted to share what I did in case others have the same issue.
Can we please push this pull request? When trying to setup the plugin, I get an invalid_scope error because it requires openid.
Update. I applied this patch, and I'm still getting the invalid_scope error.
My best guess is the ErrorHandlerMiddleware, but I don't know enough about the Middleware internals to know for sure. I'll dump a trace for you. Maybe it'll give a clue....
The `Cake\Http\Exception\NotFoundException` is getting thrown, and the HTTP Response Code is a 404, it's just using the wrong template. Maybe you'll see something that I'm not? ¯\_(ツ)_/¯ Edit: To add,...
Yeah, that may be the issue, looking under a prefix. I'll go back, look at my code, and see if a prefix is what was causing it.
So an update. It doesn't seem to be caused by prefixes or plugins as the PagesController is in the app, not in a plugin. It gives a 404 response code,...