Title: Unknown error
Last modified: February 25, 2022

---

# Unknown error

 *  Resolved [rappel](https://wordpress.org/support/users/rappel/)
 * (@rappel)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/unknown-error-45/)
 * Hi,
 * I will clear the cache here – but nothing is working. Instead that I get this
   warning over all the settings:
 * Warning: simplexml_load_string(): ^ in /is/htdocs/wp11147120_Q2RR6PQK51/www/wp-
   content/plugins/host-webfonts-local/includes/admin/class-settings.php on line
   498
 * May be you know what is wrong here, please?
 * Thanks and regards,
    r.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [Daan van den Bergh](https://wordpress.org/support/users/daanvandenbergh/)
 * (@daanvandenbergh)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/unknown-error-45/#post-15406259)
 * Hi!
 * This’ll be fixed in the next release. In the meanwhile you can do the following:
 * 1. Go to file wp-content/plugins/host-webfonts-local/includes/admin/class-settings.
   php
    2. Go to line 497 3. Replace the following code:
 *     ```
       $xml = utf8_encode(html_entity_decode($xml));
       $xml = simplexml_load_string($xml);
       ```
   
 *  With the following code:
 *     ```
       libxml_use_internal_errors(true);
       $xml = utf8_encode(html_entity_decode($xml));
       $xml = simplexml_load_string($xml);
       ```
   
 * That should fix it!
 * Sorry for the inconvenience.
 *  Thread Starter [rappel](https://wordpress.org/support/users/rappel/)
 * (@rappel)
 * [4 years, 3 months ago](https://wordpress.org/support/topic/unknown-error-45/#post-15407076)
 * This works fine. Thank you very much,
 * r.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Unknown error’ is closed to new replies.

 * ![](https://ps.w.org/host-webfonts-local/assets/icon-256x256.png?rev=3300821)
 * [OMGF | GDPR/DSGVO Compliant, Faster Google Fonts. Easy.](https://wordpress.org/plugins/host-webfonts-local/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/host-webfonts-local/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/host-webfonts-local/)
 * [Active Topics](https://wordpress.org/support/plugin/host-webfonts-local/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/host-webfonts-local/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/host-webfonts-local/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [rappel](https://wordpress.org/support/users/rappel/)
 * Last activity: [4 years, 3 months ago](https://wordpress.org/support/topic/unknown-error-45/#post-15407076)
 * Status: resolved