-
Notifications
You must be signed in to change notification settings - Fork 197
An error occurred while loading the web debug toolbar (500: Internal Server Error). #69
Comments
Can you show me the output of
|
Here you go. Thanks!
|
Here's a diff between our output, FWIW: 14,16c14,16
< symfony/dom-crawler v3.1.3 Symfony DomCrawler Component
< symfony/event-dispatcher v3.1.3 Symfony EventDispatcher Component
< symfony/filesystem v3.1.3 Symfony Filesystem Component
---
> symfony/dom-crawler v3.1.4 Symfony DomCrawler Component
> symfony/event-dispatcher v3.1.4 Symfony EventDispatcher Component
> symfony/filesystem v3.1.4 Symfony Filesystem Component
19,22c19,22
< symfony/http-foundation v3.1.3 Symfony HttpFoundation Component
< symfony/http-kernel v3.1.3 Symfony HttpKernel Component
< symfony/inflector v3.1.3 Symfony Inflector Component
< symfony/intl v3.1.3 A PHP replacement layer for the C intl extension that includes additional data from the ICU library.
---
> symfony/http-foundation v3.1.4 Symfony HttpFoundation Component
> symfony/http-kernel v3.1.4 Symfony HttpKernel Component
> symfony/inflector v3.1.4 Symfony Inflector Component
> symfony/intl v3.1.4 A PHP replacement layer for the C intl extension that includes additional data from the ICU library.
24c24
< symfony/options-resolver v3.1.3 Symfony OptionsResolver Component
---
> symfony/options-resolver v3.1.4 Symfony OptionsResolver Component
31,32c31,32
< symfony/property-access v3.1.3 Symfony PropertyAccess Component
< symfony/routing v3.1.3 Symfony Routing Component
---
> symfony/property-access v3.1.4 Symfony PropertyAccess Component
> symfony/routing v3.1.4 Symfony Routing Component
34c34
< symfony/stopwatch v3.1.3 Symfony Stopwatch Component
---
> symfony/stopwatch v3.1.4 Symfony Stopwatch Component
38,39c38,39
< symfony/web-profiler-bundle v3.1.3 Symfony WebProfilerBundle
< twig/twig v1.24.1 Twig, the flexible, fast, and secure template language for PHP
---
> symfony/web-profiler-bundle v3.1.4 Symfony WebProfilerBundle
> twig/twig v1.24.2 Twig, the flexible, fast, and secure template language for PHP |
What if you run |
Same result 😦 |
I don't really understand how that's possible. Can you add |
|
Can you send me a zip of the project (fabien ... symfony.com)? you should have |
Sure thing! It should be on its way now. |
@jeremykendall Not received it yet :( |
Hmmm. Just sent a test email your way to see if it gets through. It's coming from |
I unfortunately get this issue as well. I would be happy to give more information. |
But I did git clone / composer install / composer run-script run / navigate to http://localhost:8888/index_dev.php I am on windows 7 / php 7.1 |
I have same issue. ` |
Fixes this error: "An error occurred while loading the web debug toolbar (500: Internal Server Error)." by changing the twig-bridge version as suggested by @bastien-g (silexphp#69 (comment)). Resolves silexphp#69
@bastien-g Can you please tell me if you have now an error on the profiling page? Because with your fix I have an error on Update: I cleaned the cache and all is working fine now, so dont forget to clean the cache in |
I had the error after i deployed my app. Do you get this error locally(meaning on an app that is on the local server) ? |
@t-initi yes I did locally |
@bastien-g thanks for that! Fixed the issue right up when running the latest Silex Skeleton (as of today) |
After installing the skeleton per the instructions in the README and running
COMPOSER_PROCESS_TIMEOUT=0 composer run
and visit http://localhost:8888 or http://localhost:8888/index_dev.php I get the following error in a JS alert:That error pops up every time I click "OK". When I hit "Cancel" I see the following:
Environment: Ubuntu 16.04 LTS and PHP 7.1.0beta3:
Silex Skeleton version "~2.0@dev"
The text was updated successfully, but these errors were encountered: