KoolServe / bolt-cloudflare

GNU General Public License v3.0
2 stars 0 forks source link

No route found for "GET /bolt/extensions/cloudflare" #2

Open Jogai opened 6 years ago

Jogai commented 6 years ago

Running Bolt 3.4.8 I get this error trying to use your extension:

Uncaught Exception: NotFoundHttpException . NotFoundHttpException in RouterListener.php line 179: No route found for "GET /bolt/extensions/cloudflare"

Stack trace

1

Symfony\Component\HttpKernel\EventListener\RouterListener::onKernelRequest(GetResponseEvent, "kernel.request", TraceableEventDispatcher)

2

call_user_func([array], GetResponseEvent, "kernel.request", TraceableEventDispatcher) [root]/vendor/symfony/event-dispatcher/Debug/WrappedListener.php # line 61

3

Symfony\Component\EventDispatcher\Debug\WrappedListener::__invoke(GetResponseEvent, "kernel.request", EventDispatcher)

4

call_user_func(WrappedListener, GetResponseEvent, "kernel.request", EventDispatcher) [root]/vendor/symfony/event-dispatcher/EventDispatcher.php # line 184

5

Symfony\Component\EventDispatcher\EventDispatcher::doDispatch([array], "kernel.request", GetResponseEvent) [root]/vendor/symfony/event-dispatcher/EventDispatcher.php # line 46

6

Symfony\Component\EventDispatcher\EventDispatcher::dispatch("kernel.request", GetResponseEvent) [root]/vendor/symfony/event-dispatcher/Debug/TraceableEventDispatcher.php # line 133

7

Symfony\Component\EventDispatcher\Debug\TraceableEventDispatcher::dispatch("kernel.request", GetResponseEvent) [root]/vendor/symfony/http-kernel/HttpKernel.php # line 116

8

Symfony\Component\HttpKernel\HttpKernel::handleRaw(Request, 1) [root]/vendor/symfony/http-kernel/HttpKernel.php # line 57

9

Symfony\Component\HttpKernel\HttpKernel::handle(Request, 1, [true]) [root]/vendor/silex/silex/src/Silex/Application.php # line 586

10

Silex\Application::handle(Request) [root]/vendor/silex/silex/src/Silex/Application.php # line 563

11

Silex\Application::run(Request) [root]/vendor/bolt/bolt/src/Application.php # line 97

12

Bolt\Application::run() [root]/public/index.php # line 12

AlphaRecon19 commented 6 years ago

Hi @Jogai,

Thanks for the report. It looks like this extension needs a bit of work to get it running on the newer versions of bolt (3.3+). I'll take a look at fixing this and get a new release tagged soon.

Jogai commented 6 years ago

That would be awesome. Its not necessary per se, but wanted to report it because the market places does list it in current versions. If its a lot of work dont feel obliged to do it.