Welcome Guest, Not a member yet? Register   Sign In
Error Debugbar-Time
#2

I believe it has to do with CORS, you can try adding this to your .htaccess file in the
root with index.php

Code:
# Add Font Types
AddType application/vnd.ms-fontobject .eot
AddType application/x-font-ttf        .ttf
AddType application/x-font-opentype   .otf
AddType application/font-woff         .woff
AddType application/font-woff2        .woff2

# Add Image Types
AddType image/svg+xml .svg .svgz .jpg .png .ico

<FilesMatch ".(eot|ttf|otf|woff|woff2|svg|svgz|jpg|png|ico)">
    # For live server change to your real domain!
    Header set Access-Control-Allow-Origin "*"
</FilesMatch>

If it is a live server make sure to change the * to your servers real url path.
What did you Try? What did you Get? What did you Expect?

Joined CodeIgniter Community 2009.  ( Skype: insitfx )
Reply


Messages In This Thread
Error Debugbar-Time - by saulolago - 10-02-2020, 05:43 AM
RE: Error Debugbar-Time - by InsiteFX - 10-02-2020, 07:05 PM



Theme © iAndrew 2016 - Forum software by © MyBB