1) Adding mime type.
To elaborate, I went to the Plesk Control Panel, select Virtual Directory, click on the MIME Types tab, then click Add MIME Type and finally add
Extention: .less
Content: text/less
or
2) Editing header.tpl
I edited admin/view/template/common/header.tpl
(Around Line 18-20) I searched for
Code: Select all
<!--
<link href="view/javascript/bootstrap/css/bootstrap.css" rel="stylesheet" media="screen" />
//-->
Code: Select all
<!-- //-->
Hello, I'm a new user of opencart.
I ran into a problem with a fresh install of opencart 2.0.
It installs on my domain (using godaddy as webhost, using default settings) successfully but when I log in into the admin page, then I encounter the problem in the image.
Can anyone help me?