Error 510 when edit and save snippets
-
Latest WordPress, latest code snippet plugin. Can not save any changes, because I get Error 510.
Its a very short PHP:
<?php
$utimeDatum1= mktime(0, 0, 0, 2, 10, 1934); // 2. Oktober 1934
$utimeDatum2= time (); // Jetzt
$diff= $utimeDatum2 - $utimeDatum1;
printf ("%d", ($diff / 86400));
?>Tryed Settings > Debug > “Upgrade Database” and “Reset Chache”
I get following Errors:
Mixed Content: The page at ‘https://www.sfg-hohenems.com/wp-admin/admin.php?page=edit-snippet&id=4’ was loaded over HTTPS, but requested an insecure favicon ‘https://www.sfg-hohenems.com/wp-content/uploads/2015/11/cropped-Logo-32×32.png’. This request has been blocked; the content must be served over HTTPS.Understand this error
admin.php:1 Mixed Content: The page at ‘https://www.sfg-hohenems.com/wp-admin/admin.php?page=edit-snippet&id=4’ was loaded over HTTPS, but requested an insecure favicon ‘https://www.sfg-hohenems.com/wp-content/uploads/2015/11/cropped-Logo-192×192.png’. This request has been blocked; the content must be served over HTTPS.Understand this error
edit.js?ver=3.6.5.1:2 POST https://www.sfg-hohenems.com/wp-json/code-snippets/v1/snippets/4? Object
/wp-json/code-snippets/v1/snippets/4?:1Failed to load resource: the server responded with a status of 510 ()Understand this error
edit.js?ver=3.6.5.1:2 POST https://www.sfg-hohenems.com/wp-json/code-snippets/v1/snippets/4? Object
/wp-json/code-snippets/v1/snippets/4?:1Failed to load resource: the server responded with a status of 510 ()Understand this error
Any Ideas?
- You must be logged in to reply to this topic.