[TH] Fonts Manager [Deleted]

katsulynx updated [KL] Fonts Manager with a new update entry:

Whitemode Fix

PATCH NOTES
  • Fixed a bug that prevented fonts from your font list to be rendered when you set the Webfonts List Mode to whitelist. As a consequence, this also passively induces:
    • In the ACP defined local and default fonts are no longer attempted to be loaded from the Google Fonts service
    • The CSS no longer contains unnecessary entries
    • The font stack is now correctly applied, securing the fallback capabilities for users that don't have the...

Read the rest of this update entry...
 
Apologies.

The buttons in the settings basicall has a null function. It's clickable but there's nothing more to it. No function.
 
Thanks. If you want to, you can also check out the console to see if any error appears there. To do that, open up the Font List and press F12 on your keyboard, then in the new window, select the tab 'console'.
 
Today I see from a list of custom fonts (that you know them on our site) just two of them are working as they were working fine before.
Maybe the update causes this.
 
Nothing in browser console? Since custom fonts should be served on every page load, can you confirm that the fonts are being loaded AND used (inspect strings that use the fonts to make sure that they use the correct font stack)?
 
Nothing in browser console? Since custom fonts should be served on every page load, can you confirm that the fonts are being loaded AND used (inspect strings that use the fonts to make sure that they use the correct font stack)?
on inspect, it shows that it is in that special local font's font family. But the result is default font.
and in the console, it shows multiple error of this kind:
Code:
Failed to load resource: the server responded with a status of 404 (Not Found)
That is related to fonts. It wants to read those fonts from "data" folder, but it can't find them there.
 
Mysqli statement execute error : Duplicate column name 'additional_data'

  1. Zend_Db_Statement_Mysqli->_execute() in Zend/Db/Statement.php at line 297
  2. Zend_Db_Statement->execute() in Zend/Db/Adapter/Abstract.php at line 479
  3. Zend_Db_Adapter_Abstract->query() in KL/Install.php at line 111
  4. KL_Install::_processData() in KL/Install.php at line 152
  5. KL_Install::install()
  6. call_user_func() in XenForo/Model/AddOn.php at line 215
  7. XenForo_Model_AddOn->installAddOnXml() in XenForo/Model/AddOn.php at line 169
  8. XenForo_Model_AddOn->installAddOnXmlFromFile() in XenForo/ControllerAdmin/AddOn.php at line 187
  9. XenForo_ControllerAdmin_AddOn->actionInstall() in XenForo/FrontController.php at line 347
  10. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
  11. XenForo_FrontController->run() in /var/www/thestarwarsrp.com/public_html/forum/admin.php at line 13
I don't have the addon installed at all, so no version number. Using the current version as of 8/16 to try and install, though.
 
Mysqli statement execute error : Duplicate column name 'additional_data'

  1. Zend_Db_Statement_Mysqli->_execute() in Zend/Db/Statement.php at line 297
  2. Zend_Db_Statement->execute() in Zend/Db/Adapter/Abstract.php at line 479
  3. Zend_Db_Adapter_Abstract->query() in KL/Install.php at line 111
  4. KL_Install::_processData() in KL/Install.php at line 152
  5. KL_Install::install()
  6. call_user_func() in XenForo/Model/AddOn.php at line 215
  7. XenForo_Model_AddOn->installAddOnXml() in XenForo/Model/AddOn.php at line 169
  8. XenForo_Model_AddOn->installAddOnXmlFromFile() in XenForo/ControllerAdmin/AddOn.php at line 187
  9. XenForo_ControllerAdmin_AddOn->actionInstall() in XenForo/FrontController.php at line 347
  10. XenForo_FrontController->dispatch() in XenForo/FrontController.php at line 134
  11. XenForo_FrontController->run() in /var/www/thestarwarsrp.com/public_html/forum/admin.php at line 13
I don't have the addon installed at all, so no version number. Using the current version as of 8/16 to try and install, though.

same error here
i try install New Xenforo & KL = same result
i think this error come if install system in folder inside folder www (xxxxxxxxx.com\xenforo)
 
Top Bottom