Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

按你的教程建完了之后,出现错误 #8

Closed
garyme opened this issue Dec 20, 2018 · 12 comments
Closed

按你的教程建完了之后,出现错误 #8

garyme opened this issue Dec 20, 2018 · 12 comments

Comments

@garyme
Copy link

garyme commented Dec 20, 2018

Oops! An Error Occurred
The server returned a "500 Internal Server Error".
Something is broken. Please let us know what you were doing when this error occurred. We will fix it as soon as possible. Sorry for any inconvenience caused.
这个错误。。感觉没弄错哪一步啊 缓存也清理了 权限也给了

@garyme
Copy link
Author

garyme commented Dec 20, 2018

  1. 这里是parameters.yml配置文件内容

`parameters:

# 数据库配置,mysql建议使用5.7版本
database_host: 127.0.0.1
database_port: 3306
database_name: acgmoe
database_user: root
database_password: zhaohao0526

# redis配置,用于session,数据库缓存
redis_dsn: 'redis://localhost'

# 邮箱smtp配置,不配置则无法向用户发送验证、通知邮件
mailer_transport: smtp
mailer_host: ~
mailer_user: ~
mailer_password: ~

# 没有规律的32个左右的字符
secret: gkIsEeH5uhy8NFSIVPJr9AleMlzq0Muu

# 以下两项用于合并压缩js代码,必填
# 查看命令的执行路径: `which node`,`which uglifyjs`
# uglifyjs的安装命令 `npm install -g uglifyjs`

node_path: /usr/bin/node
uglifyjs2_path: /usr/bin/uglifyjs

# websocket地址,127.0.0.1为当前网站的域名或者ip,如果为htts,则需要在下面设置证书; 需确保3120端口可外网访问
socket_host: 'http://45.61.157.183:3120'

# websocket的证书,websocket为https时必填
socket_local_cert: ~
socket_local_pk: ~

# 内部推送地址,无需更改127.0.0.1,因为推送都在服务器上进行; 需确保3121端口可外网访问
socket_push_host: 'http://127.0.0.1:3121'

# 资源文件的cdn地址,或者直接用当前网站地址
assets_base_url: http://acgmoe.ml

# github登录配置,不填无法使用github登录
github_client_id: ~
github_client_secret: ~
github_redirect_url: ~

# 百度翻译配置,可不填
baidu_trans.appid: ~
baidu_trans.key: ~

`

  1. Nginx配置
    `server
    {
    listen 80;
    server_name acgmoe.ml www.acgmoe.ml;
    index app.php;
    root /www/wwwroot/acgmoe.ml/vmoex-framework/web;

    #SSL-START SSL相关配置,请勿删除或修改下一行带注释的404规则
    #error_page 404/404.html;
    #SSL-END

    #ERROR-PAGE-START 错误页配置,可以注释、删除或修改
    error_page 404 /404.html;
    error_page 502 /502.html;
    #ERROR-PAGE-END

    #PHP-INFO-START PHP引用配置,可以注释或修改
    include enable-php-72.conf;
    #PHP-INFO-END

    #REWRITE-START URL重写规则引用,修改后将导致面板设置的伪静态规则失效
    include /www/server/panel/vhost/rewrite/acgmoe.ml.conf;
    #REWRITE-END

    #禁止访问的文件或目录
    location ~ ^/(.user.ini|.htaccess|.git|.svn|.project|LICENSE|README.md)
    {
    return 404;
    }

    #一键申请SSL证书验证目录相关设置
    location ~ .well-known{
    allow all;
    }

    location ~ .*.(gif|jpg|jpeg|png|bmp|swf)$
    {
    expires 30d;
    error_log off;
    access_log /dev/null;
    }

    location ~ .*.(js|css)?$
    {
    expires 12h;
    error_log off;
    access_log /dev/null;
    }
    access_log /www/wwwlogs/acgmoe.ml.log;
    error_log /www/wwwlogs/acgmoe.ml.error.log;
    }`

@garyme
Copy link
Author

garyme commented Dec 20, 2018

运行环境:
1.MySQL 5.5
2.PHP-7.2
3.Redis 5.0.0
4.Nginx 1.14.2

@jjsty1e
Copy link
Member

jjsty1e commented Dec 20, 2018

你好,请把 网站目录下 var/logs/prod-2018-12-20.log 这个日志贴过来

@garyme
Copy link
Author

garyme commented Dec 20, 2018

