admin管理员组文章数量:1415460
After some buggy updates of my websites from 4.5.3 to 4.6.1 I tried a clean installation of a new site on my server (FreeBSD 10.1, PHP 5.6.26, MariaDB 10.X, Apache 2.4)
Downloaded WP 4.1.6 from wordpress, put files where they belonged, created DB and configurated wp-config.php accordingly. No additional themes or plugins were installed - no file (Apart from wp-config) altered
I have been doing this kind of work for the last 3 years successfully on other AND my own server. This time I just get a WSOF on the Dashboard, the update page and only half a page (to the sorting bar) when I want to add Themes through the dashboard. The frontend shows perfectly and works flawlessly.
If I run e.g. the index.php from wp-admin on the console I get output: some warnings from WP core files and the obvious "Header allready sent" thanks to the warnings.
Any suggestions what has changed in 4.6.1 that could trip up the server - because I am pretty sure the WP core files work....
Thanks in advance.
After some buggy updates of my websites from 4.5.3 to 4.6.1 I tried a clean installation of a new site on my server (FreeBSD 10.1, PHP 5.6.26, MariaDB 10.X, Apache 2.4)
Downloaded WP 4.1.6 from wordpress, put files where they belonged, created DB and configurated wp-config.php accordingly. No additional themes or plugins were installed - no file (Apart from wp-config) altered
I have been doing this kind of work for the last 3 years successfully on other AND my own server. This time I just get a WSOF on the Dashboard, the update page and only half a page (to the sorting bar) when I want to add Themes through the dashboard. The frontend shows perfectly and works flawlessly.
If I run e.g. the index.php from wp-admin on the console I get output: some warnings from WP core files and the obvious "Header allready sent" thanks to the warnings.
Any suggestions what has changed in 4.6.1 that could trip up the server - because I am pretty sure the WP core files work....
Thanks in advance.
Share Improve this question asked Nov 23, 2016 at 8:23 huntersbesthuntersbest 111 bronze badge 4 |1 Answer
Reset to default 0In my case the problem was caused by a missing php package. I was able to resolve the issue and get the Dashboard (wp-admin) working by installing the package "php5-curl" and then restarting apache2.
本文标签: wp adminWhite screen of death in Dashboard after clean installation
版权声明:本文标题:wp admin - White screen of death in Dashboard after clean installation 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745157892a2645285.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
debug mode
inwp-config.php
to see errors to troubleshoot – Ajit Bohra Commented Nov 23, 2016 at 8:38