Ci 3.0.6 error at Font-Awesome - Printable Version +- CodeIgniter Forums (https://forum.codeigniter.com) +-- Forum: Development (https://forum.codeigniter.com/forumdisplay.php?fid=6) +--- Forum: CodeIgniter 3.x (https://forum.codeigniter.com/forumdisplay.php?fid=17) +--- Thread: Ci 3.0.6 error at Font-Awesome (/showthread.php?tid=64799) |
Ci 3.0.6 error at Font-Awesome - CiAngle - 03-27-2016 I used Ci3.0.0 to deploy my CMS web, Ci3.0.0 is very well for my all work, but i have an error when i updating Ci3.0.0 to Ci3.0.6 ( update by copy the system folder in Ci3.0.6 and paste to my project folder ) I cannot use font-awaresome anymore with the error show in this image, please help ! i tried many ways but the error still there now i down grade to ci3.0.0 to solve the error Please help me ! plese show me how to fix this ! (i am vietnamese) RE: Ci 3.0.6 error at Font-Awaresome - InsiteFX - 03-27-2016 I*'ll bet if you load Font-Awesome from your assets folder it will work. RE: Ci 3.0.6 error at Font-Awaresome - CiAngle - 03-27-2016 i loaded fonts in my assets folder on my hard-drive, it was very good in Ci3.0.0 when i used Ci3.0.0 to render my CMS RE: Ci 3.0.6 error at Font-Awesome - salain - 03-28-2016 Hi, As of CI V.3.0.2 (Or 3.0.3) you must set a value for $config['base_url'] in /application/config/config.php to fix this issue. Look in the change log of the manual and the forum for exact detail on the behaviour change. |