Note that there are some explanatory texts on larger screens.

plurals
  1. POSymfony2: error deploying
    primarykey
    data
    text
    <p>I have an error when deploying manually my symfony project into my server. I can't do any console command even cache:clear. I have used the :</p> <pre><code>php app/console cache:clear --no-warmup PHP Notice: Undefined index: argv in /app/vendor/symfony/src/Symfony/Component/Console/Input/ArgvInput.php on line 57 PHP Warning: array_shift() expects parameter 1 to be array, null given in /app/vendor/symfony/src/Symfony/Component/Console/Input/ArgvInput.php on line 61 PHP Warning: array_shift() expects parameter 1 to be array, null given in /app/vendor/symfony/src/Symfony/Component/Console/Input/ArgvInput.php on line 294 PHP Warning: Invalid argument supplied for foreach() in /app/vendor/symfony/src/Symfony/Component/Console/Input/ArgvInput.php on line 269 Status: 500 Internal Server Error X-Powered-By: PHP/5.3.8-pl0-gentoo cache-control: no-cache date: Fri, 10 Feb 2012 15:31:08 GMT content-type: text/html; charset=UTF-8 &lt;br /&gt; &lt;b&gt;Notice&lt;/b&gt;: Undefined index: argv in &lt;b&gt;/app/vendor/symfony/src/Symfony/Component/Console/Input/ArgvInput.php&lt;/b&gt; on line &lt;b&gt;57&lt;/b&gt;&lt;br /&gt; &lt;br /&gt; &lt;b&gt;Warning&lt;/b&gt;: array_shift() expects parameter 1 to be array, null given in &lt;b&gt;/app/vendor/symfony/src/Symfony/Component/Console/Input/ArgvInput.php&lt;/b&gt; on line &lt;b&gt;61&lt;/b&gt;&lt;br /&gt; &lt;br /&gt; &lt;b&gt;Warning&lt;/b&gt;: array_shift() expects parameter 1 to be array, null given in &lt;b&gt;/app/vendor/symfony/src/Symfony/Component/Console/Input/ArgvInput.php&lt;/b&gt; on line &lt;b&gt;294&lt;/b&gt;&lt;br /&gt; &lt;br /&gt; &lt;b&gt;Warning&lt;/b&gt;: Invalid argument supplied for foreach() in &lt;b&gt;/app/vendor/symfony/src/Symfony/Component/Console/Input/ArgvInput.php&lt;/b&gt; on line &lt;b&gt;269&lt;/b&gt;&lt;br /&gt; &lt;!DOCTYPE html&gt; &lt;html&gt; &lt;head&gt; &lt;meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/&gt; &lt;meta name="robots" content="noindex,nofollow" /&gt; &lt;title&gt;Whoops, looks like something went wrong.&lt;/title&gt; &lt;style&gt; /* Copyright (c) 2010, Yahoo! Inc. All rights rese </code></pre> <p>I have printed the <strong>app/logs/dev.log</strong> error:</p> <pre><code>[2012-02-10 13:04:58] event.DEBUG: Notified event "kernel.controller" to listener "Acme\DemoBundle\ControllerListener::onKernelController". [] [] [2012-02-10 13:04:58] event.DEBUG: Notified event "kernel.controller" to listener "JMS\SecurityExtraBundle\Controller\ControllerListener::onCoreController". [] [] [2012-02-10 13:04:59] event.DEBUG: Notified event "kernel.response" to listener "Symfony\Component\Security\Http\Firewall\ContextListener::onKernelResponse". [] [] [2012-02-10 13:04:59] security.DEBUG: Write SecurityContext in the session [] [] [2012-02-10 13:04:59] event.DEBUG: Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ResponseListener::onKernelResponse". [] [] [2012-02-10 13:04:59] event.DEBUG: Notified event "kernel.response" to listener "Symfony\Bundle\SecurityBundle\EventListener\ResponseListener::onKernelResponse". [] [] [2012-02-10 13:04:59] event.DEBUG: Notified event "kernel.response" to listener "Symfony\Bridge\Monolog\Handler\FirePHPHandler::onKernelResponse". [] [] [2012-02-10 13:04:59] event.DEBUG: Notified event "kernel.response" to listener "Sensio\Bundle\FrameworkExtraBundle\EventListener\CacheListener::onKernelResponse". [] [] [2012-02-10 13:04:59] event.DEBUG: Notified event "kernel.response" to listener "Symfony\Component\HttpKernel\EventListener\ProfilerListener::onKernelResponse". [] [] [2012-02-10 13:04:59] event.DEBUG: Notified event "kernel.response" to listener "Symfony\Bundle\WebProfilerBundle\EventListener\WebDebugToolbarListener::onKernelResponse". [] [] </code></pre> <p>I have no idea and no description in the web </p> <p>Please help me</p> <p>Thanks Sam</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload