我正在使用TYPO3版本7.2设置门户网站。我在Red Hat 4.8.2-16计算机上成功安装了this article之后的TYPO3。一切正常,我创建了一些页面,直到由于某种原因,pagetree不再显示任何内容。所以现在后端看起来像http://goo.gl/3p0uQn
我的浏览器调试控制台仅返回此错误:
TypeError: TYPO3ViewportInstance.DebugConsole is null backend.php:79:5
但我不知道这是否与空的pagetree有关。 这种情况发生在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完全新鲜(即使有一个新的数据库),我仍然得到一个空的pagetree。我也试过6.2 LTS,但也在这里,没有pagetree。我开始认为我的PHP设置存在问题。我使用PHP 5.6.9和MariaDB 10.0.19。
答案 0 :(得分:1)
尝试将它放在你的php.ini上:
always_populate_raw_post_data = -1
它对我有用。 祝你有愉快的一天。
的Raf
答案 1 :(得分:0)
你某处有PHP错误。请检查您的网络服务器日志或php日志以获取错误消息。您还可以通过在安装工具中选择开发预设或将上下文环境变量设置为Development
来显示错误消息。
确保至少通过安装工具清除缓存一次(重要操作)。