Hy Leute,
Ich bin mir jetzt nicht ganz sicher, aber seit dem neuen Update von WP 4.8 kann ich alles bearbeiten nur nicht die Home Seite.
Es wird mit ein Bad gateway 502 ausgeben sobald ich die seite zum editieren aufrufe.
Im frontend läuft alles.
Das problem kommt von class-wp-editor.php
Fehler Protokoll:
502 GET /wp-admin/post.php?post=697&action=edit HTTP/2.0 [TABLE="class: scrollable-list-table, width: 100%"]
[TR="class: state-error odd"]
[TD="class: state-default nowrap"]626[/TD]
[TD="class: min nowrap state-default"]SSL/TLS-Zugriff für nginx[/TD]
[/TR]
[/TABLE]
PHP message: PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'entrada_locations_rewrite_rule' not found or invalid function name in /var/www/vhosts/xxxx/wp-includes/class-wp-hook.php on line 298PHP message: PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'wpdm_admin_notices' not found or invalid function name in /var/www/vhosts/xxxx/wp-includes/class-wp-hook.php on line 298
PHP message: PHP Warning: call_user_func_array() expects parameter 1 to be a valid callback, function 'disable_emojicons_tinymce' not found or invalid function name in /var/www/vhosts/xxxx/wp-includes/class-wp-hook.php on line 298
PHP message: PHP Warning: array_unique() expects parameter 1 to be array, null given in /var/www/vhosts/xxxx/oper/wp-includes/class-wp-editor.php on line 426
PHP message: PHP Warning: array_search() expects parameter 2 to be array, null given in /var/www/vhosts/xxxx/wp-includes/class-wp-editor.php on line 428
PHP message: PHP Warning: in_array() expects parameter 2 to be array, null given in /var/www/vhosts/xxxx/wp-includes/class-wp-editor.php on line 465
PHP message: PHP Warning: in_array() expects parameter 2 to be array, null given in /var/www/vhosts/xxxx/wp-includes/class-wp-editor.php on line 465
PHP message: PHP Warning: in_array() expects parameter 2 to be array, null given in /var/www/vhosts/xxxx/wp-includes/class-wp-editor.php on line 465
PHP message: PHP Warning: in_array() expects parameter 2 to be array, null
Wenn ich auf Apache umstelle, funtzt alles ohne Problem.
Sieht aber so aus als gebe es den fehler auch schon in der version 4.7 was ich so gelesen habe.
Aber ein richtig lösung dafür habe ich auch noch nicht gefunden.
php 7.0.20
FastCGI aktiv
Plesk 17.0.17
Ubuntu 16.04.2 LTS
Es gibt hier sicher den einen oder anderen Server Profi der vielleicht einen Tipp hätte.
Wobei ich jetzt glaube das es nicht am server liegt, da es vorher keine Probleme gab.
Ok.. ich dann mit auch leben wenn ich für die änderung auf Apache umstelle, und abwarte bis evtl. ein Fix in der nächsten Version kommt.