problem on admin page

Help for integrating the Laravel package
Forum rules
Always add your Laravel, Aimeos and PHP version as well as your environment (Linux/Mac/Win)
Spam and unrelated posts will be removed immediately!
jazzyroam
Posts: 5
Joined: 13 Nov 2017, 07:48

problem on admin page

Post by jazzyroam » 13 Nov 2017, 08:02

Hi,

I go issue with the admin page, when login, i get this corrupt interface. (attached pic)
Any idea what the prob?
Attachments
aimeos.jpg
aimeos.jpg (102.27 KiB) Viewed 2056 times

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: problem on admin page

Post by aimeos » 13 Nov 2017, 15:56

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?
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

jazzyroam
Posts: 5
Joined: 13 Nov 2017, 07:48

Re: problem on admin page

Post by jazzyroam » 14 Nov 2017, 13:33

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?

User avatar
aimeos
Administrator
Posts: 7836
Joined: 01 Jan 1970, 00:00

Re: problem on admin page

Post by aimeos » 14 Nov 2017, 15:00

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
Professional support and custom implementation are available at Aimeos.com
If you like Aimeos, Image give us a star

jazzyroam
Posts: 5
Joined: 13 Nov 2017, 07:48

Re: problem on admin page

Post by jazzyroam » 15 Nov 2017, 04:43

By changing the https to http, prob solved. thanks !

Post Reply