admin管理员组文章数量:1406951
On a MacBook I have downloaded a WP multisite over SFTP using FileZilla. I have also exported copies of all the required databases. I have updated all wp-config
files to match my local DB settings.
The problem I’m having is that I get a white screen on both front and back end. I can’t even see the login screen at wp-login.php
I’ve tried the following with no luck:
- matched my local PHP version to the live server version
- set
WP_DEBUG
to true - added
WP_DEBUG_LOG
towp-config
- added
WP_DEBUG_DISPLAY
towp-config
- increased
memory_limit
from 128 to 512 - set
WP_CACHE
to false
There is nothing in debug-log
or my local error log and there are no errors showing on the screen.
As I cannot access wp-admin, I have also tried the following with no luck:
- renamed the plugins folder
- removed the theme being used from the themes folder
Any help would be greatly appreciated
On a MacBook I have downloaded a WP multisite over SFTP using FileZilla. I have also exported copies of all the required databases. I have updated all wp-config
files to match my local DB settings.
The problem I’m having is that I get a white screen on both front and back end. I can’t even see the login screen at wp-login.php
I’ve tried the following with no luck:
- matched my local PHP version to the live server version
- set
WP_DEBUG
to true - added
WP_DEBUG_LOG
towp-config
- added
WP_DEBUG_DISPLAY
towp-config
- increased
memory_limit
from 128 to 512 - set
WP_CACHE
to false
There is nothing in debug-log
or my local error log and there are no errors showing on the screen.
As I cannot access wp-admin, I have also tried the following with no luck:
- renamed the plugins folder
- removed the theme being used from the themes folder
Any help would be greatly appreciated
Share Improve this question edited Nov 5, 2019 at 0:06 sgspragg asked Nov 4, 2019 at 19:06 sgspraggsgspragg 1572 silver badges11 bronze badges 9 | Show 4 more comments1 Answer
Reset to default 1Just coming back to this. Unfortunately, the client had provided us with an incorrect copy of the site and whilst all the necessary files were in place and looked OK, this was the cause of the issue.
本文标签: errorsWhite screen across whole of site including wpadmin
版权声明:本文标题:errors - White screen across whole of site including wp-admin 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1744952694a2634171.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
index.html
at the root of your local server just to test if you manage to see it? If you still get a white screen then it might not be your WordPress the problem but a missconfiguration of your local server. – Patrice Poliquin Commented Nov 4, 2019 at 20:53debug.log
orerror_log
file) How about temporarily rename the.htaccess
file? – Sally CJ Commented Nov 4, 2019 at 23:39