Page 1 of 1

problem on admin page

Posted: 13 Nov 2017, 08:02
by jazzyroam
Hi,

I go issue with the admin page, when login, i get this corrupt interface. (attached pic)
Any idea what the prob?

Re: problem on admin page

Posted: 13 Nov 2017, 15:56
by aimeos
Can you please open the console of your browser and have a look if there are any Javascript errors or some XHR requests that are failing?

Re: problem on admin page

Posted: 14 Nov 2017, 13:33
by jazzyroam
I have check on the browser console, and get the errors as below,

cdnjs.cloudflare.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.css Failed to load resource: net::ERR_INSECURE_RESPONSE
cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/css/tether.min.css Failed to load resource: net::ERR_INSECURE_RESPONSE
cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css Failed to load resource: net::ERR_INSECURE_RESPONSE
jquery.min.js Failed to load resource: net::ERR_INSECURE_RESPONSE
jquery-ui.min.js Failed to load resource: net::ERR_INSECURE_RESPONSE
d3.min.js Failed to load resource: net::ERR_INSECURE_RESPONSE
modernizr.js Failed to load resource: net::ERR_INSECURE_RESPONSE
tether.min.js Failed to load resource: net::ERR_INSECURE_RESPONSE
ckeditor.js Failed to load resource: net::ERR_INSECURE_RESPONSE
jquery.js Failed to load resource: net::ERR_INSECURE_RESPONSE
bootstrap.min.js:6 Uncaught Error: Bootstrap's JavaScript requires jQuery. jQuery must be included before Bootstrap's JavaScript.
at bootstrap.min.js:6
tether.min.js Failed to load resource: net::ERR_INSECURE_RESPONSE
js:141 Uncaught ReferenceError: jQuery is not defined
at js:141

Any idea on how what this mean? something to do with the refer js link?

Re: problem on admin page

Posted: 14 Nov 2017, 15:00
by aimeos
There seems to be some proxy between you and the CDN which modifies the data so the hashes don't match any more.

If you can't get around this, you can try to replace "https" by "http" or remove the "integrity" attribute in the "link" and "script" tags in a local copy of this file in ./resources/views/vendor/shop/jqadm/: https://github.com/aimeos/aimeos-larave ... .blade.php

Re: problem on admin page

Posted: 15 Nov 2017, 04:43
by jazzyroam
By changing the https to http, prob solved. thanks !