Closed (outdated)
Project:
@font-your-face
Version:
7.x-2.3
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 May 2012 at 09:11 UTC
Updated:
12 Aug 2020 at 19:31 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
cy08 commentedI solved my problem using:
- #1376686: Error with Ajax enabled views in admin overlay for jQuery 1.7 and Views 3#13
in ajax_view.js, change:
url:ajax_path + querysetting,to
url:ajax_path,and
- #1373188: Font styles do not preview after first page in Views UI with AJAX#2
disable ajax in the font_your_face view.
Comment #2
sreynen commentedI can't reproduce this problem with the current versions of the related modules. Sounds like you resolved it in whatever versions you're using, so I'm closing this.
Comment #3
dkre commentedI'm having the same error on a clean install (modules/theme installed, no development started).
@font 7.x 2.3 (Local, UI, FontSquirrell)
Ctools 7.x 1.0
Jquery Update 7.x 2.2
Views 7.x 3.3
I couldn't find the above in Views 3.3.
This occurs with Jquery rolled back also.
Comment #4
sreynen commentedPlease post the specific error you're seeing. Also, are you clicking anything between "enable" and the error appearing?
Comment #5
nirad commentedI get this error when using the administrative modal overlay. You can go directly to sitename/admin/appearance/fontyourface/browse/google_fonts_api (or whichever API) and you won't get the error.
Comment #6
BillM.Green commentedI can confirm this with a brand new Drupal 7 installation. When using overlay the searching for fonts leads to AJAX-HTTP error 200. If i enter the address (www.example.com/?q=admin/appearance/fontyourface/browse/fontsquirrel) without overlay searching works fine without AJAX errors!
Comment #7
sreynen commentedPlease post the specific error, copied directly from the message you're seeing, not a general description of the error. This will save us time in tracking down the problem, and it's generally a good practice any time you're reporting errors.
Comment #8
BillM.Green commentedThis is the specific error - attached as txt file.
Comment #9
chaloum commentedSame issue
Comment #10
oddible commentedSame error, and yes going directly to admin/appearance/fontyourface/browse/google_fonts_api is a workaround. Not sure if the problem is the admin overlay (likely) or the lack of clean urls.
Comment #11
techcrafters commentedHad the same issue and can verify that enabling clean urls made the error disappear.
Comment #12
nithinkolekar commented#11 worked with drupal core 7.31 and @font-your-face 7.x-2.8+0-dev.
Comment #13
kebz commentedI'm getting the same AJAX error message.
The "workarounds" do work, but we shouldn't have to do these things:
.... However, this should be looked into and fixed by the developers.
Thanks in advance!
Comment #14
prairiedog commentedFor what it's worth, we ran into the long AJAX error with the @fontyourface module (which is awesome, by the way). Simultaneously, we did have some problem turning on clean URLs. While we were fighting with that issue, we thought to go into the @fontyourface view (for Google Fonts, in this case) and turned OFF "Use AJAX" in the view itself. This vanquished the errors. At least we could page forward and search for the fonts we were after.
We'll circle back around once the clean URLs problem is fixed and turn AJAX back on, but thought others might benefit from this tip.
Cheers.
UPDATE: After resolving the clean URLs issue, we turned AJAX back on in the view. Everything works Ok. All FYI for anyone struggling with this.
Comment #15
neslee canil pinto