Fatal error: Allowed memory size of 94371840 bytes exhausted (tried to allocate 78 bytes) in /home/TOTO/TOTO.com/sites/all/modules/google_fonts/google_fonts.module on line 280

Comments

BarisW’s picture

Status: Active » Closed (won't fix)

Ah damn, the same issue we had before with the 6.x version: #864758: 6.x-1.3 causes memory problems

The problem is that the fonts declaration has changed from a simple array to a multi-level array, and the code crashes on this (as it loads the array from the database as Drupal variable).

As only 15 sites are using the 7.x version currently, I'm not going to create another release to solve this.
You can solve this memory problem by disabling, uninstalling and then reinstalling the module.

I'll add it to the release notes of v7.x-1.2!

I hope this helps :)