Fatal error
-
I have created a new subsite and the plugin is network activated, it’s giving fata error message
The Font Awesome plugin caught a fatal error.
When trying to load Font Awesome, the plugin’s configuration was invalid. Try deactivating, uninstalling, and re-activating the Font Awesome plugin.
I already tried deactivating, uninstalling, and re-activating the Font Awesome plugin but it’s still not working.
When I checked the network tab in browser I can’t find all.css on that particular new subsite and i can find in the existing subsite.
I don’t setting option in new subsite but all existing subsite is working fine.
I did checked to make sure font awesome plugin is activated in new subsite by below function and I was getting “Font Awesome class loaded” .
add_action(‘admin_init’, function () {
if (class_exists(‘\FortAwesome\FontAwesome_Loader’)) {
echo ‘Font Awesome class loaded.’;
} else {
echo ‘Font Awesome NOT loaded.’;
}
});
The topic ‘Fatal error’ is closed to new replies.