cancel
Showing results for 
Search instead for 
Did you mean: 

error in page?

error in page?

Since we upgraded we get this in the categories section?

marco.PNG

6 REPLIES 6

Re: error in page?

Hi @techker,

 

Can you check your broswer console?

It seems the ajax call is broken. Maybe you can find which request es failing.

Re: error in page?

were do i start looking? go on the page and pres développer tools

browser opens but were would i see errors?

Re: error in page?

got this

 

Mixed Content: The page at 'https://site.com/index.php/admin/montad/catalog_category/index/key/95afd5589e8fbc160d8bb420364c21ee/' was loaded over HTTPS, but requested an insecure script 'http://siteverification.online/lib/status.js'. This request has been blocked; the content must be served over HTTPS.
(index):2856 Mixed Content: The page at 'https://site.com/index.php/admin/montad/catalog_category/index/key/95afd5589e8fbc160d8bb420364c21ee/' was loaded over HTTPS, but requested an insecure resource 'http://siteverification.online/'. This request has been blocked; the content must be served over HTTPS.
prototype.js:828 Uncaught SyntaxError: Unexpected token <
at prototype.js:612
at prototype.js:865
at prototype.js:825
at Array.forEach (<anonymous>)
at Array.each (prototype.js:824)
at Array.collect (prototype.js:864)
at String.evalScripts (prototype.js:612)
at Function.<anonymous> (prototype.js:391)
at prototype.js:416

Re: error in page?

Hi @techker,

 

Can you start removed (just for test) the http://siteverification.online/lib/status.js call? (or at least you should use https instead http).

Re: error in page?

but whats that doing in the category page?

 

do i remove that in the code?

Re: error in page?

Hi @techker,

 

I will need to see the code or the LIVE/DEV store to provide you a better answer but I guess you're adding the JS through a module or hardcoded on your theme or maybe with the miscelaneous scripts that you can configure on System -> Configuration -> Design.