i have an issue after the failure in 1-click upgrade. i did recovery for an old snapshot of the shop and now it goes to var and give me the following error in console:
(
index):25 Error parsing a meta element's content: ';' is not a valid key-value pair separator. Please use ',' instead.
2(index):30 A parser-blocking, cross site (i.e. different eTLD+1) script, https://sedoparking.com/frmpark/hjgghg.com/IONOSParkingUS/park.js, is invoked via document.write. The network request for this script MAY be blocked by the browser in this or a future page load due to poor network connectivity. If blocked in this page load, it will be confirmed in a subsequent console message. See https://www.chromestatus.com/feature/5718547946799104 for more details.
(anonymous) @ (index):30
park.js:14 A parser-blocking, cross site (i.e. different eTLD+1) script, http://pagead2.googlesyndication.com/apps/domainpark/show_afd_ads.js, is invoked via document.write. The network request for this script MAY be blocked by the browser in this or a future page load due to poor network connectivity. If blocked in this page load, it will be confirmed in a subsequent console message. See https://www.chromestatus.com/feature/5718547946799104 for more details.
(anonymous) @ park.js:14
park.js:14 Mixed Content: The page at 'https://dsfsdf.com/var/' was loaded over HTTPS, but requested an insecure script 'http://pagead2.googlesyndication.com/apps/domainpark/show_afd_ads.js'. This request has been blocked; the content must be served over HTTPS.
(anonymous) @ park.js:14
park.js:14 A parser-blocking, cross site (i.e. different eTLD+1) script, http://pagead2.googlesyndication.com/apps/domainpark/show_afd_ads.js, is invoked via document.write. The network request for this script MAY be blocked by the browser in this or a future page load due to poor network connectivity. If blocked in this page load, it will be confirmed in a subsequent console message. See https://www.chromestatus.com/feature/5718547946799104 for more details.
(anonymous) @ park.js:14
(index):1 Failed to load resource: the server responded with a status of 403 ()
the page html as following:
<html class="gr__jhjhjh_com"><head> <meta charset="utf-8"> <style type="text/css"> html, body, #partner, iframe { height:100%; width:100%; margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; } body { overflow:hidden; } </style> <meta content="NOW" name="expires"> <meta content="index, follow, all" name="GOOGLEBOT"> <meta content="index, follow, all" name="robots"> <!-- Following Meta-Tag fixes scaling-issues on mobile devices --> <meta content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;" name="viewport"> </head> <body data-gr-c-s-loaded="true"> <div id="partner"></div> <script type="text/javascript"> document.write( '<script type="text/javascript" language="JavaScript"' + 'src="//sedoparking.com/frmpark/' + window.location.host + '/' + 'IONOSParkingUS' + '/park.js">' + '<\/script>' ); </script><script type="text/javascript" language="JavaScript" src="//sedoparking.com/frmpark/dsfdsf.com/IONOSParkingUS/park.js"></script><script type="text/javascript" language="JavaScript" src="http://pagead2.googlesyndication.com/apps/domainpark/show_afd_ads.js"></script> </body></html>
what is the issue??