[2018-12-20 05:09:03] assetic.ERROR: The template "SecurityBundle:Collector:security.html.twig" contains an error: Unknown "profiler_dump" function in "SecurityBundle:Collector:security.html.twig" at line 116. [] [] [2018-12-20 05:09:03] assetic.ERROR: The template "DoctrineBundle:Collector:db.html.twig" contains an error: Unknown "profiler_dump" function in "DoctrineBundle:Collector:db.html.twig" at line 243. [] [] [2018-12-20 05:17:19] assetic.ERROR: The template "SecurityBundle:Collector:security.html.twig" contains an error: Unknown "profiler_dump" function in "SecurityBundle:Collector:security.html.twig" at line 116. [] [] [2018-12-20 05:17:19] assetic.ERROR: The template "DoctrineBundle:Collector:db.html.twig" contains an error: Unknown "profiler_dump" function in "DoctrineBundle:Collector:db.html.twig" at line 243. [] [] [2018-12-20 05:17:37] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"Yeskn\\MainBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"http://acgmoe.ml/","method":"GET"} [] [2018-12-20 05:17:37] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2018-12-20 05:17:37] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist")." at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig line 26 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist\"). at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig:26, Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:53, Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:106, PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:104)"} [] [2018-12-20 05:17:39] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"Yeskn\\MainBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"http://acgmoe.ml/","method":"GET"} [] [2018-12-20 05:17:39] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2018-12-20 05:17:40] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist")." at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig line 26 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist\"). at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig:26, Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:53, Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:106, PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:104)"} [] [2018-12-20 05:17:41] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"Yeskn\\MainBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"http://acgmoe.ml/","method":"GET"} [] [2018-12-20 05:17:41] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2018-12-20 05:17:41] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist")." at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig line 26 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist\"). at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig:26, Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:53, Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:106, PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:104)"} [] [2018-12-20 05:17:42] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"Yeskn\\MainBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"http://acgmoe.ml/","method":"GET"} [] [2018-12-20 05:17:42] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2018-12-20 05:17:42] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist")." at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig line 26 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist\"). at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig:26, Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:53, Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:106, PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:104)"} [] [2018-12-20 05:17:44] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"Yeskn\\MainBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"http://acgmoe.ml/","method":"GET"} [] [2018-12-20 05:17:44] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2018-12-20 05:17:44] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist")." at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig line 26 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist\"). at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig:26, Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:53, Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:106, PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:104)"} [] [2018-12-20 05:17:45] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"Yeskn\\MainBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"http://acgmoe.ml/","method":"GET"} [] [2018-12-20 05:17:45] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2018-12-20 05:17:45] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist")." at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig line 26 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist\"). at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig:26, Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:53, Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:106, PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:104)"} [] [2018-12-20 05:17:49] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"Yeskn\\MainBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"http://acgmoe.ml/","method":"GET"} [] [2018-12-20 05:17:49] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2018-12-20 05:17:49] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist")." at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig line 26 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist\"). at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig:26, Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:53, Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:106, PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:104)"} [] [2018-12-20 05:17:53] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"Yeskn\\MainBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"http://acgmoe.ml/","method":"GET"} [] [2018-12-20 05:17:53] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2018-12-20 05:17:53] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist")." at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig line 26 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist\"). at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig:26, Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:53, Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:106, PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:104)"} [] [2018-12-20 05:22:51] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"Yeskn\\MainBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"http://acgmoe.ml/","method":"GET"} [] [2018-12-20 05:22:51] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2018-12-20 05:22:51] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist")." at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig line 26 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist\"). at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig:26, Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:53, Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:106, PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:104)"} [] [2018-12-20 05:22:54] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"Yeskn\\MainBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"http://acgmoe.ml/","method":"GET"} [] [2018-12-20 05:22:54] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2018-12-20 05:22:54] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist")." at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig line 26 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist\"). at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig:26, Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:53, Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:106, PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:104)"} [] [2018-12-20 05:23:56] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"Yeskn\\MainBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"http://acgmoe.ml/","method":"GET"} [] [2018-12-20 05:23:56] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2018-12-20 05:23:56] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist")." at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig line 26 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist\"). at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig:26, Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:53, Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:106, PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:104)"} [] [2018-12-20 05:24:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"Yeskn\\MainBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"http://acgmoe.ml/","method":"GET"} [] [2018-12-20 05:24:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2018-12-20 05:24:00] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist")." at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig line 26 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist\"). at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig:26, Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:53, Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:106, PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:104)"} [] [2018-12-20 05:24:03] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"Yeskn\\MainBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"http://acgmoe.ml/","method":"GET"} [] [2018-12-20 05:24:03] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2018-12-20 05:24:03] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist")." at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig line 26 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist\"). at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig:26, Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:53, Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:106, PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:104)"} [] [2018-12-20 05:25:34] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"Yeskn\\MainBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"http://acgmoe.ml/","method":"GET"} [] [2018-12-20 05:25:34] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2018-12-20 05:25:35] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist")." at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig line 26 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist\"). at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig:26, Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:53, Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:106, PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:104)"} [] [2018-12-20 05:25:36] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"Yeskn\\MainBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"http://acgmoe.ml/","method":"GET"} [] [2018-12-20 05:25:36] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2018-12-20 05:25:36] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist")." at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig line 26 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist\"). at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig:26, Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:53, Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:106, PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:104)"} [] [2018-12-20 05:25:38] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"Yeskn\\MainBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"http://acgmoe.ml/","method":"GET"} [] [2018-12-20 05:25:38] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2018-12-20 05:25:38] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist")." at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig line 26 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist\"). at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig:26, Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:53, Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:106, PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:104)"} [] [2018-12-20 05:25:39] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"Yeskn\\MainBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"http://acgmoe.ml/","method":"GET"} [] [2018-12-20 05:25:39] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2018-12-20 05:25:39] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist")." at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig line 26 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist\"). at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig:26, Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:53, Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:106, PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:104)"} [] [2018-12-20 05:25:49] assetic.ERROR: The template "SecurityBundle:Collector:security.html.twig" contains an error: Unknown "profiler_dump" function in "SecurityBundle:Collector:security.html.twig" at line 116. [] [] [2018-12-20 05:25:49] assetic.ERROR: The template "DoctrineBundle:Collector:db.html.twig" contains an error: Unknown "profiler_dump" function in "DoctrineBundle:Collector:db.html.twig" at line 243. [] [] [2018-12-20 05:26:00] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"Yeskn\\MainBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"http://acgmoe.ml/","method":"GET"} [] [2018-12-20 05:26:00] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2018-12-20 05:26:00] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist")." at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig line 26 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist\"). at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig:26, Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:53, Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:106, PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:104)"} [] [2018-12-20 05:26:00] cache.WARNING: Failed to save key "%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%5D%5B1%5D" (array) {"key":"%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%5D%5B1%5D","type":"array","exception":"[object] (ErrorException(code: 0): file_put_contents(/www/wwwroot/acgmoe.ml/vmoex-framework/var/cache/prod/pools/dhPUJom2F-/5c1b27e8e01e83.53792393): failed to open stream: Permission denied at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php:87)"} [] [2018-12-20 05:26:00] cache.WARNING: Failed to save key "%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%23showAction%5D%5B1%5D" (array) {"key":"%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%23showAction%5D%5B1%5D","type":"array","exception":"[object] (ErrorException(code: 0): file_put_contents(/www/wwwroot/acgmoe.ml/vmoex-framework/var/cache/prod/pools/dhPUJom2F-/5c1b27e8e01e83.53792393): failed to open stream: Permission denied at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php:87)"} [] [2018-12-20 05:26:03] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"Yeskn\\MainBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"http://acgmoe.ml/","method":"GET"} [] [2018-12-20 05:26:03] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2018-12-20 05:26:04] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist")." at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig line 26 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist\"). at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig:26, Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:53, Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:106, PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:104)"} [] [2018-12-20 05:26:04] cache.WARNING: Failed to save key "%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%5D%5B1%5D" (array) {"key":"%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%5D%5B1%5D","type":"array","exception":"[object] (ErrorException(code: 0): file_put_contents(/www/wwwroot/acgmoe.ml/vmoex-framework/var/cache/prod/pools/dhPUJom2F-/5c1b27ec15afc2.47639003): failed to open stream: Permission denied at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php:87)"} [] [2018-12-20 05:26:04] cache.WARNING: Failed to save key "%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%23showAction%5D%5B1%5D" (array) {"key":"%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%23showAction%5D%5B1%5D","type":"array","exception":"[object] (ErrorException(code: 0): file_put_contents(/www/wwwroot/acgmoe.ml/vmoex-framework/var/cache/prod/pools/dhPUJom2F-/5c1b27ec15afc2.47639003): failed to open stream: Permission denied at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php:87)"} [] [2018-12-20 05:26:07] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"Yeskn\\MainBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"http://www.acgmoe.ml/","method":"GET"} [] [2018-12-20 05:26:07] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2018-12-20 05:26:08] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist")." at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig line 26 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist\"). at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig:26, Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:53, Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:106, PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:104)"} [] [2018-12-20 05:26:08] cache.WARNING: Failed to save key "%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%5D%5B1%5D" (array) {"key":"%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%5D%5B1%5D","type":"array","exception":"[object] (ErrorException(code: 0): file_put_contents(/www/wwwroot/acgmoe.ml/vmoex-framework/var/cache/prod/pools/dhPUJom2F-/5c1b27f0156e64.75765593): failed to open stream: Permission denied at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php:87)"} [] [2018-12-20 05:26:08] cache.WARNING: Failed to save key "%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%23showAction%5D%5B1%5D" (array) {"key":"%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%23showAction%5D%5B1%5D","type":"array","exception":"[object] (ErrorException(code: 0): file_put_contents(/www/wwwroot/acgmoe.ml/vmoex-framework/var/cache/prod/pools/dhPUJom2F-/5c1b27f0156e64.75765593): failed to open stream: Permission denied at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php:87)"} [] [2018-12-20 05:27:01] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"Yeskn\\MainBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"http://acgmoe.ml/","method":"GET"} [] [2018-12-20 05:27:01] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2018-12-20 05:27:01] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist")." at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig line 26 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist\"). at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig:26, Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:53, Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:106, PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:104)"} [] [2018-12-20 05:27:01] cache.WARNING: Failed to save key "%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%5D%5B1%5D" (array) {"key":"%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%5D%5B1%5D","type":"array","exception":"[object] (ErrorException(code: 0): file_put_contents(/www/wwwroot/acgmoe.ml/vmoex-framework/var/cache/prod/pools/dhPUJom2F-/5c1b282557c142.23291455): failed to open stream: Permission denied at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php:87)"} [] [2018-12-20 05:27:01] cache.WARNING: Failed to save key "%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%23showAction%5D%5B1%5D" (array) {"key":"%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%23showAction%5D%5B1%5D","type":"array","exception":"[object] (ErrorException(code: 0): file_put_contents(/www/wwwroot/acgmoe.ml/vmoex-framework/var/cache/prod/pools/dhPUJom2F-/5c1b282557c142.23291455): failed to open stream: Permission denied at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php:87)"} [] [2018-12-20 05:27:03] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"Yeskn\\MainBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"http://acgmoe.ml/","method":"GET"} [] [2018-12-20 05:27:03] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2018-12-20 05:27:03] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist")." at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig line 26 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist\"). at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig:26, Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:53, Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:106, PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:104)"} [] [2018-12-20 05:27:03] cache.WARNING: Failed to save key "%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%5D%5B1%5D" (array) {"key":"%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%5D%5B1%5D","type":"array","exception":"[object] (ErrorException(code: 0): file_put_contents(/www/wwwroot/acgmoe.ml/vmoex-framework/var/cache/prod/pools/dhPUJom2F-/5c1b2827d69857.62559524): failed to open stream: Permission denied at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php:87)"} [] [2018-12-20 05:27:03] cache.WARNING: Failed to save key "%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%23showAction%5D%5B1%5D" (array) {"key":"%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%23showAction%5D%5B1%5D","type":"array","exception":"[object] (ErrorException(code: 0): file_put_contents(/www/wwwroot/acgmoe.ml/vmoex-framework/var/cache/prod/pools/dhPUJom2F-/5c1b2827d69857.62559524): failed to open stream: Permission denied at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php:87)"} [] [2018-12-20 05:27:57] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"Yeskn\\MainBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"http://acgmoe.ml/","method":"GET"} [] [2018-12-20 05:27:57] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2018-12-20 05:27:58] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist")." at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig line 26 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist\"). at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig:26, Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:53, Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:106, PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:104)"} [] [2018-12-20 05:27:58] cache.WARNING: Failed to save key "%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%5D%5B1%5D" (array) {"key":"%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%5D%5B1%5D","type":"array","exception":"[object] (ErrorException(code: 0): file_put_contents(/www/wwwroot/acgmoe.ml/vmoex-framework/var/cache/prod/pools/dhPUJom2F-/5c1b285e084034.26935880): failed to open stream: Permission denied at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php:87)"} [] [2018-12-20 05:27:58] cache.WARNING: Failed to save key "%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%23showAction%5D%5B1%5D" (array) {"key":"%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%23showAction%5D%5B1%5D","type":"array","exception":"[object] (ErrorException(code: 0): file_put_contents(/www/wwwroot/acgmoe.ml/vmoex-framework/var/cache/prod/pools/dhPUJom2F-/5c1b285e084034.26935880): failed to open stream: Permission denied at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php:87)"} [] [2018-12-20 05:30:09] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"Yeskn\\MainBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"http://acgmoe.ml/","method":"GET"} [] [2018-12-20 05:30:09] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2018-12-20 05:30:09] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist")." at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig line 26 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist\"). at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig:26, Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:53, Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:106, PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:104)"} [] [2018-12-20 05:30:09] cache.WARNING: Failed to save key "%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%5D%5B1%5D" (array) {"key":"%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%5D%5B1%5D","type":"array","exception":"[object] (ErrorException(code: 0): file_put_contents(/www/wwwroot/acgmoe.ml/vmoex-framework/var/cache/prod/pools/dhPUJom2F-/5c1b28e1342163.53450902): failed to open stream: Permission denied at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php:87)"} [] [2018-12-20 05:30:09] cache.WARNING: Failed to save key "%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%23showAction%5D%5B1%5D" (array) {"key":"%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%23showAction%5D%5B1%5D","type":"array","exception":"[object] (ErrorException(code: 0): file_put_contents(/www/wwwroot/acgmoe.ml/vmoex-framework/var/cache/prod/pools/dhPUJom2F-/5c1b28e1342163.53450902): failed to open stream: Permission denied at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php:87)"} [] [2018-12-20 05:30:11] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"Yeskn\\MainBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"http://acgmoe.ml/","method":"GET"} [] [2018-12-20 05:30:11] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2018-12-20 05:30:11] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist")." at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig line 26 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist\"). at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig:26, Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:53, Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:106, PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:104)"} [] [2018-12-20 05:30:11] cache.WARNING: Failed to save key "%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%5D%5B1%5D" (array) {"key":"%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%5D%5B1%5D","type":"array","exception":"[object] (ErrorException(code: 0): file_put_contents(/www/wwwroot/acgmoe.ml/vmoex-framework/var/cache/prod/pools/dhPUJom2F-/5c1b28e34f7900.03089447): failed to open stream: Permission denied at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php:87)"} [] [2018-12-20 05:30:11] cache.WARNING: Failed to save key "%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%23showAction%5D%5B1%5D" (array) {"key":"%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%23showAction%5D%5B1%5D","type":"array","exception":"[object] (ErrorException(code: 0): file_put_contents(/www/wwwroot/acgmoe.ml/vmoex-framework/var/cache/prod/pools/dhPUJom2F-/5c1b28e34f7900.03089447): failed to open stream: Permission denied at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php:87)"} [] [2018-12-20 05:35:38] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"Yeskn\\MainBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"http://www.acgmoe.ml/","method":"GET"} [] [2018-12-20 05:35:38] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2018-12-20 05:35:38] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist")." at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig line 26 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist\"). at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig:26, Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:53, Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:106, PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:104)"} [] [2018-12-20 05:35:38] cache.WARNING: Failed to save key "%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%5D%5B1%5D" (array) {"key":"%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%5D%5B1%5D","type":"array","exception":"[object] (ErrorException(code: 0): file_put_contents(/www/wwwroot/acgmoe.ml/vmoex-framework/var/cache/prod/pools/dhPUJom2F-/5c1b2a2a6b2753.04885602): failed to open stream: Permission denied at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php:87)"} [] [2018-12-20 05:35:38] cache.WARNING: Failed to save key "%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%23showAction%5D%5B1%5D" (array) {"key":"%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%23showAction%5D%5B1%5D","type":"array","exception":"[object] (ErrorException(code: 0): file_put_contents(/www/wwwroot/acgmoe.ml/vmoex-framework/var/cache/prod/pools/dhPUJom2F-/5c1b2a2a6b2753.04885602): failed to open stream: Permission denied at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php:87)"} [] [2018-12-20 05:41:40] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"Yeskn\\MainBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"http://acgmoe.ml/","method":"GET"} [] [2018-12-20 05:41:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2018-12-20 05:41:40] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist")." at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig line 26 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist\"). at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig:26, Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:53, Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:106, PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:104)"} [] [2018-12-20 05:41:40] cache.WARNING: Failed to save key "%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%5D%5B1%5D" (array) {"key":"%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%5D%5B1%5D","type":"array","exception":"[object] (ErrorException(code: 0): file_put_contents(/www/wwwroot/acgmoe.ml/vmoex-framework/var/cache/prod/pools/dhPUJom2F-/5c1b2b9489dd23.60724588): failed to open stream: Permission denied at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php:87)"} [] [2018-12-20 05:41:40] cache.WARNING: Failed to save key "%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%23showAction%5D%5B1%5D" (array) {"key":"%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%23showAction%5D%5B1%5D","type":"array","exception":"[object] (ErrorException(code: 0): file_put_contents(/www/wwwroot/acgmoe.ml/vmoex-framework/var/cache/prod/pools/dhPUJom2F-/5c1b2b9489dd23.60724588): failed to open stream: Permission denied at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php:87)"} [] [2018-12-20 05:41:43] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"Yeskn\\MainBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"http://acgmoe.ml/","method":"GET"} [] [2018-12-20 05:41:43] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2018-12-20 05:41:43] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist")." at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig line 26 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist\"). at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig:26, Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:53, Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:106, PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:104)"} [] [2018-12-20 05:41:43] cache.WARNING: Failed to save key "%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%5D%5B1%5D" (array) {"key":"%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%5D%5B1%5D","type":"array","exception":"[object] (ErrorException(code: 0): file_put_contents(/www/wwwroot/acgmoe.ml/vmoex-framework/var/cache/prod/pools/dhPUJom2F-/5c1b2b97cbdb13.82878533): failed to open stream: Permission denied at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php:87)"} [] [2018-12-20 05:41:43] cache.WARNING: Failed to save key "%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%23showAction%5D%5B1%5D" (array) {"key":"%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%23showAction%5D%5B1%5D","type":"array","exception":"[object] (ErrorException(code: 0): file_put_contents(/www/wwwroot/acgmoe.ml/vmoex-framework/var/cache/prod/pools/dhPUJom2F-/5c1b2b97cbdb13.82878533): failed to open stream: Permission denied at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php:87)"} [] [2018-12-20 06:08:25] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"Yeskn\\MainBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"http://acgmoe.ml/","method":"GET"} [] [2018-12-20 06:08:25] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2018-12-20 06:08:26] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist")." at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig line 26 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist\"). at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig:26, Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:53, Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:106, PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:104)"} [] [2018-12-20 06:08:26] cache.WARNING: Failed to save key "%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%5D%5B1%5D" (array) {"key":"%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%5D%5B1%5D","type":"array","exception":"[object] (ErrorException(code: 0): file_put_contents(/www/wwwroot/acgmoe.ml/vmoex-framework/var/cache/prod/pools/dhPUJom2F-/5c1b31dabdf3f9.91195404): failed to open stream: Permission denied at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php:87)"} [] [2018-12-20 06:08:26] cache.WARNING: Failed to save key "%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%23showAction%5D%5B1%5D" (array) {"key":"%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%23showAction%5D%5B1%5D","type":"array","exception":"[object] (ErrorException(code: 0): file_put_contents(/www/wwwroot/acgmoe.ml/vmoex-framework/var/cache/prod/pools/dhPUJom2F-/5c1b31dabdf3f9.91195404): failed to open stream: Permission denied at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php:87)"} [] [2018-12-20 06:10:48] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"Yeskn\\MainBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"http://acgmoe.ml/","method":"GET"} [] [2018-12-20 06:10:48] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2018-12-20 06:10:48] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist")." at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig line 26 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist\"). at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig:26, Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:53, Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:106, PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:104)"} [] [2018-12-20 06:10:48] cache.WARNING: Failed to save key "%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%5D%5B1%5D" (array) {"key":"%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%5D%5B1%5D","type":"array","exception":"[object] (ErrorException(code: 0): file_put_contents(/www/wwwroot/acgmoe.ml/vmoex-framework/var/cache/prod/pools/dhPUJom2F-/5c1b32689503f8.55043944): failed to open stream: Permission denied at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php:87)"} [] [2018-12-20 06:10:48] cache.WARNING: Failed to save key "%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%23showAction%5D%5B1%5D" (array) {"key":"%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%23showAction%5D%5B1%5D","type":"array","exception":"[object] (ErrorException(code: 0): file_put_contents(/www/wwwroot/acgmoe.ml/vmoex-framework/var/cache/prod/pools/dhPUJom2F-/5c1b32689503f8.55043944): failed to open stream: Permission denied at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php:87)"} [] [2018-12-20 06:10:50] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"Yeskn\\MainBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"http://acgmoe.ml/","method":"GET"} [] [2018-12-20 06:10:50] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2018-12-20 06:10:50] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist")." at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig line 26 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist\"). at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig:26, Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:53, Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:106, PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:104)"} [] [2018-12-20 06:10:50] cache.WARNING: Failed to save key "%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%5D%5B1%5D" (array) {"key":"%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%5D%5B1%5D","type":"array","exception":"[object] (ErrorException(code: 0): file_put_contents(/www/wwwroot/acgmoe.ml/vmoex-framework/var/cache/prod/pools/dhPUJom2F-/5c1b326a3461f7.14493088): failed to open stream: Permission denied at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php:87)"} [] [2018-12-20 06:10:50] cache.WARNING: Failed to save key "%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%23showAction%5D%5B1%5D" (array) {"key":"%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%23showAction%5D%5B1%5D","type":"array","exception":"[object] (ErrorException(code: 0): file_put_contents(/www/wwwroot/acgmoe.ml/vmoex-framework/var/cache/prod/pools/dhPUJom2F-/5c1b326a3461f7.14493088): failed to open stream: Permission denied at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php:87)"} [] [2018-12-20 07:07:42] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"Yeskn\\MainBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"http://acgmoe.ml/","method":"GET"} [] [2018-12-20 07:07:43] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2018-12-20 07:07:57] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist")." at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig line 26 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist\"). at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig:26, Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:53, Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:106, PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:104)"} [] [2018-12-20 07:07:58] cache.WARNING: Failed to save key "%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%5D%5B1%5D" (array) {"key":"%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%5D%5B1%5D","type":"array","exception":"[object] (ErrorException(code: 0): file_put_contents(/www/wwwroot/acgmoe.ml/vmoex-framework/var/cache/prod/pools/dhPUJom2F-/5c1b3fce0aa317.37307453): failed to open stream: Permission denied at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php:87)"} [] [2018-12-20 07:07:58] cache.WARNING: Failed to save key "%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%23showAction%5D%5B1%5D" (array) {"key":"%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%23showAction%5D%5B1%5D","type":"array","exception":"[object] (ErrorException(code: 0): file_put_contents(/www/wwwroot/acgmoe.ml/vmoex-framework/var/cache/prod/pools/dhPUJom2F-/5c1b3fce0aa317.37307453): failed to open stream: Permission denied at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php:87)"} [] [2018-12-20 08:41:26] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"Yeskn\\MainBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"http://acgmoe.ml/","method":"GET"} [] [2018-12-20 08:41:26] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2018-12-20 08:41:28] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist")." at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig line 26 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist\"). at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig:26, Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:53, Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:106, PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:104)"} [] [2018-12-20 08:41:28] cache.WARNING: Failed to save key "%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%5D%5B1%5D" (array) {"key":"%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%5D%5B1%5D","type":"array","exception":"[object] (ErrorException(code: 0): file_put_contents(/www/wwwroot/acgmoe.ml/vmoex-framework/var/cache/prod/pools/dhPUJom2F-/5c1b55b87e9d92.84535000): failed to open stream: Permission denied at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php:87)"} [] [2018-12-20 08:41:28] cache.WARNING: Failed to save key "%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%23showAction%5D%5B1%5D" (array) {"key":"%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%23showAction%5D%5B1%5D","type":"array","exception":"[object] (ErrorException(code: 0): file_put_contents(/www/wwwroot/acgmoe.ml/vmoex-framework/var/cache/prod/pools/dhPUJom2F-/5c1b55b87e9d92.84535000): failed to open stream: Permission denied at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php:87)"} [] [2018-12-20 08:41:40] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"Yeskn\\MainBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"http://acgmoe.ml/","method":"GET"} [] [2018-12-20 08:41:40] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2018-12-20 08:41:41] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist")." at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig line 26 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist\"). at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig:26, Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:53, Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:106, PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:104)"} [] [2018-12-20 08:41:41] cache.WARNING: Failed to save key "%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%5D%5B1%5D" (array) {"key":"%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%5D%5B1%5D","type":"array","exception":"[object] (ErrorException(code: 0): file_put_contents(/www/wwwroot/acgmoe.ml/vmoex-framework/var/cache/prod/pools/dhPUJom2F-/5c1b55c509cb86.39944798): failed to open stream: Permission denied at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php:87)"} [] [2018-12-20 08:41:41] cache.WARNING: Failed to save key "%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%23showAction%5D%5B1%5D" (array) {"key":"%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%23showAction%5D%5B1%5D","type":"array","exception":"[object] (ErrorException(code: 0): file_put_contents(/www/wwwroot/acgmoe.ml/vmoex-framework/var/cache/prod/pools/dhPUJom2F-/5c1b55c509cb86.39944798): failed to open stream: Permission denied at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php:87)"} [] [2018-12-20 08:41:56] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"Yeskn\\MainBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"http://acgmoe.ml/","method":"GET"} [] [2018-12-20 08:41:56] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2018-12-20 08:41:56] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist")." at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig line 26 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist\"). at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig:26, Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:53, Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:106, PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:104)"} [] [2018-12-20 08:41:56] cache.WARNING: Failed to save key "%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%5D%5B1%5D" (array) {"key":"%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%5D%5B1%5D","type":"array","exception":"[object] (ErrorException(code: 0): file_put_contents(/www/wwwroot/acgmoe.ml/vmoex-framework/var/cache/prod/pools/dhPUJom2F-/5c1b55d42a2a57.83496985): failed to open stream: Permission denied at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php:87)"} [] [2018-12-20 08:41:56] cache.WARNING: Failed to save key "%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%23showAction%5D%5B1%5D" (array) {"key":"%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%23showAction%5D%5B1%5D","type":"array","exception":"[object] (ErrorException(code: 0): file_put_contents(/www/wwwroot/acgmoe.ml/vmoex-framework/var/cache/prod/pools/dhPUJom2F-/5c1b55d42a2a57.83496985): failed to open stream: Permission denied at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php:87)"} [] [2018-12-20 08:42:16] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"Yeskn\\MainBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"http://acgmoe.ml/","method":"GET"} [] [2018-12-20 08:42:16] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2018-12-20 08:42:16] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist")." at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig line 26 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist\"). at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig:26, Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:53, Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:106, PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:104)"} [] [2018-12-20 08:42:16] cache.WARNING: Failed to save key "%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%5D%5B1%5D" (array) {"key":"%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%5D%5B1%5D","type":"array","exception":"[object] (ErrorException(code: 0): file_put_contents(/www/wwwroot/acgmoe.ml/vmoex-framework/var/cache/prod/pools/dhPUJom2F-/5c1b55e8ea8d87.54885229): failed to open stream: Permission denied at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php:87)"} [] [2018-12-20 08:42:16] cache.WARNING: Failed to save key "%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%23showAction%5D%5B1%5D" (array) {"key":"%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%23showAction%5D%5B1%5D","type":"array","exception":"[object] (ErrorException(code: 0): file_put_contents(/www/wwwroot/acgmoe.ml/vmoex-framework/var/cache/prod/pools/dhPUJom2F-/5c1b55e8ea8d87.54885229): failed to open stream: Permission denied at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php:87)"} [] [2018-12-20 08:42:30] request.INFO: Matched route "homepage". {"route":"homepage","route_parameters":{"_controller":"Yeskn\\MainBundle\\Controller\\DefaultController::indexAction","_route":"homepage"},"request_uri":"http://acgmoe.ml/","method":"GET"} [] [2018-12-20 08:42:30] security.INFO: Populated the TokenStorage with an anonymous Token. [] [] [2018-12-20 08:42:30] request.CRITICAL: Uncaught PHP Exception Twig_Error_Runtime: "An exception has been thrown during the rendering of a template ("An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0': SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist")." at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig line 26 {"exception":"[object] (Twig_Error_Runtime(code: 0): An exception has been thrown during the rendering of a template (\"An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist\"). at /www/wwwroot/acgmoe.ml/vmoex-framework/src/Yeskn/MainBundle/Resources/views/nav.html.twig:26, Doctrine\\DBAL\\Exception\\TableNotFoundException(code: 0): An exception occurred while executing 'SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3 FROM options t0':\n\nSQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/AbstractMySQLDriver.php:53, Doctrine\\DBAL\\Driver\\PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:106, PDOException(code: 42S02): SQLSTATE[42S02]: Base table or view not found: 1146 Table 'acgmoe.options' doesn't exist at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/doctrine/dbal/lib/Doctrine/DBAL/Driver/PDOConnection.php:104)"} [] [2018-12-20 08:42:30] cache.WARNING: Failed to save key "%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%5D%5B1%5D" (array) {"key":"%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%5D%5B1%5D","type":"array","exception":"[object] (ErrorException(code: 0): file_put_contents(/www/wwwroot/acgmoe.ml/vmoex-framework/var/cache/prod/pools/dhPUJom2F-/5c1b55f63a5cd3.09194109): failed to open stream: Permission denied at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php:87)"} [] [2018-12-20 08:42:30] cache.WARNING: Failed to save key "%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%23showAction%5D%5B1%5D" (array) {"key":"%5BSymfony%5CBundle%5CTwigBundle%5CController%5CExceptionController%23showAction%5D%5B1%5D","type":"array","exception":"[object] (ErrorException(code: 0): file_put_contents(/www/wwwroot/acgmoe.ml/vmoex-framework/var/cache/prod/pools/dhPUJom2F-/5c1b55f63a5cd3.09194109): failed to open stream: Permission denied at /www/wwwroot/acgmoe.ml/vmoex-framework/vendor/symfony/symfony/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php:87)"} []

