Using current 3.1.1 version of font-awesome. The module fails to load using the version_arguments pattern with the $ modifier. Just remove the $ and it works.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Jason Ruyle’s picture

FileSize
520 bytes

Here is a patch.

jfrederick’s picture

Status: Active » Needs review
FileSize
520 bytes

The patch in #1 worked for me. Thx. I renamed it according to Drup patch standards.

energee’s picture

Status: Needs review » Reviewed & tested by the community

RTBC

tnanek’s picture

RTBC by me as well.

RobLoach’s picture

Status: Reviewed & tested by the community » Fixed

Why is there a man in that torpedo?

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

fubarhouse’s picture

I've come across this problem also, however the module file has been patched and the error message is still showing "The version of the Font Awesome library could not be detected."

For any users facing this problem: the problem was solved when downloading the complete zipball package from the following address and moving those files into the fontawesome library: https://github.com/FortAwesome/Font-Awesome/zipball/master

portulaca’s picture

Thank you fubarhouse, this solved it for me (#7).

sophiekovalevsky’s picture

Thank your for your reply, fubarhouse.
This has worked for me.

nithinkolekar’s picture

Issue summary: View changes

#7 worked fine by uploading just a font-awesome.css but not worked earlier with the same version from http://fontawesome.io/assets/font-awesome-4.6.3.zip
I think its just a regexp parsing problem.