-
AuthorPosts
-
March 8, 2019 at 8:01 pm #1076455
Hello,
I have the following error script displaying at the top of my site:
Warning: include(/home/hp3-linc4-nfs2-y/406/2218406/user/htdocs/wp-content/uploads/avia_fonts/fontello/charmap.php): failed to open stream: No such file or directory in /home/sites/edwardssurfacing.co.uk/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/font-manager.class.php on line 469 Warning: include(/home/hp3-linc4-nfs2-y/406/2218406/user/htdocs/wp-content/uploads/avia_fonts/fontello/charmap.php): failed to open stream: No such file or directory in /home/sites/edwardssurfacing.co.uk/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/font-manager.class.php on line 469 Warning: include(): Failed opening ‘/home/hp3-linc4-nfs2-y/406/2218406/user/htdocs/wp-content/uploads/avia_fonts/fontello/charmap.php’ for inclusion (include_path=’.:/usr/share/pear72:/usr/share/php’) in /home/sites/edwardssurfacing.co.uk/public_html/wp-content/themes/enfold/config-templatebuilder/avia-template-builder/php/font-manager.class.php on line 469
I have contacted my hosts at Heart Internet, who have advised that this is a theme issue. Would someone kindly take a look at it for me, please?
Site logins and FTP credentials attached.
Thank you,
SteveMarch 9, 2019 at 6:28 am #1076592Hey Steve,
I took a look at your site and fixed the font manager error above by deleting the corrupt Iconfont in the import / export options.
Your remaining error logoslider.php on line 620 is related to the SVG Support Plugin, and I suspect that you are using SVG with the PartnerLogo element, I also see that you are using SVG as logos.
Did you add this to your SVG images?<?xml version="1.0" encoding="utf-8"?>
Try adding this code to your SVG, as per the plugin instructions, or switching to png images.
Best regards,
MikeMarch 11, 2019 at 11:50 am #1077279Hey Mike,
Thank you for resolving the first part of the issue for me!
Re: SVG Issue: I have opened each of my logo slider svg files in Sublime Text editor. The following code already features in the first line of each svg file <?xml version=”1.0″ encoding=”UTF-8″?>
Notive UTF is uppercase in my code (does that matter at all?)
I’m not sure why I’m still seeing the error script at the top of my site?
I’m not a huge fan of using PNG files for logos, and would much prefer to keep them as SVG. Is there anything else I can do to try and resolve this issue?
Many thanks,
SteveMarch 11, 2019 at 12:22 pm #1077292Warning: Division by zero in /home/sites/edwardssurfacing.co.uk/public_html/wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/logoslider/logoslider.php on line 620
March 11, 2019 at 12:30 pm #1077299Hey Mike,
Issue resolved (for now) I stumbled across someone who had a similar issue. Adding the following code to the wp-config.php file resolved this issue: define( ‘WP_DEBUG’, false );
Many thanks,
SteveMarch 12, 2019 at 6:36 am #1077651 -
AuthorPosts
- The topic ‘** Error script at the top of my site **’ is closed to new replies.