Closed (cannot reproduce)
Project:
@font-your-face
Version:
6.x-2.8
Component:
Code (general)
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
13 Mar 2011 at 23:56 UTC
Updated:
29 Aug 2012 at 10:17 UTC
Jump to comment: Most recent file
Comments
Comment #1
sreynen commentedThanks 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.
Comment #2
syaman commentedThanks for the tip about the Views - that seems to have done it for me :)
Comment #3
sreynen commented@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?
Comment #4
sreynen commentedThere 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.
Comment #5
dougm commentedI had the same issue and re-saving the views cleared it up for me. Clearing the cache didn't help.
Comment #6
sreynen commentedOkay, 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.
Comment #7
sreynen commentedI 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.
Comment #9
ressaI 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.
Comment #10
sreynen commentedI 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.
Comment #11
sreynen commentedressa, do you remember which version you were using before you updated to 2.6? Was it 2.3?
Comment #12
ressasreynen, 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!
Comment #13
abditvs commentedSame issue for me, which I'm using version 7.x-1.0: absolutely nothing appears! Just starts the loading and then anything happens.
Comment #14
opdaviesFor me, the fontyourface_enabled View was disabled. I'm using version 6.x-2.6.
Comment #15
sreynen commentedabditvs, 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?
Comment #16
sreynen commentedI'm marking this as fixed, since I haven't heard anything about it recently. If anyone is still having this problem, please re-open.
Comment #18
BarisW commentedComment #19
castawaybcn commentedHaving the same issue on a clean 6.x-2.8 install. Resaving the view worked for me.
Comment #20
sreynen commentedIf 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.Comment #21
afear commentedI 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.
Comment #22
sreynen commentedI'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.
Comment #23
adraskoy commentedI'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.
Comment #24
adraskoy commentedThe problem for me was that the views were not enabled. As soon as I enabled them, it all worked as it should.
Closing again...
Comment #25
memcinto commentedUsing @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!
Comment #26
marcxy commentedUsing @fyf 6.x-2.10
I cleared my Theme Registry cache and my white-screen problems got fixed.