WordPress 500 (Внутренняя ошибка сервера) отправляет запрос в load-scripts.php - PullRequest
0 голосов
/ 10 октября 2018

Я несколько дней сталкиваюсь с проблемой. Каждый раз, когда я пытаюсь отредактировать страницу с помощью Thrive Architect, я получаю 500 (Внутренняя ошибка сервера).

Я получаю это на странице:

Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
Please contact the server administrator to inform of the time the error occurred and of anything you might have done that may have caused the error.

More information about this error may be available in the server error log.

Как говорится, я проверил error_log и обнаружил следующие ошибки:

[Thu Sep 20 16:48:23 2018] [fcgid:warn] (104)Connection reset by peer: [client ] mod_fcgid: error reading data from FastCGI server, referer: https://www.website.com/wp-admin/post.php?post=2335&action=architect&tve=true
[Thu Sep 20 16:48:23 2018] [core:error] [pid ] [client ] End of script output before headers: index.php, referer: https://website.com/wp-admin/post.php?post=2335&action=architect&tve=true

Я получаю это в консоли:

load-scripts.php?c=0&load[]=jquery-core,jquery-migrate,hoverIntent,utils,common,admin-bar,underscore,shortcode,backbone,wp-util,wp-backbone,media-models,mox&load[]=iejs,plupload,wp-plupload,jquery-ui-core,jquery-ui-widget,jquery-ui-mouse,jquery-ui-sortable&ver=4.9.8:4 GET https://website.com/about-us/?tve=true&tcbf=994d642265 500 (Internal Server Error)

Сервер Plesk.

Я попробовал следующее: 1- Увеличение таймаута PHP и сервера ..etc:

PHP:

max_execution_time = 3600

Сервер:

FcgidIOTimeout 3600
FcgidIdleScanInterval 400
FcgidBusyTimeout 3600
FcgidBusyScanInterval 400
FcgidZombieScanInterval 12
FcgidErrorScanInterval 12

2- Замените папки WordPress (wp-admin, wp-includes) последней версией на wordpress.org.

3- Переименование .htaccess.

4- Проверенных файлов / папокpermissions.

Но ни один из этих методов не решил проблему.

Существуют ли другие способы решения проблемы?

Как решить эту проблему?

...