@garyme
Copy link
Author

garyme commented Dec 20, 2018

不好意思有点长 忘了截取一下了。。

@garyme
Copy link
Author

garyme commented Dec 20, 2018

看样子好像是我数据库的问题和文件权限问题,我改一下试试

@jjsty1e
Copy link
Member

jjsty1e commented Dec 20, 2018

看了一下,你可能还需要执行如下命令:

chown -R [webuser] var
php bin/console doctrine:database:init

提示:webuser是你的web进程的用户

@garyme
Copy link
Author

garyme commented Dec 20, 2018

错怪你了,之前在别的站看的
#如果你安装的是Mysql 5.5版本数据库,需要先替换下源码的数据库文件,使用命令:
wget https://www.moerats.com/usr/down/vmoex_sql -O var/data/vmoex.sql
这个sql里面少了个options表,所以导致报错。
-- ---------------------------- -- Table structure for options`


DROP TABLE IF EXISTS options;
CREATE TABLE options (
id int(11) NOT NULL AUTO_INCREMENT,
name varchar(255) COLLATE utf8_unicode_ci NOT NULL,
value varchar(255) COLLATE utf8_unicode_ci NOT NULL,
PRIMARY KEY (id),
UNIQUE KEY UNIQ_D035FA875E237E06 (name)
) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8 COLLATE=utf8_unicode_ci;


-- Records of options


BEGIN;
INSERT INTO options VALUES ('1', 'siteLogo', '/assets/images/logo.png'), ('2', 'siteSince', '2018-10-09'), ('3', 'siteVersion', 'beta'), ('4', 'siteAnnounce', '1');
COMMIT;`

@garyme
Copy link
Author

garyme commented Dec 20, 2018

现在已经能正常运行了,多谢!

@jjsty1e
Copy link
Member

jjsty1e commented Dec 20, 2018

不客气~😄

@jjsty1e jjsty1e closed this as completed Dec 20, 2018
@awanganddong
Copy link

@Jaggle 有联系方式吗,方便直接请教你,对symfony这个框架第一次接触

@jjsty1e
Copy link
Member

jjsty1e commented Feb 14, 2019

@IsAlone 可以发送你的微信号到我的邮箱 singviy@gmail.com

@YesknStudio YesknStudio locked as resolved and limited conversation to collaborators Feb 14, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants