I have just updated to version 6.x-2.4 of font-your-face.

Now when I click on "Browse fonts to enable" at admin/build/themes/fontyourface
or even admin/build/themes/fontyourface/add

I no longer see a list of fonts that have been imported successfully at admin/settings/fontyourface

Things were working fine with 6.x-2.4

I have run update.php and also disabled all caching without any effect.

CommentFileSizeAuthor
#13 Schermata 2011-07-01 a 00.15.10.pdf81.25 KBabditvs

Comments

sreynen’s picture

Status: Active » Postponed (maintainer needs more info)

Thanks for reporting the problem. I'm not seeing this on my 6.x-2.4 install, so I'm not sure where the problem is.

Some questions: What do you see instead of the list? An blank screen? An empty Drupal page? Is there anything in your log? I know you tried disabling caches, but did you try clearing your cache? If that doesn't work, can you also try re-saving the view in Views UI?

Both of those pages contain a view field that changed in this update, so I suspect something needs to be reset, but I'm not sure what it is.

syaman’s picture

Status: Postponed (maintainer needs more info) » Closed (fixed)

Thanks for the tip about the Views - that seems to have done it for me :)

sreynen’s picture

Status: Closed (fixed) » Active

@syaman, I'd still like to fix this in code, if possible, to prevent others from having this problem. Can you clarify: re-saving the view fixed it? And did you try clearing the cache before that?

sreynen’s picture

Status: Active » Fixed

There are enough people using 6.x-2.4 now, and no one else has reported this problem, so I'm thinking it's probably a more obscure issue.

dougm’s picture

I had the same issue and re-saving the views cleared it up for me. Clearing the cache didn't help.

sreynen’s picture

Status: Fixed » Active

Okay, so maybe not a more obscure issue. I should probably figure out how to automate whatever part of re-saving the views is fixing it so people don't have to track down this issue to resolve the problem.

sreynen’s picture

Status: Active » Fixed

I haven't been able to reproduce this problem. When I update a site from 6.x-2.3 to 6.x-2.4, the views work for me without any re-saving. If anyone else is still having this problem, please re-open this and give as much detail as you can, including your cache settings, your upgrade process, and what exactly it looks like when it's not working.

Status: Fixed » Closed (fixed)

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

ressa’s picture

Version: 6.x-2.4 » 6.x-2.6
Status: Closed (fixed) » Active

I installed the latest version (6.x-2.6) and nothing happened when I clicked the "Browse fonts to enable" link. I didn't try clearing the cache, just re-saving the view fixed it for me.

sreynen’s picture

I wrote an update for #1168018: Move admin UI to fontyourface_ui module to refresh the Views cache, which I think will solve this as well. That will hopefully be in the next release.

sreynen’s picture

ressa, do you remember which version you were using before you updated to 2.6? Was it 2.3?

ressa’s picture

sreynen, I didn't update the module, it was my first try with @font-your-face.

And let me just add that I am very impressed. I was amazed at how easy it was to add another font to a web site, and it even works with ie6 8o)
Thanks for making it!

abditvs’s picture

Version: 6.x-2.6 » 7.x-1.0
StatusFileSize
new81.25 KB

Same issue for me, which I'm using version 7.x-1.0: absolutely nothing appears! Just starts the loading and then anything happens.

opdavies’s picture

For me, the fontyourface_enabled View was disabled. I'm using version 6.x-2.6.

sreynen’s picture

Version: 7.x-1.0 » 7.x-1.x-dev

abditvs, 7.x-1.0 is no longer a supported release, so you should update to 7.x-1.3.

opdavies, were you able to re-save and/or enable the view?

sreynen’s picture

Status: Active » Fixed

I'm marking this as fixed, since I haven't heard anything about it recently. If anyone is still having this problem, please re-open.

BarisW’s picture

castawaybcn’s picture

Version: 7.x-1.x-dev » 6.x-2.8
Status: Fixed » Active

Having the same issue on a clean 6.x-2.8 install. Resaving the view worked for me.

sreynen’s picture

Status: Active » Postponed (maintainer needs more info)

If anyone is experiencing this problem, please install devel, navigate to /devel/php, run views_invalidate_cache();, and let me know if that fixes it. If it does, I'll just add that to the install process.

afear’s picture

Component: Code » Code (general)

I had the same issue on 7.8, and that devel command didn't fix it for me. Turned out the fontyourface_enabled view remained disabled even after enabling the @font-your-face module and importing fonts. So for me the fix was to go back and enable that view.

sreynen’s picture

Status: Postponed (maintainer needs more info) » Closed (cannot reproduce)

I'm closing this for now. If anyone is still having this problem and is able to provide the info requested in #20, please re-open.

adraskoy’s picture

Status: Closed (cannot reproduce) » Active

I'm also running into this problem, on a site where this used to work just fine. After encountering this, I upgraded everything to latest versions (drupal 6.25, @fyf 6.x-2.10).

I did what you asked, as in #20. Still running into the same problem, at
/admin/build/themes/fontyourface/add

I see only:

No fonts currently enabled.
Browse fonts to enable.

adraskoy’s picture

Status: Active » Closed (cannot reproduce)

The problem for me was that the views were not enabled. As soon as I enabled them, it all worked as it should.

Closing again...

memcinto’s picture

Using @fyf 6.x-2.10. Installed and enabled @fyf and Google Webfont Loader API 6.x-1.6. Enabled Google Fonts API. When I navigate to
/admin/build/themes/fontyourface
and select
"Browse fonts to enable" /admin/build/themes/fontyourface/add
the site white-screens.
The views are enabled, and I have run the run views_invalidate_cache(); function. No change, still white-screening.
I have also cleared Views cache via Views Tools, and also tried checking the "Disable views data caching" box under Views tools. No change, still white-screening.
I disabled the "Google Webfont Loader API" module. Now it works!

marcxy’s picture

Using @fyf 6.x-2.10

I cleared my Theme Registry cache and my white-screen problems got fixed.