【发布时间】:2015-06-11 07:43:55
【问题描述】:
我正在使用 TYPO3 7.2 版设置一个门户网站。我在 Red Hat 4.8.2-16 机器上成功安装了 this article 之后的 TYPO3。一切正常,我创建了一些页面,直到由于某种原因页面树不再显示任何内容。所以现在后端看起来像这样http://goo.gl/3p0uQn
我的浏览器调试控制台只返回这个错误:
TypeError: TYPO3ViewportInstance.DebugConsole is null backend.php:79:5
但我不知道这是否与空页面树有关。 这发生在 Firefox、Chrome 和 IE 上,所以我猜它与浏览器无关。 另外,我是以管理员身份登录的,所以这不应该是由于访问权限错误。
有人知道那里发生了什么吗?
更新: TYPO3 日志给了我一些 PHP 警告
Core: Error handler (BE): PHP Warning: Cannot modify header information - headers already sent in /var/www/typo3_src-7.2.0/typo3/sysext/core/Classes/Http/AjaxRequestHandler.php line 255
Core: Error handler (BE): PHP Warning: Cannot modify header information - headers already sent in /var/www/typo3_src-7.2.0/typo3/sysext/core/Classes/Http/AjaxRequestHandler.php line 250
Core: Error handler (BE): PHP Warning: Cannot modify header information - headers already sent in /var/www/typo3_src-7.2.0/typo3/sysext/core/Classes/Core/Bootstrap.php line 1193
Core: Error handler (BE): PHP Warning: Cannot modify header information - headers already sent in /var/www/typo3_src-7.2.0/typo3/sysext/core/Classes/Authentication/AbstractUserAuthentication.php line 439
Core: Error handler (BE): PHP Warning: Cannot modify header information - headers already sent in /var/www/typo3_src-7.2.0/typo3/sysext/core/Classes/Authentication/AbstractUserAuthentication.php line 438
Core: Error handler (BE): PHP Warning: Cannot modify header information - headers already sent in /var/www/typo3_src-7.2.0/typo3/sysext/core/Classes/Authentication/AbstractUserAuthentication.php line 425
Core: Error handler (BE): PHP Warning: Cannot modify header information - headers already sent in /var/www/typo3_src-7.2.0/typo3/sysext/core/Classes/Authentication/AbstractUserAuthentication.php line 424
更新 2 同时,我全新安装了 7.2(即使使用了新数据库),但仍然得到一个空的页面树。我也试过 6.2 LTS,但也在这里,没有 pagetree。我开始认为我的 PHP 设置有问题。我正在使用 PHP 5.6.9 和 MariaDB 10.0.19。
【问题讨论】:
标签: typo3