Bonjour à tous

Je suis en train de mettre mon site en ligne , il s'agit d'une première fois pour moi...
Je suis chez 1&1, j'ai réussi cependant j'ai le plus grand mal à executer des commandes.

j'ai défini la version de php à 5.5 et pour taper une commande , par exemple vider le cache je fais : php6 app/console cache:clear

Mais je ne parviens pas à executer les commandes pour gerer les entiés ou mettre à jour ma bdd, par exemple php6 app/console doctrine:schema:update --force me renvoi cette erreur dans ma console :
Status: 500 Internal Server Error
X-Powered-By: PHP/5.4.42
Cache-Control: no-cache
Date: Sun, 28 Jun 2015 18:28:08 GMT
Content-type: text/html
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
<!DOCTYPE html>
<html>
    <head>
        <meta charset="UTF-8" />
        <meta name="robots" content="noindex,nofollow" />
        <style>
            /* Copyright (c) 2010, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: <a href="http://developer.yahoo.com/yui/license.html" target="_blank">http://developer.yahoo.com/yui/license.html</a> */
            html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:text-top;}sub{vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}
 
            html { background: #eee; padding: 10px }
            img { border: 0; }
            #sf-resetcontent { width:970px; margin:0 auto; }
                        .sf-reset { font: 11px Verdana, Arial, sans-serif; color: #333 }
            .sf-reset .clear { clear:both; height:0; font-size:0; line-height:0; }
            .sf-reset .clear_fix:after { display:block; height:0; clear:both; visibility:hidden; }
            .sf-reset .clear_fix { display:inline-block; }
            .sf-reset * html .clear_fix { height:1%; }
            .sf-reset .clear_fix { display:block; }
            .sf-reset, .sf-reset .block { margin: auto }
            .sf-reset abbr { border-bottom: 1px dotted #000; cursor: help; }
            .sf-reset p { font-size:14px; line-height:20px; color:#868686; padding-bottom:20px }
            .sf-reset strong { font-weight:bold; }
            .sf-reset a { color:#6c6159; }
            .sf-reset a img { border:none; }
            .sf-reset a:hover { text-decoration:underline; }
            .sf-reset em { font-style:italic; }
            .sf-reset h1, .sf-reset h2 { font: 20px Georgia, "Times New Roman", Times, serif }
            .sf-reset h2 span { background-color: #fff; color: #333; padding: 6px; float: left; margin-right: 10px; }
            .sf-reset .traces li { font-size:12px; padding: 2px 4px; list-style-type:decimal; margin-left:20px; }
            .sf-reset .block { background-color:#FFFFFF; padding:10px 28px; margin-bottom:20px;
                -webkit-border-bottom-right-radius: 16px;
                -webkit-border-bottom-left-radius: 16px;
                -moz-border-radius-bottomright: 16px;
                -moz-border-radius-bottomleft: 16px;
                border-bottom-right-radius: 16px;
                border-bottom-left-radius: 16px;
                border-bottom:1px solid #ccc;
                border-right:1px solid #ccc;
                border-left:1px solid #ccc;
            }
            .sf-reset .block_exception { background-color:#ddd; color: #333; padding:20px;
                -webkit-border-top-left-radius: 16px;
                -webkit-border-top-right-radius: 16px;
                -moz-border-radius-topleft: 16px;
                -moz-border-radius-topright: 16px;
                border-top-left-radius: 16px;
                border-top-right-radius: 16px;
                border-top:1px solid #ccc;
                border-right:1px solid #ccc;
                border-left:1px solid #ccc;
                overflow: hidden;
                word-wrap: break-word;
            }
            .sf-reset li a { background:none; color:#868686; text-decoration:none; }
            .sf-reset li a:hover { background:none; color:#313131; text-decoration:underline; }
            .sf-reset ol { padding: 10px 0; }
            .sf-reset h1 { background-color:#FFFFFF; padding: 15px 28px; margin-bottom: 20px;
                -webkit-border-radius: 10px;
                -moz-border-radius: 10px;
                border-radius: 10px;
                border: 1px solid #ccc;
            }
        </style>
    </head>
    <body>
                    <div id="sf-resetcontent" class="sf-reset">
                <h1>Whoops, looks like something went wrong.</h1>
                                        <div class="block_exception clear_fix">
                            <h2><span>1/1</span> <abbr title="Symfony\Component\Debug\Exception\ContextErrorException">ContextErrorException</abbr>: Runtime Notice: date_default_timezone_get(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead in /homepages/38/d152304619/htdocs/easy-diete/vendor/monolog/monolog/src/Monolog/Logger.php line 248</h2>
                        </div>
                        <div class="block">
                            <ol class="traces list_exception">
       <li> in /homepages/38/d152304619/htdocs/easy-diete/vendor/monolog/monolog/src/Monolog/Logger.php line 248</li>
       <li>at <abbr title="Symfony\Component\Debug\ErrorHandler">ErrorHandler</abbr>->handle('2048', 'date_default_timezone_get(): It is not safe to rely on the system's timezone settings. You are *required* to use the date.timezone setting or the date_default_timezone_set() function. In case you used any of those methods and you are still getting this warning, you most likely misspelled the timezone identifier. We selected 'Europe/Berlin' for 'CEST/2.0/DST' instead', '/homepages/38/d152304619/htdocs/easy-diete/vendor/monolog/monolog/src/Monolog/Logger.php', '248', <em>array</em>('level' => '100', 'message' => 'SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'', 'context' => <em>array</em>(), 'levelName' => 'DEBUG', 'handlerKey' => '0', 'key' => '0', 'handler' => <em>object</em>(<abbr title="Symfony\Bridge\Monolog\Handler\DebugHandler">DebugHandler</abbr>)))</li>
       <li>at <abbr title=""></abbr>date_default_timezone_get() in /homepages/38/d152304619/htdocs/easy-diete/vendor/monolog/monolog/src/Monolog/Logger.php line 248</li>
       <li>at <abbr title="Monolog\Logger">Logger</abbr>->addRecord('100', 'SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'', <em>array</em>()) in /homepages/38/d152304619/htdocs/easy-diete/vendor/monolog/monolog/src/Monolog/Logger.php line 459</li>
       <li>at <abbr title="Monolog\Logger">Logger</abbr>->debug('SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'', <em>array</em>()) in /homepages/38/d152304619/htdocs/easy-diete/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Logger/DbalLogger.php line 102</li>
       <li>at <abbr title="Symfony\Bridge\Doctrine\Logger\DbalLogger">DbalLogger</abbr>->log('SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'', <em>array</em>()) in /homepages/38/d152304619/htdocs/easy-diete/vendor/symfony/symfony/src/Symfony/Bridge/Doctrine/Logger/DbalLogger.php line 80</li>
       <li>at <abbr title="Symfony\Bridge\Doctrine\Logger\DbalLogger">DbalLogger</abbr>->startQuery('SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'', <em>array</em>(), <em>array</em>()) in /homepages/38/d152304619/htdocs/easy-diete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Logging/LoggerChain.php line 54</li>
       <li>at <abbr title="Doctrine\DBAL\Logging\LoggerChain">LoggerChain</abbr>->startQuery('SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'', <em>array</em>(), <em>array</em>()) in /homepages/38/d152304619/htdocs/easy-diete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php line 684</li>
       <li>at <abbr title="Doctrine\DBAL\Connection">Connection</abbr>->executeQuery('SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'', <em>array</em>(), <em>array</em>()) in /homepages/38/d152304619/htdocs/easy-diete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Connection.php line 630</li>
       <li>at <abbr title="Doctrine\DBAL\Connection">Connection</abbr>->fetchAll('SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'') in /homepages/38/d152304619/htdocs/easy-diete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/AbstractSchemaManager.php line 206</li>
       <li>at <abbr title="Doctrine\DBAL\Schema\AbstractSchemaManager">AbstractSchemaManager</abbr>->listTableNames() in /homepages/38/d152304619/htdocs/easy-diete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/AbstractSchemaManager.php line 250</li>
       <li>at <abbr title="Doctrine\DBAL\Schema\AbstractSchemaManager">AbstractSchemaManager</abbr>->listTables() in /homepages/38/d152304619/htdocs/easy-diete/vendor/doctrine/dbal/lib/Doctrine/DBAL/Schema/AbstractSchemaManager.php line 986</li>
       <li>at <abbr title="Doctrine\DBAL\Schema\AbstractSchemaManager">AbstractSchemaManager</abbr>->createSchema() in /homepages/38/d152304619/htdocs/easy-diete/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/SchemaTool.php line 855</li>
       <li>at <abbr title="Doctrine\ORM\Tools\SchemaTool">SchemaTool</abbr>->getUpdateSchemaSql(<em>array</em>(<em>object</em>(<abbr title="Doctrine\ORM\Mapping\ClassMetadata">ClassMetadata</abbr>), <em>object</em>(<abbr title="Doctrine\ORM\Mapping\ClassMetadata">ClassMetadata</abbr>), <em>object</em>(<abbr title="Doctrine\ORM\Mapping\ClassMetadata">ClassMetadata</abbr>), <em>object</em>(<abbr title="Doctrine\ORM\Mapping\ClassMetadata">ClassMetadata</abbr>), <em>object</em>(<abbr title="Doctrine\ORM\Mapping\ClassMetadata">ClassMetadata</abbr>), <em>object</em>(<abbr title="Doctrine\ORM\Mapping\ClassMetadata">ClassMetadata</abbr>), <em>object</em>(<abbr title="Doctrine\ORM\Mapping\ClassMetadata">ClassMetadata</abbr>)), <em>true</em>) in /homepages/38/d152304619/htdocs/easy-diete/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/UpdateCommand.php line 114</li>
       <li>at <abbr title="Doctrine\ORM\Tools\Console\Command\SchemaTool\UpdateCommand">UpdateCommand</abbr>->executeSchemaCommand(<em>object</em>(<abbr title="Symfony\Component\Console\Input\ArgvInput">ArgvInput</abbr>), <em>object</em>(<abbr title="Symfony\Component\Console\Output\ConsoleOutput">ConsoleOutput</abbr>), <em>object</em>(<abbr title="Doctrine\ORM\Tools\SchemaTool">SchemaTool</abbr>), <em>array</em>(<em>object</em>(<abbr title="Doctrine\ORM\Mapping\ClassMetadata">ClassMetadata</abbr>), <em>object</em>(<abbr title="Doctrine\ORM\Mapping\ClassMetadata">ClassMetadata</abbr>), <em>object</em>(<abbr title="Doctrine\ORM\Mapping\ClassMetadata">ClassMetadata</abbr>), <em>object</em>(<abbr title="Doctrine\ORM\Mapping\ClassMetadata">ClassMetadata</abbr>), <em>object</em>(<abbr title="Doctrine\ORM\Mapping\ClassMetadata">ClassMetadata</abbr>), <em>object</em>(<abbr title="Doctrine\ORM\Mapping\ClassMetadata">ClassMetadata</abbr>), <em>object</em>(<abbr title="Doctrine\ORM\Mapping\ClassMetadata">ClassMetadata</abbr>))) in /homepages/38/d152304619/htdocs/easy-diete/vendor/doctrine/orm/lib/Doctrine/ORM/Tools/Console/Command/SchemaTool/AbstractCommand.php line 65</li>
       <li>at <abbr title="Doctrine\ORM\Tools\Console\Command\SchemaTool\AbstractCommand">AbstractCommand</abbr>->execute(<em>object</em>(<abbr title="Symfony\Component\Console\Input\ArgvInput">ArgvInput</abbr>), <em>object</em>(<abbr title="Symfony\Component\Console\Output\ConsoleOutput">ConsoleOutput</abbr>)) in /homepages/38/d152304619/htdocs/easy-diete/vendor/doctrine/doctrine-bundle/Command/Proxy/UpdateSchemaDoctrineCommand.php line 50</li>
       <li>at <abbr title="Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand">UpdateSchemaDoctrineCommand</abbr>->execute(<em>object</em>(<abbr title="Symfony\Component\Console\Input\ArgvInput">ArgvInput</abbr>), <em>object</em>(<abbr title="Symfony\Component\Console\Output\ConsoleOutput">ConsoleOutput</abbr>)) in /homepages/38/d152304619/htdocs/easy-diete/vendor/symfony/symfony/src/Symfony/Component/Console/Command/Command.php line 249</li>
       <li>at <abbr title="Symfony\Component\Console\Command\Command">Command</abbr>->run(<em>object</em>(<abbr title="Symfony\Component\Console\Input\ArgvInput">ArgvInput</abbr>), <em>object</em>(<abbr title="Symfony\Component\Console\Output\ConsoleOutput">ConsoleOutput</abbr>)) in /homepages/38/d152304619/htdocs/easy-diete/vendor/symfony/symfony/src/Symfony/Component/Console/Application.php line 900</li>
       <li>at <abbr title="Symfony\Component\Console\Application">Application</abbr>->doRunCommand(<em>object</em>(<abbr title="Doctrine\Bundle\DoctrineBundle\Command\Proxy\UpdateSchemaDoctrineCommand">UpdateSchemaDoctrineCommand</abbr>), <em>object</em>(<abbr title="Symfony\Component\Console\Input\ArgvInput">ArgvInput</abbr>), <em>object</em>(<abbr title="Symfony\Component\Console\Output\ConsoleOutput">ConsoleOutput</abbr>)) in /homepages/38/d152304619/htdocs/easy-diete/vendor/symfony/symfony/src/Symfony/Component/Console/Application.php line 191</li>
       <li>at <abbr title="Symfony\Component\Console\Application">Application</abbr>->doRun(<em>object</em>(<abbr title="Symfony\Component\Console\Input\ArgvInput">ArgvInput</abbr>), <em>object</em>(<abbr title="Symfony\Component\Console\Output\ConsoleOutput">ConsoleOutput</abbr>)) in /homepages/38/d152304619/htdocs/easy-diete/vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Console/Application.php line 96</li>
       <li>at <abbr title="Symfony\Bundle\FrameworkBundle\Console\Application">Application</abbr>->doRun(<em>object</em>(<abbr title="Symfony\Component\Console\Input\ArgvInput">ArgvInput</abbr>), <em>object</em>(<abbr title="Symfony\Component\Console\Output\ConsoleOutput">ConsoleOutput</abbr>)) in /homepages/38/d152304619/htdocs/easy-diete/vendor/symfony/symfony/src/Symfony/Component/Console/Application.php line 121</li>
       <li>at <abbr title="Symfony\Component\Console\Application">Application</abbr>->run(<em>object</em>(<abbr title="Symfony\Component\Console\Input\ArgvInput">ArgvInput</abbr>)) in /homepages/38/d152304619/htdocs/easy-diete/app/console line 26</li>
    </ol>
</div>
 
            </div>
    </body>
</html>
[Symfony\Component\Debug\Exception\DummyException]


Du coup je ne parvient pas à ajouter des parametres dans mes entités. (J'essaye d'ajouter le facebookId à mon entité User )

Est ce que quelqu'un aurait une explication ?

Merci d'avance.