- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我想部署 symfony2 应用程序。在 localhost 上运行完美,唯一的区别是我的 web 目录在 public_html 中,但是当我在我的产品服务器上安装时,在注册一些用户后,异常被抛出。看起来反序列化无法解码,我的实体“0:{}”:
ContextErrorException: Warning: Erroneous data format for unserializing 'CodeCats\PanelBundle\Entity\User' in /home/progress/domains/progress-checker.pl/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php line 869
in /home/progress/domains/progress-checker.pl/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php line 869
at ErrorHandler->handle('2', 'Erroneous data format for unserializing 'CodeCats\PanelBundle\Entity\User'', '/home/progress/domains/progress-checker.pl/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php', '869', array())
at unserialize('O:32:"CodeCats\PanelBundle\Entity\User":0:{}') in /home/progress/domains/progress-checker.pl/vendor/doctrine/orm/lib/Doctrine/ORM/Mapping/ClassMetadataInfo.php line 869
at ClassMetadataInfo->newInstance() in /home/progress/domains/progress-checker.pl/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php line 2444
at UnitOfWork->newInstance(object(ClassMetadata)) in /home/progress/domains/progress-checker.pl/vendor/doctrine/orm/lib/Doctrine/ORM/UnitOfWork.php line 2546
at UnitOfWork->createEntity('CodeCats\PanelBundle\Entity\User', array('id' => '1', 'username' => 'tomek11', 'email' => 'tomek11@gmail.com', 'password' => '2f5e325c351294588e238389d1cc86a39a0c58f2', 'grade' => 'USER', 'avatar_id' => null, 'companyEmail_id' => null), array()) in /home/progress/domains/progress-checker.pl/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/SimpleObjectHydrator.php line 132
at SimpleObjectHydrator->hydrateRowData(array('id1' => '1', 'username2' => 'tomek11', 'email3' => 'tomek11@gmail.com', 'password4' => '2f5e325c351294588e238389d1cc86a39a0c58f2', 'grade5' => 'USER', 'avatar_id6' => null, 'companyEmail_id7' => null), array('id1' => array('name' => 'id', 'type' => 'integer'), 'username2' => array('name' => 'username', 'type' => 'string'), 'email3' => array('name' => 'email', 'type' => 'string'), 'password4' => array('name' => 'password', 'type' => 'string'), 'grade5' => array('name' => 'grade', 'type' => 'string'), 'avatar_id6' => array('name' => 'avatar_id', 'type' => 'integer'), 'companyEmail_id7' => array('name' => 'companyEmail_id', 'type' => 'integer')), array()) in /home/progress/domains/progress-checker.pl/vendor/doctrine/orm/lib/Doctrine/ORM/Internal/Hydration/SimpleObjectHydrator.php line 48
附加信息:打开了神奇的 gpc。
更新我的 check.php 结果:
** Mandatory requirements **
OK PHP version must be at least 5.3.3 (5.4.29 installed)
OK PHP version must not be 5.3.16 as Symfony won't work properly with it
OK Vendor libraries must be installed
OK app/cache/ directory must be writable
OK app/logs/ directory must be writable
OK date.timezone setting must be set
OK Configured default timezone "Europe/Warsaw" must be supported by your installation of PHP
OK json_encode() must be available
OK session_start() must be available
OK ctype_alpha() must be available
OK token_get_all() must be available
OK simplexml_import_dom() must be available
OK detect_unicode must be disabled in php.ini
OK PCRE extension must be available
** Optional recommendations **
OK Requirements file should be up-to-date
OK You should use at least PHP 5.3.4 due to PHP bug #52083 in earlier versions
OK When using annotations you should have at least PHP 5.3.8 due to PHP bug #55156
OK You should not use PHP 5.4.0 due to the PHP bug #61453
OK When using the logout handler from the Symfony Security Component, you should have at least PHP 5.4.11 due to PHP bug #63379 (as a workaround, you can also set invalidate_session to false in the security logout handler configuration)
OK You should use PHP 5.3.18+ or PHP 5.4.8+ to always get nice error messages for fatal errors in the development environment due to PHP bug #61767/#60909
OK PCRE extension should be at least version 8.0 (8.32 installed)
OK PHP-XML module should be installed
OK mb_strlen() should be available
OK iconv() should be available
OK utf8_decode() should be available
WARNING posix_isatty() should be available
Install and enable the php_posix extension (used to colorize the CLI output).
OK intl extension should be available
OK intl extension should be correctly configured
OK intl ICU version should be at least 4+
WARNING a PHP accelerator should be installed
Install and enable a PHP accelerator like APC (highly recommended).
WARNING short_open_tag should be disabled in php.ini
Set short_open_tag to off in php.ini*.
OK magic_quotes_gpc should be disabled in php.ini
OK register_globals should be disabled in php.ini
OK session.auto_start should be disabled in php.ini
OK PDO should be installed
OK PDO should have some drivers installed (currently available: mysql, pgsql, sqlite)
最佳答案
好的,这是问题所在(以及可能的解决方案):
关于php - symfony2 : ContextErrorException on production server "Erroneous data format for unserializing",我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/24596813/
这是我的代码: template > class Container= std::vector> class stack { public: Container cont;
我一直在互联网上寻找解决此问题的方法,但找不到任何我能理解的内容。我正在做一个教程并复制老师输入的所有内容,所以我只是在学习..但是当我这样做时,它一直给我这个错误。因为我是新手,所以我不知道这到底意
在过去的几天里,我一直试图让它运行。我有一个需要 x264enc 的 gstreamer 命令。我正在运行 苹果机 我似乎无法安装 x264 开发库。我已安装 gst-plugins-bad但这无济于
我已经通过 RMarkdown 创建 PDF 报告几个月了,但是今天在新机器上安装 MikTex、R 以及 rmarkdown 和 tidyverse 软件包后,我在尝试编织 PDF 时收到以下错误消
我不确定这是否适合本网站,但我不确定还能在哪里问。几个月来我一直在使用 MS Visual Studio Professional 2017 为 Blender 插件构建 Python 代码,并且从一
我的办公 table 上有 2 台机器连接到同一个 IP 网络。我正在尝试将应用程序从一台机器连接到另一台机器上的 postgres 数据库。起初,带有应用程序的主机给我 PSQLException:
我有一个需要“rtspclientsink”的 gstreamer 命令,我得到的错误是: WARNING: erroneous pipeline: no element "rtspclientsin
我正在使用 bison+flex 来解析文件。出错时调用 yyerror()。如何获取违反规则的行号或字符串,并打印错误信息? 最佳答案 行号很简单:yylineno 是行号。在 .l 文件的顶部指定
我正在通过 https://docs.aws.amazon.com/kinesisvideostreams/latest/dg/gs-send-data.html 尝试 Kinesis 视频流我已经安
我无法使用 gstreamer 创建管道,我不知道如何进一步调试它。 gst-launch-1.0 --gst-debug=GST_CAPS:4 -v -e customsrc num-buffers
我进行导入并将列转换为其他数据类型。在导入期间,我检查是否可以将存储在列中的值转换为目标数据类型。如果没有,我会设置一个默认值,例如我将字符串转换为 int,当我无法转换字符串时,我插入 -1。 此时
方法 doRequest() 根据第 135 行的类名确定对象的类型。这种做法可能会导致意外行为或允许攻击者注入(inject)恶意类。 这是我的代码: if(request.getClass().g
我正在运行 gstreamer 命令,使用以下命令从终端播放 mp3: gst-launch-1.0 -v filesrc location=/home/user/songs/song.mp3 !疯狂
我一直在 Caffe 中解决单标签回归问题。输入包含 5 个 hdf5 文件,这些文件是我使用不同图像独立生成的。我首先使用单个 hdf5 文件测试我的网络,并使用大约 800 个训练图像(批量大小
尝试获取设备的最后位置 public class MainActivity extends AppCompatActivity implements GoogleApiClient.Connectio
我的 git 状态日志中不断 pop 一个文件。它看起来像是偶然创建的,但在尝试使用“rm name_of_file”时出现以下错误: rm: cannot remove `name_of_file'
我运行的是 Ubuntu 17.10,并且我刚刚将 Android Studio 从版本 3.0.1 更新到了 3.1。这是 Help -> About 中的版本信息: Android Studio
我的反射配置如下: meta = MetaData() meta.reflect(bind=db.engine, schema='web') Base = automap_base(metadata=
问题 我试图通过组合来自三个不同 OCR 系统(tesseract、cuneinform、ocrad)的输出来改进 OCR 过程的结果。我已经进行了图像预处理(歪斜校正、去 Blob 处理、阈值处理等
我想部署 symfony2 应用程序。在 localhost 上运行完美,唯一的区别是我的 web 目录在 public_html 中,但是当我在我的产品服务器上安装时,在注册一些用户后,异常被抛出。
我是一名优秀的程序员,十分优秀!