Closed (fixed)
Project:
Popup
Version:
7.x-1.0
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
20 Jan 2012 at 01:56 UTC
Updated:
22 Aug 2012 at 00:47 UTC
Currently, Ajax always displays "loading" without ever loading anything. I also tried it in the test module pages and it's the same thing.
Comments
Comment #1
khanz commentedI am too facing the same issue.
Comment #2
gardner commented+1
Notice: Undefined variable: options in function popup_filter_ajax_getdisplays() (line 246 in file /home/......./www/modules/popup/modules/popup_filter/includes/popup_filter.admin.inc).
Comment #3
Scheepers de Bruin commentedPlease try version 1.0
Also try checking the console in firebug if using firefox. There should be a listing of the ajax requests and the server response.
Comment #4
reych9 commentedI don´t know why, but this occurs when we are working with the root directory inside another folder. for example: http://localhost/sitio-drupal. to solve this problem we must work with our site in the root of our web server. For example http://sitio-drupal.
to do that we must configure our apache, here are a litle tuto
http://www.mclibre.org/consultar/php/otros/in_php_configuracion.html
good luck
Comment #5
Morn commentedMy site is working in the root directory (@ #4) but I get the same Notice every time I edit the a page that has popup filter active (even if there is no [.... ] popup text).
The complete message is:
Strange is that "vortags_katalog" is a view Name whose Displays are displayed with http://drupal.org/project/quicktabs (but is not displayed on this page!)
Html Extract of the edit page where "vortags_katalog" appears (the view isn't displayed on this page!):
The rest looks fine, so for me, its only a minor error that occurs when calling the edit page
Comment #6
Leoo commentedHello,
Working locally, with my site drupal02 in c:/xampp/htdocs/drupal02, i dont really see how to apply #4: looking at the link http://www.mclibre.org/consultar/php/otros/in_php_configuracion.html, it seems i have to change in the file httpd.conf DocumentRoot and Directory from "C :/ xampp / htdocs" to "C:"? And cut/copy all the content of my c:/xampp/htdocs folder into c:? But then I have 2 xampp folders under C:, and I dont really want to add lots of new folders/files straight under c:??
Trying to quickly debug popup.js under firebug (im Newbie), on line 322:
var url = $('a.ahah-path', placeHolder).attr('href');
inspect url gives "/ahah/popup/node/43adfafe5a705f8513e112e1ed526aa5" in my case
And the eternal 'Loading' popup.
If I comment out the code and replace the URL with prepending my site name:
//LV: var url = $('a.ahah-path', placeHolder).attr('href');
var url = '/drupal02'+$('a.ahah-path', placeHolder).attr('href');
Then my popup loads the node I want..
Hope this helps..
L
Comment #7
Leoo commentedComment #8
Scheepers de Bruin commentedAt the end of popup.util.inc, change this method to:
Comment #9
Scheepers de Bruin commentedThanks all, fix in new release