OpenCart Error on Admin Panel Home
Posted: Tue Jul 12, 2016 2:51 pm
Anyone knows how to fix that?
Thanks.


Thanks.
OpenCart Community Forum - Discuss shopping cart and e-commerce solutions.
https://forum.opencart.com/
Code: Select all
define('HTTP_SERVER', 'http://www.example.com/');
Code: Select all
http://example.com
Thanks!impairedspook wrote:Hi lawsonian,
The font awesome icons generally will display as squares when you go to your site using a different URL that is specified in your config files... example, if your config file has
but your visit your site usingCode: Select all
define('HTTP_SERVER', 'http://www.example.com/');
You will see the squares instead of the proper iconsCode: Select all
http://example.com
You want to check config.php in your home directory along with admin/config.php. I would recommend deciding on a URL (with or without www), making sure both config files specify what you have decided to use and then setup a 301 redirect to redirect the URL you are not using to the one you have decided on...
Hope this helps![]()
(Sorry copied and pasted answer from one of my previous posts, this refers to your main store but will be the same logic for the admin side...)