-
With the following composer.json:
``` json
{
"name": "symfony/framework-standard-edition",
"description": "The \"Symfony Standard Edition\" distribution",
"autoload": {
"psr-4": {…
-
Received the following notice:
1) Webfactory\Tests\Integration\EventSubscriberTest::testRegisteredEventSubscribers with data set #18 (name)
Symfony\Component\Debug\Exception\ContextErrorExcept…
-
If the translation table of an entity does not exist (for example a class has a camel case name and the table uses the underscore notation and the @Table annotation is missing), a cryptical error mess…
-
I'm using a factory class to create an object, like this:
``` php
$webfactory = $dice->create('Aura\\Web\\WebFactory');
$request = $webfactory->newRequest();
```
I'm then trying to inject `$request`…
-
I'm using scotch box Vagrant image. When calling
``` php
$request->url->get();
```
it returns `NULL`. But when I use
``` php
parse_url($_SERVER['REQUEST_URI'], PHP_URL_PATH);
```
the correct path…
-
Hello, I am trying to make a diff between to MSI files using this command:
I recieve the following errors:
> Originally opened by `naz01101011`
-
We have a somewhat limited idea of what a DSN has to look like (https://github.com/webfactory/slimdump/blob/master/php/util.php#L20).
What would be better/more flexible/open ways to specify DB connec…
-
via https://github.com/webfactory/exceptions-bundle
-
recently install v1.6 as a demo and getting blank catalogue and admin
http://www.lukeengland.com/cartdemos/zencartv1-6/
http://www.lukeengland.com/cartdemos/zencartv1-6/thiNk-HHC-Scoop
installed wi…
-
Hi there,
after installing your bundle, I wanted to clear my cache (with & without warmup).
On the cli I'll get this error:
[Symfony\Component\Config\Exception\FileLoaderLoadException]
Cannot lo…