THELIA Forum

Welcome to the THELIA support and discusssion forum

Announcement

Rejoignez la communauté sur le Discord Thelia : https://discord.gg/YgwpYEE3y3

Offline


Hi,

I'm new to Thelia. It is a fresh installation. All requirements of Thelia are met.

However, this is apache error log (in Ubuntu 14.04 environment):

PHP Fatal error:  Call to a member function getReadConnection() on a non-object in /var/www/html/thelia/core/vendor/propel/propel/src/Propel/Runtime/ServiceContainer/StandardServiceContainer.php on line 356

PHP Warning:  Uncaught exception 'Thelia\\Core\\Security\\Exception\\AuthenticationException' with message 'User not granted for roles 'ADMIN', to access resources '' with .' in /var/www/html/thelia/local/modules/TheliaSmarty/Template/Plugins/Security.php:57

Sincerely...

All of the error logs are:

[Thu Apr 16 20:35:27.520043 2015] [:error] [pid 1605] [client 127.0.0.1:57900] PHP Notice:  Undefined index: thelia in /var/www/html/thelia/core/vendor/propel/propel/src/Propel/Runtime/ServiceContainer/StandardServiceContainer.php on line 276
[Thu Apr 16 20:35:27.520058 2015] [:error] [pid 1605] [client 127.0.0.1:57900] PHP Stack trace:
[Thu Apr 16 20:35:27.520065 2015] [:error] [pid 1605] [client 127.0.0.1:57900] PHP   1. {main}() /var/www/html/thelia/web/index.php:0
[Thu Apr 16 20:35:27.520136 2015] [:error] [pid 1605] [client 127.0.0.1:57900] PHP   2. Symfony\\Component\\HttpKernel\\Kernel->handle($request = class Thelia\\Core\\HttpFoundation\\Request { public $attributes = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = array () }; public $request = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = array () }; public $query = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = array () }; public $server = class Symfony\\Component\\HttpFoundation\\ServerBag { protected $parameters = array ('HTTP_AUTHORIZATION' => '', 'HTTP_HOST' => 'localhost', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8', 'HTTP_USER_AGENT' => 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/41.0.2272.76 Chrome/41.0.2272.76 Safari/537.36', 'HTTP_ACCEPT_ENCODING' => 'gzip, deflate, sdch', 'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin', 'SERVER_SIGNATURE' => '<address>Apache/2.4.7 (Ubuntu) Server at localhost Port 80</address>\\n', 'SERVER_SOFTWARE' => 'Apache/2.4.7 (Ubuntu)', 'SERVER_NAME' => 'localhost', 'SERVER_ADDR' => '127.0.0.1', 'SERVER_PORT' => '80', 'REMOTE_ADDR' => '127.0.0.1', 'DOCUMENT_ROOT' => '/var/www/html', 'REQUEST_SCHEME' => 'http', 'CONTEXT_PREFIX' => '', 'CONTEXT_DOCUMENT_ROOT' => '/var/www/html', 'SERVER_ADMIN' => 'webmaster@localhost', 'SCRIPT_FILENAME' => '/var/www/html/thelia/web/index.php', 'REMOTE_PORT' => '57900', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => '', 'REQUEST_URI' => '/thelia/web/', 'SCRIPT_NAME' => '/thelia/web/index.php', 'PHP_SELF' => '/thelia/web/index.php', 'REQUEST_TIME_FLOAT' => 1429205727.368, 'REQUEST_TIME' => 1429205727) }; public $files = class Symfony\\Component\\HttpFoundation\\FileBag { protected $parameters = array () }; public $cookies = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = array () }; public $headers = class Symfony\\Component\\HttpFoundation\\HeaderBag { protected $headers = array ('authorization' => array (0 => ''), 'host' => array (0 => 'localhost'), 'connection' => array (0 => 'keep-alive'), 'accept' => array (0 => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8'), 'user-agent' => array (0 => 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/41.0.2272.76 Chrome/41.0.2272.76 Safari/537.36'), 'accept-encoding' => array (0 => 'gzip, deflate, sdch'), 'accept-language' => array (0 => 'en-US,en;q=0.8')); protected $cacheControl = array () }; protected $content = NULL; protected $languages = NULL; protected $charsets = NULL; protected $acceptableContentTypes = NULL; protected $pathInfo = NULL; protected $requestUri = NULL; protected $baseUrl = NULL; protected $basePath = NULL; protected $method = NULL; protected $format = NULL; protected $session = NULL; protected $locale = NULL; protected $defaultLocale = 'en' }, $type = *uninitialized*, $catch = *uninitialized*) /var/www/html/thelia/web/index.php:38
[Thu Apr 16 20:35:27.520151 2015] [:error] [pid 1605] [client 127.0.0.1:57900] PHP   3. Thelia\\Core\\Thelia->boot() /var/www/html/thelia/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php:185
[Thu Apr 16 20:35:27.520156 2015] [:error] [pid 1605] [client 127.0.0.1:57900] PHP   4. Symfony\\Component\\HttpKernel\\Kernel->boot() /var/www/html/thelia/core/lib/Thelia/Core/Thelia.php:143
[Thu Apr 16 20:35:27.520161 2015] [:error] [pid 1605] [client 127.0.0.1:57900] PHP   5. Symfony\\Component\\HttpKernel\\Kernel->initializeContainer() /var/www/html/thelia/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php:130
[Thu Apr 16 20:35:27.520166 2015] [:error] [pid 1605] [client 127.0.0.1:57900] PHP   6. Thelia\\Core\\Thelia->buildContainer() /var/www/html/thelia/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php:533
[Thu Apr 16 20:35:27.522458 2015] [:error] [pid 1605] [client 127.0.0.1:57900] PHP   7. Thelia\\Core\\Thelia->loadConfiguration($container = class Thelia\\Core\\TheliaContainerBuilder { private ${Symfony\\Component\\DependencyInjection\\ContainerBuilder}:extensions = array (); private ${Symfony\\Component\\DependencyInjection\\ContainerBuilder}:extensionsByNs = array (); private ${Symfony\\Component\\DependencyInjection\\ContainerBuilder}:definitions = array ('thelia.url.manager' => class Symfony\\Component\\DependencyInjection\\Definition { private $class = 'Thelia\\\\Tools\\\\URL'; private $file = NULL; private $factoryClass = NULL; private $factoryMethod = NULL; private $factoryService = NULL; private $scope = 'container'; private $properties = array (); private $calls = array (); private $configurator = NULL; private $tags = array (); private $public = TRUE; private $synthetic = FALSE; private $abstract = FALSE; private $synchronized = FALSE; private $lazy = FALSE; protected $arguments = array (0 => class Symfony\\Component\\DependencyInjection\\Reference { private $id = 'service_container'; private $invalidBehavior = 1; private $strict = TRUE }) }, 'event_dispatcher' => class Symfony\\Component\\DependencyInjection\\Definition { private $class = 'Symfony\\\\Component\\\\EventDispatcher\\\\ContainerAwareEventDispatcher'; private $file = NULL; private $factoryClass = NULL; private $factoryMethod = NULL; private $factoryService = NULL; private $scope = 'container'; private $properties = array (); private $calls = array (); private $configurator = NULL; private $tags = array (); private $public = TRUE; private $synthetic = FALSE; private $abstract = FALSE; private $synchronized = FALSE; private $lazy = FALSE; protected $arguments = array (0 => class Symfony\\Component\\DependencyInjection\\Reference { private $id = 'service_container'; private $invalidBehavior = 1; private $strict = TRUE }) }, 'esi' => class Symfony\\Component\\DependencyInjection\\Definition { private $class = '%esi.class%'; private $file = NULL; private $factoryClass = NULL; private $factoryMethod = NULL; private $factoryService = NULL; private $scope = 'container'; private $properties = array (); private $calls = array (); private $configurator = NULL; private $tags = array (); private $public = TRUE; private $synthetic = FALSE; private $abstract = FALSE; private $synchronized = FALSE; private $lazy = FALSE; protected $arguments = array () }, 'esi_listener' => class Symfony\\Component\\DependencyInjection\\Definition { private $class = '%esi_listener.class%'; private $file = NULL; private $factoryClass = NULL; private $factoryMethod = NULL; private $factoryService = NULL; private $scope = 'container'; private $properties = array (); private $calls = array (); private $configurator = NULL; private $tags = array ('kernel.event_subscriber' => array (0 => array ())); private $public = TRUE; private $synthetic = FALSE; private $abstract = FALSE; private $synchronized = FALSE; private $lazy = FALSE; protected $arguments = array (0 => class Symfony\\Component\\DependencyInjection\\Reference { private $id = 'esi'; private $invalidBehavior = 3; private $strict = TRUE }) }, 'fragment.renderer.inline' => class Symfony\\Component\\DependencyInjection\\Definition { private $class = '%fragment.renderer.inline.class%'; private $file = NULL; private $factoryClass = NULL; private $factoryMethod = NULL; private $factoryService = NULL; private $scope = 'container'; private $properties = array (); private $calls = array (); private $configurator = NULL; private $tags = array (); private $public = TRUE; private $synthetic = FALSE; private $abstract = FALSE; private $synchronized = FALSE; private $lazy = FALSE; protected $arguments = array (0 => class Symfony\\Component\\DependencyInjection\\Reference { private $id = 'http_kernel'; private $invalidBehavior = 1; private $strict = TRUE }) }, 'fragment.renderer.esi' => class Symfony\\Component\\DependencyInjection\\Definition { private $class = '%fragment.renderer.esi.class%'; private $file = NULL; private $factoryClass = NULL; private $factoryMethod = NULL; private $factoryService = NULL; private $scope = 'container'; private $properties = array (); private $calls = array (); private $configurator = NULL; private $tags = array (); private $public = TRUE; private $synthetic = FALSE; private $abstract = FALSE; private $synchronized = FALSE; private $lazy = FALSE; protected $arguments = array (0 => class Symfony\\Component\\DependencyInjection\\Reference { private $id = 'esi'; private $invalidBehavior = 1; private $strict = TRUE }, 1 => class Symfony\\Component\\DependencyInjection\\Reference { private $id = 'fragment.renderer.inline'; private $invalidBehavior = 1; private $strict = TRUE }) }, 'thelia.taxengine' => class Symfony\\Component\\DependencyInjection\\Definition { private $class = 'Thelia\\\\TaxEngine\\\\TaxEngine'; private $file = NULL; private $factoryClass = NULL; private $factoryMethod = NULL; private $factoryService = NULL; private $scope = 'request'; private $properties = array (); private $calls = array (); private $configurator = NULL; private $tags = array (); private $public = TRUE; private $synthetic = FALSE; private $abstract = FALSE; private $synchronized = FALSE; private $lazy = FALSE; protected $arguments = array (0 => class Symfony\\Component\\DependencyInjection\\Reference { private $id = 'request'; private $invalidBehavior = 1; private $strict = TRUE }) }, 'assetic.asset.manager' => class Symfony\\Component\\DependencyInjection\\Definition { private $class = 'Thelia\\\\Core\\\\Template\\\\Assets\\\\AsseticAssetManager'; private $file = NULL; private $factoryClass = NULL; private $factoryMethod = NULL; private $factoryService = NULL; private $scope = 'container'; private $properties = array (); private $calls = array (); private $configurator = NULL; private $tags = array (); private $public = TRUE; private $synthetic = FALSE; private $abstract = FALSE; private $synchronized = FALSE; private $lazy = FALSE; protected $arguments = array (0 => '%kernel.debug%') }, 'controller_resolver' => class Symfony\\Component\\DependencyInjection\\Definition { private $class = 'Thelia\\\\Core\\\\Controller\\\\ControllerResolver'; private $file = NULL; private $factoryClass = NULL; private $factoryMethod = NULL; private $factoryService = NULL; private $scope = 'container'; private $properties = array (); private $calls = array (); private $configurator = NULL; private $tags = array (); private $public = TRUE; private $synthetic = FALSE; private $abstract = FALSE; private $synchronized = FALSE; private $lazy = FALSE; protected $arguments = array (0 => class Symfony\\Component\\DependencyInjection\\Reference { private $id = 'service_container'; private $invalidBehavior = 1; private $strict = TRUE }) }, 'thelia.translator' => class Symfony\\Component\\DependencyInjection\\Definition { private $class = 'Thelia\\\\Core\\\\Translation\\\\Translator'; private $file = NULL; private $factoryClass = NULL; private $factoryMethod = NULL; private $factoryService = NULL; private $scope = 'container'; private $properties = array (); private $calls = array (); private $configurator = NULL; private $tags = array (); private $public = TRUE; private $synthetic = FALSE; private $abstract = FALSE; private $synchronized = FALSE; private $lazy = FALSE; protected $arguments = array (0 => class Symfony\\Component\\DependencyInjection\\Reference { private $id = 'service_container'; private $invalidBehavior = 1; private $strict = TRUE }) }, 'thelia.hookhelper' => class Symfony\\Component\\DependencyInjection\\Definition { private $class = 'Thelia\\\\Core\\\\Hook\\\\HookHelper'; private $file = NULL; private $factoryClass = NULL; private $factoryMethod = NULL; private $factoryService = NULL; private $scope = 'container'; private $properties = array (); private $calls = array (); private $configurator = NULL; private $tags = array (); private $public = TRUE; private $synthetic = FALSE; private $abstract = FALSE; private $synchronized = FALSE; private $lazy = FALSE; protected $arguments = array (0 => class Symfony\\Component\\DependencyInjection\\Reference { p
[Thu Apr 16 20:35:27.522495 2015] [:error] [pid 1605] [client 127.0.0.1:57900] PHP   8. Thelia\\Model\\ModuleQuery::getActivated() /var/www/html/thelia/core/lib/Thelia/Core/Thelia.php:222
[Thu Apr 16 20:35:27.522500 2015] [:error] [pid 1605] [client 127.0.0.1:57900] PHP   9. Propel\\Runtime\\ActiveQuery\\ModelCriteria->find($con = *uninitialized*) /var/www/html/thelia/core/lib/Thelia/Model/ModuleQuery.php:32
[Thu Apr 16 20:35:27.522506 2015] [:error] [pid 1605] [client 127.0.0.1:57900] PHP  10. Propel\\Runtime\\ServiceContainer\\StandardServiceContainer->getReadConnection($name = 'thelia') /var/www/html/thelia/core/vendor/propel/propel/src/Propel/Runtime/ActiveQuery/ModelCriteria.php:970
[Thu Apr 16 20:35:27.522511 2015] [:error] [pid 1605] [client 127.0.0.1:57900] PHP  11. Propel\\Runtime\\ServiceContainer\\StandardServiceContainer->getConnectionManager($name = 'thelia') /var/www/html/thelia/core/vendor/propel/propel/src/Propel/Runtime/ServiceContainer/StandardServiceContainer.php:356
[Thu Apr 16 20:35:27.525033 2015] [:error] [pid 1605] [client 127.0.0.1:57900] PHP Fatal error:  Call to a member function getReadConnection() on a non-object in /var/www/html/thelia/core/vendor/propel/propel/src/Propel/Runtime/ServiceContainer/StandardServiceContainer.php on line 356
[Thu Apr 16 20:35:27.525039 2015] [:error] [pid 1605] [client 127.0.0.1:57900] PHP Stack trace:
[Thu Apr 16 20:35:27.525043 2015] [:error] [pid 1605] [client 127.0.0.1:57900] PHP   1. {main}() /var/www/html/thelia/web/index.php:0
[Thu Apr 16 20:35:27.525111 2015] [:error] [pid 1605] [client 127.0.0.1:57900] PHP   2. Symfony\\Component\\HttpKernel\\Kernel->handle($request = class Thelia\\Core\\HttpFoundation\\Request { public $attributes = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = array () }; public $request = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = array () }; public $query = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = array () }; public $server = class Symfony\\Component\\HttpFoundation\\ServerBag { protected $parameters = array ('HTTP_AUTHORIZATION' => '', 'HTTP_HOST' => 'localhost', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8', 'HTTP_USER_AGENT' => 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/41.0.2272.76 Chrome/41.0.2272.76 Safari/537.36', 'HTTP_ACCEPT_ENCODING' => 'gzip, deflate, sdch', 'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.8', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin', 'SERVER_SIGNATURE' => '<address>Apache/2.4.7 (Ubuntu) Server at localhost Port 80</address>\\n', 'SERVER_SOFTWARE' => 'Apache/2.4.7 (Ubuntu)', 'SERVER_NAME' => 'localhost', 'SERVER_ADDR' => '127.0.0.1', 'SERVER_PORT' => '80', 'REMOTE_ADDR' => '127.0.0.1', 'DOCUMENT_ROOT' => '/var/www/html', 'REQUEST_SCHEME' => 'http', 'CONTEXT_PREFIX' => '', 'CONTEXT_DOCUMENT_ROOT' => '/var/www/html', 'SERVER_ADMIN' => 'webmaster@localhost', 'SCRIPT_FILENAME' => '/var/www/html/thelia/web/index.php', 'REMOTE_PORT' => '57900', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => '', 'REQUEST_URI' => '/thelia/web/', 'SCRIPT_NAME' => '/thelia/web/index.php', 'PHP_SELF' => '/thelia/web/index.php', 'REQUEST_TIME_FLOAT' => 1429205727.368, 'REQUEST_TIME' => 1429205727) }; public $files = class Symfony\\Component\\HttpFoundation\\FileBag { protected $parameters = array () }; public $cookies = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = array () }; public $headers = class Symfony\\Component\\HttpFoundation\\HeaderBag { protected $headers = array ('authorization' => array (0 => ''), 'host' => array (0 => 'localhost'), 'connection' => array (0 => 'keep-alive'), 'accept' => array (0 => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8'), 'user-agent' => array (0 => 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/41.0.2272.76 Chrome/41.0.2272.76 Safari/537.36'), 'accept-encoding' => array (0 => 'gzip, deflate, sdch'), 'accept-language' => array (0 => 'en-US,en;q=0.8')); protected $cacheControl = array () }; protected $content = NULL; protected $languages = NULL; protected $charsets = NULL; protected $acceptableContentTypes = NULL; protected $pathInfo = NULL; protected $requestUri = NULL; protected $baseUrl = NULL; protected $basePath = NULL; protected $method = NULL; protected $format = NULL; protected $session = NULL; protected $locale = NULL; protected $defaultLocale = 'en' }, $type = *uninitialized*, $catch = *uninitialized*) /var/www/html/thelia/web/index.php:38
[Thu Apr 16 20:35:27.525125 2015] [:error] [pid 1605] [client 127.0.0.1:57900] PHP   3. Thelia\\Core\\Thelia->boot() /var/www/html/thelia/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php:185
[Thu Apr 16 20:35:27.525129 2015] [:error] [pid 1605] [client 127.0.0.1:57900] PHP   4. Symfony\\Component\\HttpKernel\\Kernel->boot() /var/www/html/thelia/core/lib/Thelia/Core/Thelia.php:143
[Thu Apr 16 20:35:27.525132 2015] [:error] [pid 1605] [client 127.0.0.1:57900] PHP   5. Symfony\\Component\\HttpKernel\\Kernel->initializeContainer() /var/www/html/thelia/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php:130
[Thu Apr 16 20:35:27.525136 2015] [:error] [pid 1605] [client 127.0.0.1:57900] PHP   6. Thelia\\Core\\Thelia->buildContainer() /var/www/html/thelia/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/Kernel.php:533
[Thu Apr 16 20:35:27.527565 2015] [:error] [pid 1605] [client 127.0.0.1:57900] PHP   7. Thelia\\Core\\Thelia->loadConfiguration($container = class Thelia\\Core\\TheliaContainerBuilder { private ${Symfony\\Component\\DependencyInjection\\ContainerBuilder}:extensions = array (); private ${Symfony\\Component\\DependencyInjection\\ContainerBuilder}:extensionsByNs = array (); private ${Symfony\\Component\\DependencyInjection\\ContainerBuilder}:definitions = array ('thelia.url.manager' => class Symfony\\Component\\DependencyInjection\\Definition { private $class = 'Thelia\\\\Tools\\\\URL'; private $file = NULL; private $factoryClass = NULL; private $factoryMethod = NULL; private $factoryService = NULL; private $scope = 'container'; private $properties = array (); private $calls = array (); private $configurator = NULL; private $tags = array (); private $public = TRUE; private $synthetic = FALSE; private $abstract = FALSE; private $synchronized = FALSE; private $lazy = FALSE; protected $arguments = array (0 => class Symfony\\Component\\DependencyInjection\\Reference { private $id = 'service_container'; private $invalidBehavior = 1; private $strict = TRUE }) }, 'event_dispatcher' => class Symfony\\Component\\DependencyInjection\\Definition { private $class = 'Symfony\\\\Component\\\\EventDispatcher\\\\ContainerAwareEventDispatcher'; private $file = NULL; private $factoryClass = NULL; private $factoryMethod = NULL; private $factoryService = NULL; private $scope = 'container'; private $properties = array (); private $calls = array (); private $configurator = NULL; private $tags = array (); private $public = TRUE; private $synthetic = FALSE; private $abstract = FALSE; private $synchronized = FALSE; private $lazy = FALSE; protected $arguments = array (0 => class Symfony\\Component\\DependencyInjection\\Reference { private $id = 'service_container'; private $invalidBehavior = 1; private $strict = TRUE }) }, 'esi' => class Symfony\\Component\\DependencyInjection\\Definition { private $class = '%esi.class%'; private $file = NULL; private $factoryClass = NULL; private $factoryMethod = NULL; private $factoryService = NULL; private $scope = 'container'; private $properties = array (); private $calls = array (); private $configurator = NULL; private $tags = array (); private $public = TRUE; private $synthetic = FALSE; private $abstract = FALSE; private $synchronized = FALSE; private $lazy = FALSE; protected $arguments = array () }, 'esi_listener' => class Symfony\\Component\\DependencyInjection\\Definition { private $class = '%esi_listener.class%'; private $file = NULL; private $factoryClass = NULL; private $factoryMethod = NULL; private $factoryService = NULL; private $scope = 'container'; private $properties = array (); private $calls = array (); private $configurator = NULL; private $tags = array ('kernel.event_subscriber' => array (0 => array ())); private $public = TRUE; private $synthetic = FALSE; private $abstract = FALSE; private $synchronized = FALSE; private $lazy = FALSE; protected $arguments = array (0 => class Symfony\\Component\\DependencyInjection\\Reference { private $id = 'esi'; private $invalidBehavior = 3; private $strict = TRUE }) }, 'fragment.renderer.inline' => class Symfony\\Component\\DependencyInjection\\Definition { private $class = '%fragment.renderer.inline.class%'; private $file = NULL; private $factoryClass = NULL; private $factoryMethod = NULL; private $factoryService = NULL; private $scope = 'container'; private $properties = array (); private $calls = array (); private $configurator = NULL; private $tags = array (); private $public = TRUE; private $synthetic = FALSE; private $abstract = FALSE; private $synchronized = FALSE; private $lazy = FALSE; protected $arguments = array (0 => class Symfony\\Component\\DependencyInjection\\Reference { private $id = 'http_kernel'; private $invalidBehavior = 1; private $strict = TRUE }) }, 'fragment.renderer.esi' => class Symfony\\Component\\DependencyInjection\\Definition { private $class = '%fragment.renderer.esi.class%'; private $file = NULL; private $factoryClass = NULL; private $factoryMethod = NULL; private $factoryService = NULL; private $scope = 'container'; private $properties = array (); private $calls = array (); private $configurator = NULL; private $tags = array (); private $public = TRUE; private $synthetic = FALSE; private $abstract = FALSE; private $synchronized = FALSE; private $lazy = FALSE; protected $arguments = array (0 => class Symfony\\Component\\DependencyInjection\\Reference { private $id = 'esi'; private $invalidBehavior = 1; private $strict = TRUE }, 1 => class Symfony\\Component\\DependencyInjection\\Reference { private $id = 'fragment.renderer.inline'; private $invalidBehavior = 1; private $strict = TRUE }) }, 'thelia.taxengine' => class Symfony\\Component\\DependencyInjection\\Definition { private $class = 'Thelia\\\\TaxEngine\\\\TaxEngine'; private $file = NULL; private $factoryClass = NULL; private $factoryMethod = NULL; private $factoryService = NULL; private $scope = 'request'; private $properties = array (); private $calls = array (); private $configurator = NULL; private $tags = array (); private $public = TRUE; private $synthetic = FALSE; private $abstract = FALSE; private $synchronized = FALSE; private $lazy = FALSE; protected $arguments = array (0 => class Symfony\\Component\\DependencyInjection\\Reference { private $id = 'request'; private $invalidBehavior = 1; private $strict = TRUE }) }, 'assetic.asset.manager' => class Symfony\\Component\\DependencyInjection\\Definition { private $class = 'Thelia\\\\Core\\\\Template\\\\Assets\\\\AsseticAssetManager'; private $file = NULL; private $factoryClass = NULL; private $factoryMethod = NULL; private $factoryService = NULL; private $scope = 'container'; private $properties = array (); private $calls = array (); private $configurator = NULL; private $tags = array (); private $public = TRUE; private $synthetic = FALSE; private $abstract = FALSE; private $synchronized = FALSE; private $lazy = FALSE; protected $arguments = array (0 => '%kernel.debug%') }, 'controller_resolver' => class Symfony\\Component\\DependencyInjection\\Definition { private $class = 'Thelia\\\\Core\\\\Controller\\\\ControllerResolver'; private $file = NULL; private $factoryClass = NULL; private $factoryMethod = NULL; private $factoryService = NULL; private $scope = 'container'; private $properties = array (); private $calls = array (); private $configurator = NULL; private $tags = array (); private $public = TRUE; private $synthetic = FALSE; private $abstract = FALSE; private $synchronized = FALSE; private $lazy = FALSE; protected $arguments = array (0 => class Symfony\\Component\\DependencyInjection\\Reference { private $id = 'service_container'; private $invalidBehavior = 1; private $strict = TRUE }) }, 'thelia.translator' => class Symfony\\Component\\DependencyInjection\\Definition { private $class = 'Thelia\\\\Core\\\\Translation\\\\Translator'; private $file = NULL; private $factoryClass = NULL; private $factoryMethod = NULL; private $factoryService = NULL; private $scope = 'container'; private $properties = array (); private $calls = array (); private $configurator = NULL; private $tags = array (); private $public = TRUE; private $synthetic = FALSE; private $abstract = FALSE; private $synchronized = FALSE; private $lazy = FALSE; protected $arguments = array (0 => class Symfony\\Component\\DependencyInjection\\Reference { private $id = 'service_container'; private $invalidBehavior = 1; private $strict = TRUE }) }, 'thelia.hookhelper' => class Symfony\\Component\\DependencyInjection\\Definition { private $class = 'Thelia\\\\Core\\\\Hook\\\\HookHelper'; private $file = NULL; private $factoryClass = NULL; private $factoryMethod = NULL; private $factoryService = NULL; private $scope = 'container'; private $properties = array (); private $calls = array (); private $configurator = NULL; private $tags = array (); private $public = TRUE; private $synthetic = FALSE; private $abstract = FALSE; private $synchronized = FALSE; private $lazy = FALSE; protected $arguments = array (0 => class Symfony\\Component\\DependencyInjection\\Reference { p
[Thu Apr 16 20:35:27.527608 2015] [:error] [pid 1605] [client 127.0.0.1:57900] PHP   8. Thelia\\Model\\ModuleQuery::getActivated() /var/www/html/thelia/core/lib/Thelia/Core/Thelia.php:222
[Thu Apr 16 20:35:27.527613 2015] [:error] [pid 1605] [client 127.0.0.1:57900] PHP   9. Propel\\Runtime\\ActiveQuery\\ModelCriteria->find($con = *uninitialized*) /var/www/html/thelia/core/lib/Thelia/Model/ModuleQuery.php:32
[Thu Apr 16 20:35:27.527619 2015] [:error] [pid 1605] [client 127.0.0.1:57900] PHP  10. Propel\\Runtime\\ServiceContainer\\StandardServiceContainer->getReadConnection($name = 'thelia') /var/www/html/thelia/core/vendor/propel/propel/src/Propel/Runtime/ActiveQuery/ModelCriteria.php:970
[Thu Apr 16 20:37:37.809709 2015] [:error] [pid 3475] [client 127.0.0.1:57907] PHP Warning:  Uncaught exception 'Thelia\\Core\\Security\\Exception\\AuthenticationException' with message 'User not granted for roles 'ADMIN', to access resources '' with .' in /var/www/html/thelia/local/modules/TheliaSmarty/Template/Plugins/Security.php:57\nStack trace:\n#0 /var/www/html/thelia/core/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php(157) : eval()'d code(47): TheliaSmarty\\Template\\Plugins\\Security->checkAuthFunction(Array, Object(Smarty_Internal_Template))\n#1 /var/www/html/thelia/core/vendor/smarty/smarty/libs/sysplugins/smarty_internal_templatebase.php(188): content_552ff3453e5e40_42346443(Object(Smarty_Internal_Template))\n#2 /var/www/html/thelia/local/modules/TheliaSmarty/Template/SmartyParser.php(365): Smarty_Internal_TemplateBase->fetch('file:home.html')\n#3 /var/www/html/thelia/local/modules/TheliaSmarty/Template/SmartyParser.php(389): TheliaSmarty\\Template\\SmartyParser->internalRenderer('file', 'home.html', Array, true)\n#4 /var/www/html/thelia/core/lib/Thelia/Controller/Admin/BaseAdminController.php(373): TheliaSmarty\\Template\\SmartyParser->render('home.html', Array)\n#5 /var/www/html/thelia/core/lib/Thelia/Controller/Admin/BaseAdminController.php(320): Thelia\\Controller\\Admin\\BaseAdminController->renderRaw('home', Array)\n#6 /var/www/html/thelia/core/lib/Thelia/Controller/Admin/AdminController.php(19): Thelia\\Controller\\Admin\\BaseAdminController->render('home')\n#7 [internal function]: Thelia\\Controller\\Admin\\AdminController->indexAction()\n#8 /var/www/html/thelia/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpKernel.php(117): call_user_func_array(Array, Array)\n#9 /var/www/html/thelia/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpKernel.php(61): Symfony\\Component\\HttpKernel\\HttpKernel->handleRaw(Object(Thelia\\Core\\HttpFoundation\\Request), 1)\n#10 /var/www/html/thelia/core/lib/Thelia/Core/TheliaHttpKernel.php(78): Symfony\\Component\\HttpKernel\\HttpKernel->handle(Object(Thelia\\Core\\HttpFoundation\\Request), 1, true)\n#11 /var/www/html/thelia/core/lib/Thelia/Core/S in /var/www/html/thelia/local/modules/TheliaSmarty/Template/Plugins/Security.php on line 57, referer: http://localhost/thelia/web/install/end.php
[Thu Apr 16 20:37:37.809748 2015] [:error] [pid 3475] [client 127.0.0.1:57907] PHP Stack trace:, referer: http://localhost/thelia/web/install/end.php
[Thu Apr 16 20:37:37.809754 2015] [:error] [pid 3475] [client 127.0.0.1:57907] PHP   1. {main}() /var/www/html/thelia/web/index.php:0, referer: http://localhost/thelia/web/install/end.php
[Thu Apr 16 20:37:37.809953 2015] [:error] [pid 3475] [client 127.0.0.1:57907] PHP   2. Symfony\\Component\\HttpKernel\\Kernel->handle($request = class Thelia\\Core\\HttpFoundation\\Request { public $attributes = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = array ('_controller' => 'Thelia\\\\Controller\\\\Admin\\\\AdminController::indexAction', 'not-logged' => '1', '_route' => 'admin', '_route_params' => array ('not-logged' => '1')) }; public $request = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = array () }; public $query = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = array () }; public $server = class Symfony\\Component\\HttpFoundation\\ServerBag { protected $parameters = array ('HTTP_AUTHORIZATION' => '', 'HTTP_HOST' => 'localhost', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8', 'HTTP_USER_AGENT' => 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/41.0.2272.76 Chrome/41.0.2272.76 Safari/537.36', 'HTTP_REFERER' => 'http://localhost/thelia/web/install/end.php', 'HTTP_ACCEPT_ENCODING' => 'gzip, deflate, sdch', 'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.8', 'HTTP_COOKIE' => 'PHPSESSID=a3rr858shucmkbp43fr686bqb7', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin', 'SERVER_SIGNATURE' => '<address>Apache/2.4.7 (Ubuntu) Server at localhost Port 80</address>\\n', 'SERVER_SOFTWARE' => 'Apache/2.4.7 (Ubuntu)', 'SERVER_NAME' => 'localhost', 'SERVER_ADDR' => '127.0.0.1', 'SERVER_PORT' => '80', 'REMOTE_ADDR' => '127.0.0.1', 'DOCUMENT_ROOT' => '/var/www/html', 'REQUEST_SCHEME' => 'http', 'CONTEXT_PREFIX' => '', 'CONTEXT_DOCUMENT_ROOT' => '/var/www/html', 'SERVER_ADMIN' => 'webmaster@localhost', 'SCRIPT_FILENAME' => '/var/www/html/thelia/web/index.php', 'REMOTE_PORT' => '57907', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => '', 'REQUEST_URI' => '/thelia/web/index.php/admin', 'SCRIPT_NAME' => '/thelia/web/index.php', 'PATH_INFO' => '/admin', 'PATH_TRANSLATED' => '/var/www/html/admin', 'PHP_SELF' => '/thelia/web/index.php/admin', 'REQUEST_TIME_FLOAT' => 1429205796.43, 'REQUEST_TIME' => 1429205796) }; public $files = class Symfony\\Component\\HttpFoundation\\FileBag { protected $parameters = array () }; public $cookies = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = array ('PHPSESSID' => 'a3rr858shucmkbp43fr686bqb7') }; public $headers = class Symfony\\Component\\HttpFoundation\\HeaderBag { protected $headers = array ('authorization' => array (0 => ''), 'host' => array (0 => 'localhost'), 'connection' => array (0 => 'keep-alive'), 'accept' => array (0 => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8'), 'user-agent' => array (0 => 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/41.0.2272.76 Chrome/41.0.2272.76 Safari/537.36'), 'referer' => array (0 => 'http://localhost/thelia/web/install/end.php'), 'accept-encoding' => array (0 => 'gzip, deflate, sdch'), 'accept-language' => array (0 => 'en-US,en;q=0.8'), 'cookie' => array (0 => 'PHPSESSID=a3rr858shucmkbp43fr686bqb7')); protected $cacheControl = array () }; protected $content = NULL; protected $languages = NULL; protected $charsets = NULL; protected $acceptableContentTypes = NULL; protected $pathInfo = '/admin'; protected $requestUri = '/thelia/web/index.php/admin'; protected $baseUrl = '/thelia/web/index.php'; protected $basePath = NULL; protected $method = 'GET'; protected $format = NULL; protected $session = class Thelia\\Core\\HttpFoundation\\Session\\Session { protected $storage = class Symfony\\Component\\HttpFoundation\\Session\\Storage\\NativeSessionStorage { protected $bags = array ('attributes' => class Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag { private $name = 'attributes'; private $storageKey = '_sf2_attributes'; protected $attributes = array ('thelia.current.lang' => class Thelia\\Model\\Lang { protected $new = FALSE; protected $deleted = FALSE; protected $modifiedColumns = array (); protected $virtualColumns = array (); protected $id = 2; protected $title = 'English'; protected $code = 'en'; protected $locale = 'en_US'; protected $url = ''; protected $date_format = 'm-d-Y'; protected $time_format = 'h:i:s'; protected $datetime_format = 'm-d-Y h:i:s'; protected $decimal_separator = '.'; protected $thousands_separator = ' '; protected $decimals = '2'; protected $by_default = 1; protected $position = NULL; protected $created_at = class DateTime { public $date = '2015-04-16 20:36:04'; public $timezone_type = 3; public $timezone = 'Europe/Helsinki' }; protected $updated_at = class DateTime { public $date = '2015-04-16 20:36:04'; public $timezone_type = 3; public $timezone = 'Europe/Helsinki' }; protected $collOrders = NULL; protected $collOrdersPartial = NULL; protected $alreadyInSave = FALSE; protected $ordersScheduledForDeletion = NULL; protected $dispatcher = NULL }, 'thelia.current.currency' => class Thelia\\Model\\Currency { protected $new = FALSE; protected $deleted = FALSE; protected $modifiedColumns = array (); protected $virtualColumns = array (); protected $id = 1; protected $code = 'EUR'; protected $symbol = '\xe2\x82\xac'; protected $rate = 1; protected $position = 1; protected $by_default = 1; protected $created_at = class DateTime { public $date = '2015-04-16 20:36:05'; public $timezone_type = 3; public $timezone = 'Europe/Helsinki' }; protected $updated_at = class DateTime { public $date = '2015-04-16 20:36:05'; public $timezone_type = 3; public $timezone = 'Europe/Helsinki' }; protected $collOrders = NULL; protected $collOrdersPartial = NULL; protected $collCarts = NULL; protected $collCartsPartial = NULL; protected $collProductPrices = NULL; protected $collProductPricesPartial = NULL; protected $collSaleOffsetCurrencies = NULL; protected $collSaleOffsetCurrenciesPartial = NULL; protected $collCurrencyI18ns = NULL; protected $collCurrencyI18nsPartial = NULL; protected $alreadyInSave = FALSE; protected $currentLocale = 'en_US'; protected $currentTranslations = NULL; protected $ordersScheduledForDeletion = NULL; protected $cartsScheduledForDeletion = NULL; protected $productPricesScheduledForDeletion = NULL; protected $saleOffsetCurrenciesScheduledForDeletion = NULL; protected $currencyI18nsScheduledForDeletion = NULL; protected $dispatcher = NULL }, 'thelia.admin.edition.lang' => class Thelia\\Model\\Lang { protected $new = FALSE; protected $deleted = FALSE; protected $modifiedColumns = array (); protected $virtualColumns = array (); protected $id = 2; protected $title = 'English'; protected $code = 'en'; protected $locale = 'en_US'; protected $url = ''; protected $date_format = 'm-d-Y'; protected $time_format = 'h:i:s'; protected $datetime_format = 'm-d-Y h:i:s'; protected $decimal_separator = '.'; protected $thousands_separator = ' '; protected $decimals = '2'; protected $by_default = 1; protected $position = NULL; protected $created_at = class DateTime { public $date = '2015-04-16 20:36:04'; public $timezone_type = 3; public $timezone = 'Europe/Helsinki' }; protected $updated_at = class DateTime { public $date = '2015-04-16 20:36:04'; public $timezone_type = 3; public $timezone = 'Europe/Helsinki' }; protected $collOrders = NULL; protected $collOrdersPartial = NULL; protected $alreadyInSave = FALSE; protected $ordersScheduledForDeletion = NULL; protected $dispatcher = NULL }, 'thelia.admin.edition.currency' => class Thelia\\Model\\Currency { protected $new = FALSE; protected $deleted = FALSE; protected $modifiedColumns = array (); protected $virtualColumns = array (); protected $id = 1; protected $code = 'EUR'; protected $symbol = '\xe2\x82\xac'; protected $rate = 1; protected $position = 1; protected $by_default = 1; protected $created_at = class DateTime { public $date = '2015-04-16 20:36:05'; public $timezone_type = 3; public $timezone = 'Europe/Helsinki' }; protected $updated_at = class DateTime { public $date = '2015-04-16 20:36:
[Thu Apr 16 20:37:37.810123 2015] [:error] [pid 3475] [client 127.0.0.1:57907] PHP   3. Stack\\StackedHttpKernel->handle($request = class Thelia\\Core\\HttpFoundation\\Request { public $attributes = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = array ('_controller' => 'Thelia\\\\Controller\\\\Admin\\\\AdminController::indexAction', 'not-logged' => '1', '_route' => 'admin', '_route_params' => array ('not-logged' => '1')) }; public $request = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = array () }; public $query = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = array () }; public $server = class Symfony\\Component\\HttpFoundation\\ServerBag { protected $parameters = array ('HTTP_AUTHORIZATION' => '', 'HTTP_HOST' => 'localhost', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8', 'HTTP_USER_AGENT' => 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/41.0.2272.76 Chrome/41.0.2272.76 Safari/537.36', 'HTTP_REFERER' => 'http://localhost/thelia/web/install/end.php', 'HTTP_ACCEPT_ENCODING' => 'gzip, deflate, sdch', 'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.8', 'HTTP_COOKIE' => 'PHPSESSID=a3rr858shucmkbp43fr686bqb7', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin', 'SERVER_SIGNATURE' => '<address>Apache/2.4.7 (Ubuntu) Server at localhost Port 80</address>\\n', 'SERVER_SOFTWARE' => 'Apache/2.4.7 (Ubuntu)', 'SERVER_NAME' => 'localhost', 'SERVER_ADDR' => '127.0.0.1', 'SERVER_PORT' => '80', 'REMOTE_ADDR' => '127.0.0.1', 'DOCUMENT_ROOT' => '/var/www/html', 'REQUEST_SCHEME' => 'http', 'CONTEXT_PREFIX' => '', 'CONTEXT_DOCUMENT_ROOT' => '/var/www/html', 'SERVER_ADMIN' => 'webmaster@localhost', 'SCRIPT_FILENAME' => '/var/www/html/thelia/web/index.php', 'REMOTE_PORT' => '57907', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => '', 'REQUEST_URI' => '/thelia/web/index.php/admin', 'SCRIPT_NAME' => '/thelia/web/index.php', 'PATH_INFO' => '/admin', 'PATH_TRANSLATED' => '/var/www/html/admin', 'PHP_SELF' => '/thelia/web/index.php/admin', 'REQUEST_TIME_FLOAT' => 1429205796.43, 'REQUEST_TIME' => 1429205796) }; public $files = class Symfony\\Component\\HttpFoundation\\FileBag { protected $parameters = array () }; public $cookies = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = array ('PHPSESSID' => 'a3rr858shucmkbp43fr686bqb7') }; public $headers = class Symfony\\Component\\HttpFoundation\\HeaderBag { protected $headers = array ('authorization' => array (0 => ''), 'host' => array (0 => 'localhost'), 'connection' => array (0 => 'keep-alive'), 'accept' => array (0 => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8'), 'user-agent' => array (0 => 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/41.0.2272.76 Chrome/41.0.2272.76 Safari/537.36'), 'referer' => array (0 => 'http://localhost/thelia/web/install/end.php'), 'accept-encoding' => array (0 => 'gzip, deflate, sdch'), 'accept-language' => array (0 => 'en-US,en;q=0.8'), 'cookie' => array (0 => 'PHPSESSID=a3rr858shucmkbp43fr686bqb7')); protected $cacheControl = array () }; protected $content = NULL; protected $languages = NULL; protected $charsets = NULL; protected $acceptableContentTypes = NULL; protected $pathInfo = '/admin'; protected $requestUri = '/thelia/web/index.php/admin'; protected $baseUrl = '/thelia/web/index.php'; protected $basePath = NULL; protected $method = 'GET'; protected $format = NULL; protected $session = class Thelia\\Core\\HttpFoundation\\Session\\Session { protected $storage = class Symfony\\Component\\HttpFoundation\\Session\\Storage\\NativeSessionStorage { protected $bags = array ('attributes' => class Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag { private $name = 'attributes'; private $storageKey = '_sf2_attributes'; protected $attributes = array ('thelia.current.lang' => class Thelia\\Model\\Lang { protected $new = FALSE; protected $deleted = FALSE; protected $modifiedColumns = array (); protected $virtualColumns = array (); protected $id = 2; protected $title = 'English'; protected $code = 'en'; protected $locale = 'en_US'; protected $url = ''; protected $date_format = 'm-d-Y'; protected $time_format = 'h:i:s'; protected $datetime_format = 'm-d-Y h:i:s'; protected $decimal_separator = '.'; protected $thousands_separator = ' '; protected $decimals = '2'; protected $by_default = 1; protected $position = NULL; protected $created_at = class DateTime { public $date = '2015-04-16 20:36:04'; public $timezone_type = 3; public $timezone = 'Europe/Helsinki' }; protected $updated_at = class DateTime { public $date = '2015-04-16 20:36:04'; public $timezone_type = 3; public $timezone = 'Europe/Helsinki' }; protected $collOrders = NULL; protected $collOrdersPartial = NULL; protected $alreadyInSave = FALSE; protected $ordersScheduledForDeletion = NULL; protected $dispatcher = NULL }, 'thelia.current.currency' => class Thelia\\Model\\Currency { protected $new = FALSE; protected $deleted = FALSE; protected $modifiedColumns = array (); protected $virtualColumns = array (); protected $id = 1; protected $code = 'EUR'; protected $symbol = '\xe2\x82\xac'; protected $rate = 1; protected $position = 1; protected $by_default = 1; protected $created_at = class DateTime { public $date = '2015-04-16 20:36:05'; public $timezone_type = 3; public $timezone = 'Europe/Helsinki' }; protected $updated_at = class DateTime { public $date = '2015-04-16 20:36:05'; public $timezone_type = 3; public $timezone = 'Europe/Helsinki' }; protected $collOrders = NULL; protected $collOrdersPartial = NULL; protected $collCarts = NULL; protected $collCartsPartial = NULL; protected $collProductPrices = NULL; protected $collProductPricesPartial = NULL; protected $collSaleOffsetCurrencies = NULL; protected $collSaleOffsetCurrenciesPartial = NULL; protected $collCurrencyI18ns = NULL; protected $collCurrencyI18nsPartial = NULL; protected $alreadyInSave = FALSE; protected $currentLocale = 'en_US'; protected $currentTranslations = NULL; protected $ordersScheduledForDeletion = NULL; protected $cartsScheduledForDeletion = NULL; protected $productPricesScheduledForDeletion = NULL; protected $saleOffsetCurrenciesScheduledForDeletion = NULL; protected $currencyI18nsScheduledForDeletion = NULL; protected $dispatcher = NULL }, 'thelia.admin.edition.lang' => class Thelia\\Model\\Lang { protected $new = FALSE; protected $deleted = FALSE; protected $modifiedColumns = array (); protected $virtualColumns = array (); protected $id = 2; protected $title = 'English'; protected $code = 'en'; protected $locale = 'en_US'; protected $url = ''; protected $date_format = 'm-d-Y'; protected $time_format = 'h:i:s'; protected $datetime_format = 'm-d-Y h:i:s'; protected $decimal_separator = '.'; protected $thousands_separator = ' '; protected $decimals = '2'; protected $by_default = 1; protected $position = NULL; protected $created_at = class DateTime { public $date = '2015-04-16 20:36:04'; public $timezone_type = 3; public $timezone = 'Europe/Helsinki' }; protected $updated_at = class DateTime { public $date = '2015-04-16 20:36:04'; public $timezone_type = 3; public $timezone = 'Europe/Helsinki' }; protected $collOrders = NULL; protected $collOrdersPartial = NULL; protected $alreadyInSave = FALSE; protected $ordersScheduledForDeletion = NULL; protected $dispatcher = NULL }, 'thelia.admin.edition.currency' => class Thelia\\Model\\Currency { protected $new = FALSE; protected $deleted = FALSE; protected $modifiedColumns = array (); protected $virtualColumns = array (); protected $id = 1; protected $code = 'EUR'; protected $symbol = '\xe2\x82\xac'; protected $rate = 1; protected $position = 1; protected $by_default = 1; protected $created_at = class DateTime { public $date = '2015-04-16 20:36:05'; public $timezone_type = 3; public $timezone = 'Europe/Helsinki' }; protected $updated_at = class DateTime { public $date = '2015-04-16 20:36:05'; public $t
[Thu Apr 16 20:37:37.810288 2015] [:error] [pid 3475] [client 127.0.0.1:57907] PHP   4. Thelia\\Core\\Stack\\SessionMiddleware->handle($request = class Thelia\\Core\\HttpFoundation\\Request { public $attributes = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = array ('_controller' => 'Thelia\\\\Controller\\\\Admin\\\\AdminController::indexAction', 'not-logged' => '1', '_route' => 'admin', '_route_params' => array ('not-logged' => '1')) }; public $request = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = array () }; public $query = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = array () }; public $server = class Symfony\\Component\\HttpFoundation\\ServerBag { protected $parameters = array ('HTTP_AUTHORIZATION' => '', 'HTTP_HOST' => 'localhost', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8', 'HTTP_USER_AGENT' => 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/41.0.2272.76 Chrome/41.0.2272.76 Safari/537.36', 'HTTP_REFERER' => 'http://localhost/thelia/web/install/end.php', 'HTTP_ACCEPT_ENCODING' => 'gzip, deflate, sdch', 'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.8', 'HTTP_COOKIE' => 'PHPSESSID=a3rr858shucmkbp43fr686bqb7', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin', 'SERVER_SIGNATURE' => '<address>Apache/2.4.7 (Ubuntu) Server at localhost Port 80</address>\\n', 'SERVER_SOFTWARE' => 'Apache/2.4.7 (Ubuntu)', 'SERVER_NAME' => 'localhost', 'SERVER_ADDR' => '127.0.0.1', 'SERVER_PORT' => '80', 'REMOTE_ADDR' => '127.0.0.1', 'DOCUMENT_ROOT' => '/var/www/html', 'REQUEST_SCHEME' => 'http', 'CONTEXT_PREFIX' => '', 'CONTEXT_DOCUMENT_ROOT' => '/var/www/html', 'SERVER_ADMIN' => 'webmaster@localhost', 'SCRIPT_FILENAME' => '/var/www/html/thelia/web/index.php', 'REMOTE_PORT' => '57907', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => '', 'REQUEST_URI' => '/thelia/web/index.php/admin', 'SCRIPT_NAME' => '/thelia/web/index.php', 'PATH_INFO' => '/admin', 'PATH_TRANSLATED' => '/var/www/html/admin', 'PHP_SELF' => '/thelia/web/index.php/admin', 'REQUEST_TIME_FLOAT' => 1429205796.43, 'REQUEST_TIME' => 1429205796) }; public $files = class Symfony\\Component\\HttpFoundation\\FileBag { protected $parameters = array () }; public $cookies = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = array ('PHPSESSID' => 'a3rr858shucmkbp43fr686bqb7') }; public $headers = class Symfony\\Component\\HttpFoundation\\HeaderBag { protected $headers = array ('authorization' => array (0 => ''), 'host' => array (0 => 'localhost'), 'connection' => array (0 => 'keep-alive'), 'accept' => array (0 => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8'), 'user-agent' => array (0 => 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/41.0.2272.76 Chrome/41.0.2272.76 Safari/537.36'), 'referer' => array (0 => 'http://localhost/thelia/web/install/end.php'), 'accept-encoding' => array (0 => 'gzip, deflate, sdch'), 'accept-language' => array (0 => 'en-US,en;q=0.8'), 'cookie' => array (0 => 'PHPSESSID=a3rr858shucmkbp43fr686bqb7')); protected $cacheControl = array () }; protected $content = NULL; protected $languages = NULL; protected $charsets = NULL; protected $acceptableContentTypes = NULL; protected $pathInfo = '/admin'; protected $requestUri = '/thelia/web/index.php/admin'; protected $baseUrl = '/thelia/web/index.php'; protected $basePath = NULL; protected $method = 'GET'; protected $format = NULL; protected $session = class Thelia\\Core\\HttpFoundation\\Session\\Session { protected $storage = class Symfony\\Component\\HttpFoundation\\Session\\Storage\\NativeSessionStorage { protected $bags = array ('attributes' => class Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag { private $name = 'attributes'; private $storageKey = '_sf2_attributes'; protected $attributes = array ('thelia.current.lang' => class Thelia\\Model\\Lang { protected $new = FALSE; protected $deleted = FALSE; protected $modifiedColumns = array (); protected $virtualColumns = array (); protected $id = 2; protected $title = 'English'; protected $code = 'en'; protected $locale = 'en_US'; protected $url = ''; protected $date_format = 'm-d-Y'; protected $time_format = 'h:i:s'; protected $datetime_format = 'm-d-Y h:i:s'; protected $decimal_separator = '.'; protected $thousands_separator = ' '; protected $decimals = '2'; protected $by_default = 1; protected $position = NULL; protected $created_at = class DateTime { public $date = '2015-04-16 20:36:04'; public $timezone_type = 3; public $timezone = 'Europe/Helsinki' }; protected $updated_at = class DateTime { public $date = '2015-04-16 20:36:04'; public $timezone_type = 3; public $timezone = 'Europe/Helsinki' }; protected $collOrders = NULL; protected $collOrdersPartial = NULL; protected $alreadyInSave = FALSE; protected $ordersScheduledForDeletion = NULL; protected $dispatcher = NULL }, 'thelia.current.currency' => class Thelia\\Model\\Currency { protected $new = FALSE; protected $deleted = FALSE; protected $modifiedColumns = array (); protected $virtualColumns = array (); protected $id = 1; protected $code = 'EUR'; protected $symbol = '\xe2\x82\xac'; protected $rate = 1; protected $position = 1; protected $by_default = 1; protected $created_at = class DateTime { public $date = '2015-04-16 20:36:05'; public $timezone_type = 3; public $timezone = 'Europe/Helsinki' }; protected $updated_at = class DateTime { public $date = '2015-04-16 20:36:05'; public $timezone_type = 3; public $timezone = 'Europe/Helsinki' }; protected $collOrders = NULL; protected $collOrdersPartial = NULL; protected $collCarts = NULL; protected $collCartsPartial = NULL; protected $collProductPrices = NULL; protected $collProductPricesPartial = NULL; protected $collSaleOffsetCurrencies = NULL; protected $collSaleOffsetCurrenciesPartial = NULL; protected $collCurrencyI18ns = NULL; protected $collCurrencyI18nsPartial = NULL; protected $alreadyInSave = FALSE; protected $currentLocale = 'en_US'; protected $currentTranslations = NULL; protected $ordersScheduledForDeletion = NULL; protected $cartsScheduledForDeletion = NULL; protected $productPricesScheduledForDeletion = NULL; protected $saleOffsetCurrenciesScheduledForDeletion = NULL; protected $currencyI18nsScheduledForDeletion = NULL; protected $dispatcher = NULL }, 'thelia.admin.edition.lang' => class Thelia\\Model\\Lang { protected $new = FALSE; protected $deleted = FALSE; protected $modifiedColumns = array (); protected $virtualColumns = array (); protected $id = 2; protected $title = 'English'; protected $code = 'en'; protected $locale = 'en_US'; protected $url = ''; protected $date_format = 'm-d-Y'; protected $time_format = 'h:i:s'; protected $datetime_format = 'm-d-Y h:i:s'; protected $decimal_separator = '.'; protected $thousands_separator = ' '; protected $decimals = '2'; protected $by_default = 1; protected $position = NULL; protected $created_at = class DateTime { public $date = '2015-04-16 20:36:04'; public $timezone_type = 3; public $timezone = 'Europe/Helsinki' }; protected $updated_at = class DateTime { public $date = '2015-04-16 20:36:04'; public $timezone_type = 3; public $timezone = 'Europe/Helsinki' }; protected $collOrders = NULL; protected $collOrdersPartial = NULL; protected $alreadyInSave = FALSE; protected $ordersScheduledForDeletion = NULL; protected $dispatcher = NULL }, 'thelia.admin.edition.currency' => class Thelia\\Model\\Currency { protected $new = FALSE; protected $deleted = FALSE; protected $modifiedColumns = array (); protected $virtualColumns = array (); protected $id = 1; protected $code = 'EUR'; protected $symbol = '\xe2\x82\xac'; protected $rate = 1; protected $position = 1; protected $by_default = 1; protected $created_at = class DateTime { public $date = '2015-04-16 20:36:05'; public $timezone_type = 3; public $timezone = 'Europe/Helsinki' }; protected $updated_at = class DateTime { public $date = '2015-04-16 20:36:
[Thu Apr 16 20:37:37.810451 2015] [:error] [pid 3475] [client 127.0.0.1:57907] PHP   5. Thelia\\Core\\Stack\\ParamInitMiddleware->handle($request = class Thelia\\Core\\HttpFoundation\\Request { public $attributes = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = array ('_controller' => 'Thelia\\\\Controller\\\\Admin\\\\AdminController::indexAction', 'not-logged' => '1', '_route' => 'admin', '_route_params' => array ('not-logged' => '1')) }; public $request = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = array () }; public $query = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = array () }; public $server = class Symfony\\Component\\HttpFoundation\\ServerBag { protected $parameters = array ('HTTP_AUTHORIZATION' => '', 'HTTP_HOST' => 'localhost', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8', 'HTTP_USER_AGENT' => 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/41.0.2272.76 Chrome/41.0.2272.76 Safari/537.36', 'HTTP_REFERER' => 'http://localhost/thelia/web/install/end.php', 'HTTP_ACCEPT_ENCODING' => 'gzip, deflate, sdch', 'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.8', 'HTTP_COOKIE' => 'PHPSESSID=a3rr858shucmkbp43fr686bqb7', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin', 'SERVER_SIGNATURE' => '<address>Apache/2.4.7 (Ubuntu) Server at localhost Port 80</address>\\n', 'SERVER_SOFTWARE' => 'Apache/2.4.7 (Ubuntu)', 'SERVER_NAME' => 'localhost', 'SERVER_ADDR' => '127.0.0.1', 'SERVER_PORT' => '80', 'REMOTE_ADDR' => '127.0.0.1', 'DOCUMENT_ROOT' => '/var/www/html', 'REQUEST_SCHEME' => 'http', 'CONTEXT_PREFIX' => '', 'CONTEXT_DOCUMENT_ROOT' => '/var/www/html', 'SERVER_ADMIN' => 'webmaster@localhost', 'SCRIPT_FILENAME' => '/var/www/html/thelia/web/index.php', 'REMOTE_PORT' => '57907', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => '', 'REQUEST_URI' => '/thelia/web/index.php/admin', 'SCRIPT_NAME' => '/thelia/web/index.php', 'PATH_INFO' => '/admin', 'PATH_TRANSLATED' => '/var/www/html/admin', 'PHP_SELF' => '/thelia/web/index.php/admin', 'REQUEST_TIME_FLOAT' => 1429205796.43, 'REQUEST_TIME' => 1429205796) }; public $files = class Symfony\\Component\\HttpFoundation\\FileBag { protected $parameters = array () }; public $cookies = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = array ('PHPSESSID' => 'a3rr858shucmkbp43fr686bqb7') }; public $headers = class Symfony\\Component\\HttpFoundation\\HeaderBag { protected $headers = array ('authorization' => array (0 => ''), 'host' => array (0 => 'localhost'), 'connection' => array (0 => 'keep-alive'), 'accept' => array (0 => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8'), 'user-agent' => array (0 => 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/41.0.2272.76 Chrome/41.0.2272.76 Safari/537.36'), 'referer' => array (0 => 'http://localhost/thelia/web/install/end.php'), 'accept-encoding' => array (0 => 'gzip, deflate, sdch'), 'accept-language' => array (0 => 'en-US,en;q=0.8'), 'cookie' => array (0 => 'PHPSESSID=a3rr858shucmkbp43fr686bqb7')); protected $cacheControl = array () }; protected $content = NULL; protected $languages = NULL; protected $charsets = NULL; protected $acceptableContentTypes = NULL; protected $pathInfo = '/admin'; protected $requestUri = '/thelia/web/index.php/admin'; protected $baseUrl = '/thelia/web/index.php'; protected $basePath = NULL; protected $method = 'GET'; protected $format = NULL; protected $session = class Thelia\\Core\\HttpFoundation\\Session\\Session { protected $storage = class Symfony\\Component\\HttpFoundation\\Session\\Storage\\NativeSessionStorage { protected $bags = array ('attributes' => class Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag { private $name = 'attributes'; private $storageKey = '_sf2_attributes'; protected $attributes = array ('thelia.current.lang' => class Thelia\\Model\\Lang { protected $new = FALSE; protected $deleted = FALSE; protected $modifiedColumns = array (); protected $virtualColumns = array (); protected $id = 2; protected $title = 'English'; protected $code = 'en'; protected $locale = 'en_US'; protected $url = ''; protected $date_format = 'm-d-Y'; protected $time_format = 'h:i:s'; protected $datetime_format = 'm-d-Y h:i:s'; protected $decimal_separator = '.'; protected $thousands_separator = ' '; protected $decimals = '2'; protected $by_default = 1; protected $position = NULL; protected $created_at = class DateTime { public $date = '2015-04-16 20:36:04'; public $timezone_type = 3; public $timezone = 'Europe/Helsinki' }; protected $updated_at = class DateTime { public $date = '2015-04-16 20:36:04'; public $timezone_type = 3; public $timezone = 'Europe/Helsinki' }; protected $collOrders = NULL; protected $collOrdersPartial = NULL; protected $alreadyInSave = FALSE; protected $ordersScheduledForDeletion = NULL; protected $dispatcher = NULL }, 'thelia.current.currency' => class Thelia\\Model\\Currency { protected $new = FALSE; protected $deleted = FALSE; protected $modifiedColumns = array (); protected $virtualColumns = array (); protected $id = 1; protected $code = 'EUR'; protected $symbol = '\xe2\x82\xac'; protected $rate = 1; protected $position = 1; protected $by_default = 1; protected $created_at = class DateTime { public $date = '2015-04-16 20:36:05'; public $timezone_type = 3; public $timezone = 'Europe/Helsinki' }; protected $updated_at = class DateTime { public $date = '2015-04-16 20:36:05'; public $timezone_type = 3; public $timezone = 'Europe/Helsinki' }; protected $collOrders = NULL; protected $collOrdersPartial = NULL; protected $collCarts = NULL; protected $collCartsPartial = NULL; protected $collProductPrices = NULL; protected $collProductPricesPartial = NULL; protected $collSaleOffsetCurrencies = NULL; protected $collSaleOffsetCurrenciesPartial = NULL; protected $collCurrencyI18ns = NULL; protected $collCurrencyI18nsPartial = NULL; protected $alreadyInSave = FALSE; protected $currentLocale = 'en_US'; protected $currentTranslations = NULL; protected $ordersScheduledForDeletion = NULL; protected $cartsScheduledForDeletion = NULL; protected $productPricesScheduledForDeletion = NULL; protected $saleOffsetCurrenciesScheduledForDeletion = NULL; protected $currencyI18nsScheduledForDeletion = NULL; protected $dispatcher = NULL }, 'thelia.admin.edition.lang' => class Thelia\\Model\\Lang { protected $new = FALSE; protected $deleted = FALSE; protected $modifiedColumns = array (); protected $virtualColumns = array (); protected $id = 2; protected $title = 'English'; protected $code = 'en'; protected $locale = 'en_US'; protected $url = ''; protected $date_format = 'm-d-Y'; protected $time_format = 'h:i:s'; protected $datetime_format = 'm-d-Y h:i:s'; protected $decimal_separator = '.'; protected $thousands_separator = ' '; protected $decimals = '2'; protected $by_default = 1; protected $position = NULL; protected $created_at = class DateTime { public $date = '2015-04-16 20:36:04'; public $timezone_type = 3; public $timezone = 'Europe/Helsinki' }; protected $updated_at = class DateTime { public $date = '2015-04-16 20:36:04'; public $timezone_type = 3; public $timezone = 'Europe/Helsinki' }; protected $collOrders = NULL; protected $collOrdersPartial = NULL; protected $alreadyInSave = FALSE; protected $ordersScheduledForDeletion = NULL; protected $dispatcher = NULL }, 'thelia.admin.edition.currency' => class Thelia\\Model\\Currency { protected $new = FALSE; protected $deleted = FALSE; protected $modifiedColumns = array (); protected $virtualColumns = array (); protected $id = 1; protected $code = 'EUR'; protected $symbol = '\xe2\x82\xac'; protected $rate = 1; protected $position = 1; protected $by_default = 1; protected $created_at = class DateTime { public $date = '2015-04-16 20:36:05'; public $timezone_type = 3; public $timezone = 'Europe/Helsinki' }; protected $updated_at = class DateTime { public $date = '2015-04-16 20:3
[Thu Apr 16 20:37:37.810612 2015] [:error] [pid 3475] [client 127.0.0.1:57907] PHP   6. Thelia\\Core\\TheliaHttpKernel->handle($request = class Thelia\\Core\\HttpFoundation\\Request { public $attributes = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = array ('_controller' => 'Thelia\\\\Controller\\\\Admin\\\\AdminController::indexAction', 'not-logged' => '1', '_route' => 'admin', '_route_params' => array ('not-logged' => '1')) }; public $request = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = array () }; public $query = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = array () }; public $server = class Symfony\\Component\\HttpFoundation\\ServerBag { protected $parameters = array ('HTTP_AUTHORIZATION' => '', 'HTTP_HOST' => 'localhost', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8', 'HTTP_USER_AGENT' => 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/41.0.2272.76 Chrome/41.0.2272.76 Safari/537.36', 'HTTP_REFERER' => 'http://localhost/thelia/web/install/end.php', 'HTTP_ACCEPT_ENCODING' => 'gzip, deflate, sdch', 'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.8', 'HTTP_COOKIE' => 'PHPSESSID=a3rr858shucmkbp43fr686bqb7', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin', 'SERVER_SIGNATURE' => '<address>Apache/2.4.7 (Ubuntu) Server at localhost Port 80</address>\\n', 'SERVER_SOFTWARE' => 'Apache/2.4.7 (Ubuntu)', 'SERVER_NAME' => 'localhost', 'SERVER_ADDR' => '127.0.0.1', 'SERVER_PORT' => '80', 'REMOTE_ADDR' => '127.0.0.1', 'DOCUMENT_ROOT' => '/var/www/html', 'REQUEST_SCHEME' => 'http', 'CONTEXT_PREFIX' => '', 'CONTEXT_DOCUMENT_ROOT' => '/var/www/html', 'SERVER_ADMIN' => 'webmaster@localhost', 'SCRIPT_FILENAME' => '/var/www/html/thelia/web/index.php', 'REMOTE_PORT' => '57907', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => '', 'REQUEST_URI' => '/thelia/web/index.php/admin', 'SCRIPT_NAME' => '/thelia/web/index.php', 'PATH_INFO' => '/admin', 'PATH_TRANSLATED' => '/var/www/html/admin', 'PHP_SELF' => '/thelia/web/index.php/admin', 'REQUEST_TIME_FLOAT' => 1429205796.43, 'REQUEST_TIME' => 1429205796) }; public $files = class Symfony\\Component\\HttpFoundation\\FileBag { protected $parameters = array () }; public $cookies = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = array ('PHPSESSID' => 'a3rr858shucmkbp43fr686bqb7') }; public $headers = class Symfony\\Component\\HttpFoundation\\HeaderBag { protected $headers = array ('authorization' => array (0 => ''), 'host' => array (0 => 'localhost'), 'connection' => array (0 => 'keep-alive'), 'accept' => array (0 => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8'), 'user-agent' => array (0 => 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/41.0.2272.76 Chrome/41.0.2272.76 Safari/537.36'), 'referer' => array (0 => 'http://localhost/thelia/web/install/end.php'), 'accept-encoding' => array (0 => 'gzip, deflate, sdch'), 'accept-language' => array (0 => 'en-US,en;q=0.8'), 'cookie' => array (0 => 'PHPSESSID=a3rr858shucmkbp43fr686bqb7')); protected $cacheControl = array () }; protected $content = NULL; protected $languages = NULL; protected $charsets = NULL; protected $acceptableContentTypes = NULL; protected $pathInfo = '/admin'; protected $requestUri = '/thelia/web/index.php/admin'; protected $baseUrl = '/thelia/web/index.php'; protected $basePath = NULL; protected $method = 'GET'; protected $format = NULL; protected $session = class Thelia\\Core\\HttpFoundation\\Session\\Session { protected $storage = class Symfony\\Component\\HttpFoundation\\Session\\Storage\\NativeSessionStorage { protected $bags = array ('attributes' => class Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag { private $name = 'attributes'; private $storageKey = '_sf2_attributes'; protected $attributes = array ('thelia.current.lang' => class Thelia\\Model\\Lang { protected $new = FALSE; protected $deleted = FALSE; protected $modifiedColumns = array (); protected $virtualColumns = array (); protected $id = 2; protected $title = 'English'; protected $code = 'en'; protected $locale = 'en_US'; protected $url = ''; protected $date_format = 'm-d-Y'; protected $time_format = 'h:i:s'; protected $datetime_format = 'm-d-Y h:i:s'; protected $decimal_separator = '.'; protected $thousands_separator = ' '; protected $decimals = '2'; protected $by_default = 1; protected $position = NULL; protected $created_at = class DateTime { public $date = '2015-04-16 20:36:04'; public $timezone_type = 3; public $timezone = 'Europe/Helsinki' }; protected $updated_at = class DateTime { public $date = '2015-04-16 20:36:04'; public $timezone_type = 3; public $timezone = 'Europe/Helsinki' }; protected $collOrders = NULL; protected $collOrdersPartial = NULL; protected $alreadyInSave = FALSE; protected $ordersScheduledForDeletion = NULL; protected $dispatcher = NULL }, 'thelia.current.currency' => class Thelia\\Model\\Currency { protected $new = FALSE; protected $deleted = FALSE; protected $modifiedColumns = array (); protected $virtualColumns = array (); protected $id = 1; protected $code = 'EUR'; protected $symbol = '\xe2\x82\xac'; protected $rate = 1; protected $position = 1; protected $by_default = 1; protected $created_at = class DateTime { public $date = '2015-04-16 20:36:05'; public $timezone_type = 3; public $timezone = 'Europe/Helsinki' }; protected $updated_at = class DateTime { public $date = '2015-04-16 20:36:05'; public $timezone_type = 3; public $timezone = 'Europe/Helsinki' }; protected $collOrders = NULL; protected $collOrdersPartial = NULL; protected $collCarts = NULL; protected $collCartsPartial = NULL; protected $collProductPrices = NULL; protected $collProductPricesPartial = NULL; protected $collSaleOffsetCurrencies = NULL; protected $collSaleOffsetCurrenciesPartial = NULL; protected $collCurrencyI18ns = NULL; protected $collCurrencyI18nsPartial = NULL; protected $alreadyInSave = FALSE; protected $currentLocale = 'en_US'; protected $currentTranslations = NULL; protected $ordersScheduledForDeletion = NULL; protected $cartsScheduledForDeletion = NULL; protected $productPricesScheduledForDeletion = NULL; protected $saleOffsetCurrenciesScheduledForDeletion = NULL; protected $currencyI18nsScheduledForDeletion = NULL; protected $dispatcher = NULL }, 'thelia.admin.edition.lang' => class Thelia\\Model\\Lang { protected $new = FALSE; protected $deleted = FALSE; protected $modifiedColumns = array (); protected $virtualColumns = array (); protected $id = 2; protected $title = 'English'; protected $code = 'en'; protected $locale = 'en_US'; protected $url = ''; protected $date_format = 'm-d-Y'; protected $time_format = 'h:i:s'; protected $datetime_format = 'm-d-Y h:i:s'; protected $decimal_separator = '.'; protected $thousands_separator = ' '; protected $decimals = '2'; protected $by_default = 1; protected $position = NULL; protected $created_at = class DateTime { public $date = '2015-04-16 20:36:04'; public $timezone_type = 3; public $timezone = 'Europe/Helsinki' }; protected $updated_at = class DateTime { public $date = '2015-04-16 20:36:04'; public $timezone_type = 3; public $timezone = 'Europe/Helsinki' }; protected $collOrders = NULL; protected $collOrdersPartial = NULL; protected $alreadyInSave = FALSE; protected $ordersScheduledForDeletion = NULL; protected $dispatcher = NULL }, 'thelia.admin.edition.currency' => class Thelia\\Model\\Currency { protected $new = FALSE; protected $deleted = FALSE; protected $modifiedColumns = array (); protected $virtualColumns = array (); protected $id = 1; protected $code = 'EUR'; protected $symbol = '\xe2\x82\xac'; protected $rate = 1; protected $position = 1; protected $by_default = 1; protected $created_at = class DateTime { public $date = '2015-04-16 20:36:05'; public $timezone_type = 3; public $timezone = 'Europe/Helsinki' }; protected $updated_at = class DateTime { public $date = '2015-04-16 20:36:05'; pub
[Thu Apr 16 20:37:37.810775 2015] [:error] [pid 3475] [client 127.0.0.1:57907] PHP   7. Symfony\\Component\\HttpKernel\\HttpKernel->handle($request = class Thelia\\Core\\HttpFoundation\\Request { public $attributes = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = array ('_controller' => 'Thelia\\\\Controller\\\\Admin\\\\AdminController::indexAction', 'not-logged' => '1', '_route' => 'admin', '_route_params' => array ('not-logged' => '1')) }; public $request = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = array () }; public $query = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = array () }; public $server = class Symfony\\Component\\HttpFoundation\\ServerBag { protected $parameters = array ('HTTP_AUTHORIZATION' => '', 'HTTP_HOST' => 'localhost', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8', 'HTTP_USER_AGENT' => 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/41.0.2272.76 Chrome/41.0.2272.76 Safari/537.36', 'HTTP_REFERER' => 'http://localhost/thelia/web/install/end.php', 'HTTP_ACCEPT_ENCODING' => 'gzip, deflate, sdch', 'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.8', 'HTTP_COOKIE' => 'PHPSESSID=a3rr858shucmkbp43fr686bqb7', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin', 'SERVER_SIGNATURE' => '<address>Apache/2.4.7 (Ubuntu) Server at localhost Port 80</address>\\n', 'SERVER_SOFTWARE' => 'Apache/2.4.7 (Ubuntu)', 'SERVER_NAME' => 'localhost', 'SERVER_ADDR' => '127.0.0.1', 'SERVER_PORT' => '80', 'REMOTE_ADDR' => '127.0.0.1', 'DOCUMENT_ROOT' => '/var/www/html', 'REQUEST_SCHEME' => 'http', 'CONTEXT_PREFIX' => '', 'CONTEXT_DOCUMENT_ROOT' => '/var/www/html', 'SERVER_ADMIN' => 'webmaster@localhost', 'SCRIPT_FILENAME' => '/var/www/html/thelia/web/index.php', 'REMOTE_PORT' => '57907', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => '', 'REQUEST_URI' => '/thelia/web/index.php/admin', 'SCRIPT_NAME' => '/thelia/web/index.php', 'PATH_INFO' => '/admin', 'PATH_TRANSLATED' => '/var/www/html/admin', 'PHP_SELF' => '/thelia/web/index.php/admin', 'REQUEST_TIME_FLOAT' => 1429205796.43, 'REQUEST_TIME' => 1429205796) }; public $files = class Symfony\\Component\\HttpFoundation\\FileBag { protected $parameters = array () }; public $cookies = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = array ('PHPSESSID' => 'a3rr858shucmkbp43fr686bqb7') }; public $headers = class Symfony\\Component\\HttpFoundation\\HeaderBag { protected $headers = array ('authorization' => array (0 => ''), 'host' => array (0 => 'localhost'), 'connection' => array (0 => 'keep-alive'), 'accept' => array (0 => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8'), 'user-agent' => array (0 => 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/41.0.2272.76 Chrome/41.0.2272.76 Safari/537.36'), 'referer' => array (0 => 'http://localhost/thelia/web/install/end.php'), 'accept-encoding' => array (0 => 'gzip, deflate, sdch'), 'accept-language' => array (0 => 'en-US,en;q=0.8'), 'cookie' => array (0 => 'PHPSESSID=a3rr858shucmkbp43fr686bqb7')); protected $cacheControl = array () }; protected $content = NULL; protected $languages = NULL; protected $charsets = NULL; protected $acceptableContentTypes = NULL; protected $pathInfo = '/admin'; protected $requestUri = '/thelia/web/index.php/admin'; protected $baseUrl = '/thelia/web/index.php'; protected $basePath = NULL; protected $method = 'GET'; protected $format = NULL; protected $session = class Thelia\\Core\\HttpFoundation\\Session\\Session { protected $storage = class Symfony\\Component\\HttpFoundation\\Session\\Storage\\NativeSessionStorage { protected $bags = array ('attributes' => class Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag { private $name = 'attributes'; private $storageKey = '_sf2_attributes'; protected $attributes = array ('thelia.current.lang' => class Thelia\\Model\\Lang { protected $new = FALSE; protected $deleted = FALSE; protected $modifiedColumns = array (); protected $virtualColumns = array (); protected $id = 2; protected $title = 'English'; protected $code = 'en'; protected $locale = 'en_US'; protected $url = ''; protected $date_format = 'm-d-Y'; protected $time_format = 'h:i:s'; protected $datetime_format = 'm-d-Y h:i:s'; protected $decimal_separator = '.'; protected $thousands_separator = ' '; protected $decimals = '2'; protected $by_default = 1; protected $position = NULL; protected $created_at = class DateTime { public $date = '2015-04-16 20:36:04'; public $timezone_type = 3; public $timezone = 'Europe/Helsinki' }; protected $updated_at = class DateTime { public $date = '2015-04-16 20:36:04'; public $timezone_type = 3; public $timezone = 'Europe/Helsinki' }; protected $collOrders = NULL; protected $collOrdersPartial = NULL; protected $alreadyInSave = FALSE; protected $ordersScheduledForDeletion = NULL; protected $dispatcher = NULL }, 'thelia.current.currency' => class Thelia\\Model\\Currency { protected $new = FALSE; protected $deleted = FALSE; protected $modifiedColumns = array (); protected $virtualColumns = array (); protected $id = 1; protected $code = 'EUR'; protected $symbol = '\xe2\x82\xac'; protected $rate = 1; protected $position = 1; protected $by_default = 1; protected $created_at = class DateTime { public $date = '2015-04-16 20:36:05'; public $timezone_type = 3; public $timezone = 'Europe/Helsinki' }; protected $updated_at = class DateTime { public $date = '2015-04-16 20:36:05'; public $timezone_type = 3; public $timezone = 'Europe/Helsinki' }; protected $collOrders = NULL; protected $collOrdersPartial = NULL; protected $collCarts = NULL; protected $collCartsPartial = NULL; protected $collProductPrices = NULL; protected $collProductPricesPartial = NULL; protected $collSaleOffsetCurrencies = NULL; protected $collSaleOffsetCurrenciesPartial = NULL; protected $collCurrencyI18ns = NULL; protected $collCurrencyI18nsPartial = NULL; protected $alreadyInSave = FALSE; protected $currentLocale = 'en_US'; protected $currentTranslations = NULL; protected $ordersScheduledForDeletion = NULL; protected $cartsScheduledForDeletion = NULL; protected $productPricesScheduledForDeletion = NULL; protected $saleOffsetCurrenciesScheduledForDeletion = NULL; protected $currencyI18nsScheduledForDeletion = NULL; protected $dispatcher = NULL }, 'thelia.admin.edition.lang' => class Thelia\\Model\\Lang { protected $new = FALSE; protected $deleted = FALSE; protected $modifiedColumns = array (); protected $virtualColumns = array (); protected $id = 2; protected $title = 'English'; protected $code = 'en'; protected $locale = 'en_US'; protected $url = ''; protected $date_format = 'm-d-Y'; protected $time_format = 'h:i:s'; protected $datetime_format = 'm-d-Y h:i:s'; protected $decimal_separator = '.'; protected $thousands_separator = ' '; protected $decimals = '2'; protected $by_default = 1; protected $position = NULL; protected $created_at = class DateTime { public $date = '2015-04-16 20:36:04'; public $timezone_type = 3; public $timezone = 'Europe/Helsinki' }; protected $updated_at = class DateTime { public $date = '2015-04-16 20:36:04'; public $timezone_type = 3; public $timezone = 'Europe/Helsinki' }; protected $collOrders = NULL; protected $collOrdersPartial = NULL; protected $alreadyInSave = FALSE; protected $ordersScheduledForDeletion = NULL; protected $dispatcher = NULL }, 'thelia.admin.edition.currency' => class Thelia\\Model\\Currency { protected $new = FALSE; protected $deleted = FALSE; protected $modifiedColumns = array (); protected $virtualColumns = array (); protected $id = 1; protected $code = 'EUR'; protected $symbol = '\xe2\x82\xac'; protected $rate = 1; protected $position = 1; protected $by_default = 1; protected $created_at = class DateTime { public $date = '2015-04-16 20:36:05'; public $timezone_type = 3; public $timezone = 'Europe/Helsinki' }; protected $updated_at = class DateTime { public $date = '2015-04-16 20
[Thu Apr 16 20:37:37.810938 2015] [:error] [pid 3475] [client 127.0.0.1:57907] PHP   8. Symfony\\Component\\HttpKernel\\HttpKernel->handleRaw($request = class Thelia\\Core\\HttpFoundation\\Request { public $attributes = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = array ('_controller' => 'Thelia\\\\Controller\\\\Admin\\\\AdminController::indexAction', 'not-logged' => '1', '_route' => 'admin', '_route_params' => array ('not-logged' => '1')) }; public $request = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = array () }; public $query = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = array () }; public $server = class Symfony\\Component\\HttpFoundation\\ServerBag { protected $parameters = array ('HTTP_AUTHORIZATION' => '', 'HTTP_HOST' => 'localhost', 'HTTP_CONNECTION' => 'keep-alive', 'HTTP_ACCEPT' => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8', 'HTTP_USER_AGENT' => 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/41.0.2272.76 Chrome/41.0.2272.76 Safari/537.36', 'HTTP_REFERER' => 'http://localhost/thelia/web/install/end.php', 'HTTP_ACCEPT_ENCODING' => 'gzip, deflate, sdch', 'HTTP_ACCEPT_LANGUAGE' => 'en-US,en;q=0.8', 'HTTP_COOKIE' => 'PHPSESSID=a3rr858shucmkbp43fr686bqb7', 'PATH' => '/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin', 'SERVER_SIGNATURE' => '<address>Apache/2.4.7 (Ubuntu) Server at localhost Port 80</address>\\n', 'SERVER_SOFTWARE' => 'Apache/2.4.7 (Ubuntu)', 'SERVER_NAME' => 'localhost', 'SERVER_ADDR' => '127.0.0.1', 'SERVER_PORT' => '80', 'REMOTE_ADDR' => '127.0.0.1', 'DOCUMENT_ROOT' => '/var/www/html', 'REQUEST_SCHEME' => 'http', 'CONTEXT_PREFIX' => '', 'CONTEXT_DOCUMENT_ROOT' => '/var/www/html', 'SERVER_ADMIN' => 'webmaster@localhost', 'SCRIPT_FILENAME' => '/var/www/html/thelia/web/index.php', 'REMOTE_PORT' => '57907', 'GATEWAY_INTERFACE' => 'CGI/1.1', 'SERVER_PROTOCOL' => 'HTTP/1.1', 'REQUEST_METHOD' => 'GET', 'QUERY_STRING' => '', 'REQUEST_URI' => '/thelia/web/index.php/admin', 'SCRIPT_NAME' => '/thelia/web/index.php', 'PATH_INFO' => '/admin', 'PATH_TRANSLATED' => '/var/www/html/admin', 'PHP_SELF' => '/thelia/web/index.php/admin', 'REQUEST_TIME_FLOAT' => 1429205796.43, 'REQUEST_TIME' => 1429205796) }; public $files = class Symfony\\Component\\HttpFoundation\\FileBag { protected $parameters = array () }; public $cookies = class Symfony\\Component\\HttpFoundation\\ParameterBag { protected $parameters = array ('PHPSESSID' => 'a3rr858shucmkbp43fr686bqb7') }; public $headers = class Symfony\\Component\\HttpFoundation\\HeaderBag { protected $headers = array ('authorization' => array (0 => ''), 'host' => array (0 => 'localhost'), 'connection' => array (0 => 'keep-alive'), 'accept' => array (0 => 'text/html,application/xhtml+xml,application/xml;q=0.9,image/webp,*/*;q=0.8'), 'user-agent' => array (0 => 'Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Ubuntu Chromium/41.0.2272.76 Chrome/41.0.2272.76 Safari/537.36'), 'referer' => array (0 => 'http://localhost/thelia/web/install/end.php'), 'accept-encoding' => array (0 => 'gzip, deflate, sdch'), 'accept-language' => array (0 => 'en-US,en;q=0.8'), 'cookie' => array (0 => 'PHPSESSID=a3rr858shucmkbp43fr686bqb7')); protected $cacheControl = array () }; protected $content = NULL; protected $languages = NULL; protected $charsets = NULL; protected $acceptableContentTypes = NULL; protected $pathInfo = '/admin'; protected $requestUri = '/thelia/web/index.php/admin'; protected $baseUrl = '/thelia/web/index.php'; protected $basePath = NULL; protected $method = 'GET'; protected $format = NULL; protected $session = class Thelia\\Core\\HttpFoundation\\Session\\Session { protected $storage = class Symfony\\Component\\HttpFoundation\\Session\\Storage\\NativeSessionStorage { protected $bags = array ('attributes' => class Symfony\\Component\\HttpFoundation\\Session\\Attribute\\AttributeBag { private $name = 'attributes'; private $storageKey = '_sf2_attributes'; protected $attributes = array ('thelia.current.lang' => class Thelia\\Model\\Lang { protected $new = FALSE; protected $deleted = FALSE; protected $modifiedColumns = array (); protected $virtualColumns = array (); protected $id = 2; protected $title = 'English'; protected $code = 'en'; protected $locale = 'en_US'; protected $url = ''; protected $date_format = 'm-d-Y'; protected $time_format = 'h:i:s'; protected $datetime_format = 'm-d-Y h:i:s'; protected $decimal_separator = '.'; protected $thousands_separator = ' '; protected $decimals = '2'; protected $by_default = 1; protected $position = NULL; protected $created_at = class DateTime { public $date = '2015-04-16 20:36:04'; public $timezone_type = 3; public $timezone = 'Europe/Helsinki' }; protected $updated_at = class DateTime { public $date = '2015-04-16 20:36:04'; public $timezone_type = 3; public $timezone = 'Europe/Helsinki' }; protected $collOrders = NULL; protected $collOrdersPartial = NULL; protected $alreadyInSave = FALSE; protected $ordersScheduledForDeletion = NULL; protected $dispatcher = NULL }, 'thelia.current.currency' => class Thelia\\Model\\Currency { protected $new = FALSE; protected $deleted = FALSE; protected $modifiedColumns = array (); protected $virtualColumns = array (); protected $id = 1; protected $code = 'EUR'; protected $symbol = '\xe2\x82\xac'; protected $rate = 1; protected $position = 1; protected $by_default = 1; protected $created_at = class DateTime { public $date = '2015-04-16 20:36:05'; public $timezone_type = 3; public $timezone = 'Europe/Helsinki' }; protected $updated_at = class DateTime { public $date = '2015-04-16 20:36:05'; public $timezone_type = 3; public $timezone = 'Europe/Helsinki' }; protected $collOrders = NULL; protected $collOrdersPartial = NULL; protected $collCarts = NULL; protected $collCartsPartial = NULL; protected $collProductPrices = NULL; protected $collProductPricesPartial = NULL; protected $collSaleOffsetCurrencies = NULL; protected $collSaleOffsetCurrenciesPartial = NULL; protected $collCurrencyI18ns = NULL; protected $collCurrencyI18nsPartial = NULL; protected $alreadyInSave = FALSE; protected $currentLocale = 'en_US'; protected $currentTranslations = NULL; protected $ordersScheduledForDeletion = NULL; protected $cartsScheduledForDeletion = NULL; protected $productPricesScheduledForDeletion = NULL; protected $saleOffsetCurrenciesScheduledForDeletion = NULL; protected $currencyI18nsScheduledForDeletion = NULL; protected $dispatcher = NULL }, 'thelia.admin.edition.lang' => class Thelia\\Model\\Lang { protected $new = FALSE; protected $deleted = FALSE; protected $modifiedColumns = array (); protected $virtualColumns = array (); protected $id = 2; protected $title = 'English'; protected $code = 'en'; protected $locale = 'en_US'; protected $url = ''; protected $date_format = 'm-d-Y'; protected $time_format = 'h:i:s'; protected $datetime_format = 'm-d-Y h:i:s'; protected $decimal_separator = '.'; protected $thousands_separator = ' '; protected $decimals = '2'; protected $by_default = 1; protected $position = NULL; protected $created_at = class DateTime { public $date = '2015-04-16 20:36:04'; public $timezone_type = 3; public $timezone = 'Europe/Helsinki' }; protected $updated_at = class DateTime { public $date = '2015-04-16 20:36:04'; public $timezone_type = 3; public $timezone = 'Europe/Helsinki' }; protected $collOrders = NULL; protected $collOrdersPartial = NULL; protected $alreadyInSave = FALSE; protected $ordersScheduledForDeletion = NULL; protected $dispatcher = NULL }, 'thelia.admin.edition.currency' => class Thelia\\Model\\Currency { protected $new = FALSE; protected $deleted = FALSE; protected $modifiedColumns = array (); protected $virtualColumns = array (); protected $id = 1; protected $code = 'EUR'; protected $symbol = '\xe2\x82\xac'; protected $rate = 1; protected $position = 1; protected $by_default = 1; protected $created_at = class DateTime { public $date = '2015-04-16 20:36:05'; public $timezone_type = 3; public $timezone = 'Europe/Helsinki' }; protected $updated_at = class DateTime { public $date = '2015-04-16
[Thu Apr 16 20:37:48.081775 2015] [:error] [pid 3475] [client 127.0.0.1:57907] PHP   9. call_user_func_array(array (0 => class Thelia\\Controller\\Admin\\AdminController { protected $currentRouter = 'router.admin'; protected $tokenProvider = NULL; protected $translator = NULL; protected $useFallbackTemplate = FALSE; protected $container = class CoreProdProjectContainer { protected $parameterBag = NULL; protected $services = array ('kernel' => class Thelia\\Core\\Thelia { protected $bundles = array ('TheliaBundle' => class Thelia\\Core\\Bundle\\TheliaBundle { protected $name = 'TheliaBundle'; protected $reflected = class ReflectionObject { public $name = 'Thelia\\\\Core\\\\Bundle\\\\TheliaBundle' }; protected $extension = FALSE; protected $container = ... }); protected $bundleMap = array ('TheliaBundle' => array (0 => class Thelia\\Core\\Bundle\\TheliaBundle { protected $name = 'TheliaBundle'; protected $reflected = class ReflectionObject { public $name = 'Thelia\\\\Core\\\\Bundle\\\\TheliaBundle' }; protected $extension = FALSE; protected $container = ... })); protected $container = ...; protected $rootDir = '/var/www/html/thelia/core/lib/Thelia/Core'; protected $environment = 'prod'; protected $debug = FALSE; protected $booted = TRUE; protected $name = 'Core'; protected $startTime = NULL; protected $loadClassCache = NULL }, 'event_dispatcher' => class Symfony\\Component\\EventDispatcher\\ContainerAwareEventDispatcher { private $container = ...; private $listenerIds = array ('kernel.response' => array (0 => array (0 => 'esi_listener', 1 => 'onKernelResponse', 2 => 0), 1 => array (0 => 'response.listener', 1 => 'beforeResponse', 2 => 128)), 'thelia_kernel.session' => array (0 => array (0 => 'session.listener', 1 => 'prodSession', 2 => 0), 1 => array (0 => 'session.listener', 1 => 'testSession', 2 => 128)), 'kernel.controller' => array (0 => array (0 => 'controller.listener', 1 => 'adminFirewall', 2 => 128), 1 => array (0 => 'controller.listener', 1 => 'apiFirewall', 2 => 128)), 'kernel.exception' => array (0 => array (0 => 'error.listener', 1 => 'handleException', 2 => 0), 1 => array (0 => 'error.listener', 1 => 'authenticationException', 2 => 100), 2 => array (0 => 'thelia.action.httpexception', 1 => 'checkHttpException', 2 => 128), 3 => array (0 => 'thelia.action.redirectexception', 1 => 'checkRedirectException', 2 => 128)), 'thelia_kernel.handle_error' => array (0 => array (0 => 'error.listener', 1 => 'defaultErrorFallback', 2 => 0)), 'kernel.request' => array (0 => array (0 => 'validators.translator', 1 => 'registerValidatorTranslator', 2 => 128), 1 => array (0 => 'validators.translator', 1 => 'rememberMeLoader', 2 => 128), 2 => array (0 => 'validators.translator', 1 => 'jsonBody', 2 => 128), 3 => array (0 => 'listener.router', 1 => 'onKernelRequest', 2 => 32)), 'kernel.terminate' => array (0 => array (0 => 'validators.translator', 1 => 'registerPreviousUrl', 2 => 128)), 'thelia.module.toggleActivation' => array (0 => array (0 => 'thelia.action.module', 1 => 'checkToggleActivation', 2 => 255), 1 => array (0 => 'thelia.action.module', 1 => 'toggleActivation', 2 => 128), 2 => array (0 => 'thelia.action.modulehook', 1 => 'toggleModuleActivation', 2 => 64)), 'thelia.module.action.updatePosition' => array (0 => array (0 => 'thelia.action.module', 1 => 'updatePosition', 2 => 128)), 'thelia.module.delete' => array (0 => array (0 => 'thelia.action.module', 1 => 'delete', 2 => 128), 1 => array (0 => 'thelia.action.modulehook', 1 => 'deleteModule', 2 => 64)), 'thelia.module.update' => array (0 => array (0 => 'thelia.action.module', 1 => 'update', 2 => 128)), 'thelia.module.install' => array (0 => array (0 => 'thelia.action.module', 1 => 'install', 2 => 128)), 'thelia.module.pay' => array (0 => array (0 => 'thelia.action.module', 1 => 'pay', 2 => 128)), 'thelia.hook.action.create' => array (0 => array (0 => 'thelia.action.hook', 1 => 'create', 2 => 128)), 'thelia.hook.action.update' => array (0 => array (0 => 'thelia.action.hook', 1 => 'update', 2 => 128), 1 => array (0 => 'thelia.action.modulehook', 1 => 'updateHook', 2 => 64)), 'thelia.hook.action.delete' => array (0 => array (0 => 'thelia.action.hook', 1 => 'delete', 2 => 128)), 'thelia.hook.action.toggleActivation' => array (0 => array (0 => 'thelia.action.hook', 1 => 'toggleActivation', 2 => 128), 1 => array (0 => 'thelia.action.modulehook', 1 => 'toggleHookActivation', 2 => 64)), 'thelia.hook.action.toggleNative' => array (0 => array (0 => 'thelia.action.hook', 1 => 'toggleNative', 2 => 128)), 'thelia.hook.action.createAll' => array (0 => array (0 => 'thelia.action.hook', 1 => 'createAll', 2 => 128)), 'thelia.hook.action.deactivation' => array (0 => array (0 => 'thelia.action.hook', 1 => 'deactivation', 2 => 128)), 'thelia.moduleHook.action.create' => array (0 => array (0 => 'thelia.action.modulehook', 1 => 'createModuleHook', 2 => 128)), 'thelia.moduleHook.action.update' => array (0 => array (0 => 'thelia.action.modulehook', 1 => 'updateModuleHook', 2 => 128)), 'thelia.moduleHook.action.delete' => array (0 => array (0 => 'thelia.action.modulehook', 1 => 'deleteModuleHook', 2 => 128)), 'thelia.moduleHook.action.updatePosition' => array (0 => array (0 => 'thelia.action.modulehook', 1 => 'updateModuleHookPosition', 2 => 128)), 'thelia.moduleHook.action.toggleActivation' => array (0 => array (0 => 'thelia.action.modulehook', 1 => 'toggleModuleHookActivation', 2 => 128)), 'action.order.setDeliveryAddress' => array (0 => array (0 => 'thelia.action.order', 1 => 'setDeliveryAddress', 2 => 128)), 'action.order.setDeliveryModule' => array (0 => array (0 => 'thelia.action.order', 1 => 'setDeliveryModule', 2 => 128)), 'action.order.setPostage' => array (0 => array (0 => 'thelia.action.order', 1 => 'setPostage', 2 => 128), 1 => array (0 => 'thelia.action.coupon', 1 => 'testFreePostage', 2 => 132)), 'action.order.setInvoiceAddress' => array (0 => array (0 => 'thelia.action.order', 1 => 'setInvoiceAddress', 2 => 128)), 'action.order.setPaymentModule' => array (0 => array (0 => 'thelia.action.order', 1 => 'setPaymentModule', 2 => 128)), 'action.order.pay' => array (0 => array (0 => 'thelia.action.order', 1 => 'create', 2 => 128)), 'action.order.cartClear' => array (0 => array (0 => 'thelia.action.order', 1 => 'orderCartClear', 2 => 128)), 'action.order.beforePayment' => array (0 => array (0 => 'thelia.action.order', 1 => 'orderBeforePayment', 2 => 128), 1 => array (0 => 'thelia.action.coupon', 1 => 'afterOrder', 2 => 128)), 'action.order.sendOrderConfirmationEmail' => array (0 => array (0 => 'thelia.action.order', 1 => 'sendConfirmationEmail', 2 => 128)), 'action.order.sendOrderNotificationEmail' => array (0 => array (0 => 'thelia.action.order', 1 => 'sendNotificationEmail', 2 => 128)), 'action.order.updateStatus' => array (0 => array (0 => 'thelia.action.order', 1 => 'updateStatus', 2 => 128)), 'action.order.updateDeliveryRef' => array (0 => array (0 => 'thelia.action.order', 1 => 'updateDeliveryRef', 2 => 128)), 'action.order.updateAddress' => array (0 => array (0 => 'thelia.action.order', 1 => 'updateAddress', 2 => 128)), 'action.order.createManual' => array (0 => array (0 => 'thelia.action.order', 1 => 'createManual', 2 => 128)), 'action.create_coupon' => array (0 => array (0 => 'thelia.action.coupon', 1 => 'create', 2 => 128)), 'action.update_coupon' => array (0 => array (0 => 'thelia.action.coupon', 1 => 'update', 2 => 128)), 'action.delete_coupon' => array (0 => array (0 => 'thelia.action.coupon', 1 => 'delete', 2 => 128)), 'action.consume_coupon' => array (0 => array (0 => 'thelia.action.coupon', 1 => 'consume', 2 => 128)), 'action.clear_all_coupon' => array (0 => array (0 => 'thelia.action.coupon', 1 => 'clearAllCoupons', 2 => 128)), 'action.update_coupon_condition' => array (0 => array (0 => 'thelia.action.coupon', 1 => 'updateCondition', 2 => 128)), 'action.addArticle' => array (0 => array (0 => 'thelia.action.coupon', 1 => 'updateOrderDiscount', 2 => 10), 1 => array (0 => 'thelia.action.cart', 1 => 'addItem', 2 => 128)), 'action.updateArticle' => array (0 => array (0 => 'thelia.action.coupon', 1 => 'updateOrderDiscount', 2 => 10), 1 => array (0 => 'thelia.action.cart', 1 => 'changeItem', 2
[Thu Apr 16 20:37:48.110321 2015] [:error] [pid 3475] [client 127.0.0.1:57907] PHP  10. Thelia\\Controller\\Admin\\AdminController->indexAction() /var/www/html/thelia/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpKernel.php:117, referer: http://localhost/thelia/web/install/end.php
[Thu Apr 16 20:37:48.110341 2015] [:error] [pid 3475] [client 127.0.0.1:57907] PHP  11. Thelia\\Controller\\Admin\\BaseAdminController->render($templateName = 'home', $args = *uninitialized*, $status = *uninitialized*) /var/www/html/thelia/core/lib/Thelia/Controller/Admin/AdminController.php:19, referer: http://localhost/thelia/web/install/end.php
[Thu Apr 16 20:37:48.110349 2015] [:error] [pid 3475] [client 127.0.0.1:57907] PHP  12. Thelia\\Controller\\Admin\\BaseAdminController->renderRaw($templateName = 'home', $args = array (), $templateDir = *uninitialized*) /var/www/html/thelia/core/lib/Thelia/Controller/Admin/BaseAdminController.php:320, referer: http://localhost/thelia/web/install/end.php
[Thu Apr 16 20:37:48.110365 2015] [:error] [pid 3475] [client 127.0.0.1:57907] PHP  13. TheliaSmarty\\Template\\SmartyParser->render($realTemplateName = 'home.html', $parameters = array ('locale' => 'en_US', 'lang_code' => 'en', 'lang_id' => 2, 'edit_language_id' => 2, 'edit_language_locale' => 'en_US', 'edit_currency_id' => 1, 'current_url' => 'http://localhost/thelia/web/index.php/admin'), $compressOutput = *uninitialized*) /var/www/html/thelia/core/lib/Thelia/Controller/Admin/BaseAdminController.php:373, referer: http://localhost/thelia/web/install/end.php
[Thu Apr 16 20:37:48.110378 2015] [:error] [pid 3475] [client 127.0.0.1:57907] PHP  14. TheliaSmarty\\Template\\SmartyParser->internalRenderer($resourceType = 'file', $resourceContent = 'home.html', $parameters = array ('locale' => 'en_US', 'lang_code' => 'en', 'lang_id' => 2, 'edit_language_id' => 2, 'edit_language_locale' => 'en_US', 'edit_currency_id' => 1, 'current_url' => 'http://localhost/thelia/web/index.php/admin'), $compressOutput = TRUE) /var/www/html/thelia/local/modules/TheliaSmarty/Template/SmartyParser.php:389, referer: http://localhost/thelia/web/install/end.php
[Thu Apr 16 20:37:48.110387 2015] [:error] [pid 3475] [client 127.0.0.1:57907] PHP  15. Smarty_Internal_TemplateBase->fetch($template = 'file:home.html', $cache_id = *uninitialized*, $compile_id = *uninitialized*, $parent = *uninitialized*, $display = *uninitialized*, $merge_tpl_vars = *uninitialized*, $no_output_filter = *uninitialized*) /var/www/html/thelia/local/modules/TheliaSmarty/Template/SmartyParser.php:365, referer: http://localhost/thelia/web/install/end.php
[Thu Apr 16 20:38:56.737994 2015] [core:notice] [pid 1348] AH00051: child pid 3475 exit signal Segmentation fault (11), possible coredump in /etc/apache2
[Thu Apr 16 20:40:57.851208 2015] [core:notice] [pid 1348] AH00051: child pid 3476 exit signal Segmentation fault (11), possible coredump in /etc/apache2

Last edited by Kibele (16-04-2015 19:05:22)

Offline


Finally,

I have just found that this error does not occur when I disable xdebug, occurs when I enable! I don't know what it means...

In Debian like systems, you can enable/disable php modules by:

sudo php5enmod xdebug
sudo php5dismod xdebug

and you need to restart apache2:

sudo service apache2 restart

Should I report this to Thelia development issues, or to Propel development issues?

Sincerely...