Active
Project:
Popups API (Ajax Dialogs) [D7]
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
15 Jun 2009 at 11:47 UTC
Updated:
30 Jul 2009 at 06:06 UTC
Hi guys
I can't figure out why my webforms don't show up in the popup when I click on a custom link.
I use Popups API 1.3, Drupal 6.12 & Webform 2.7 (all last stable releases).
The link (in Firebug) is : <a class="popups popups-processed" href="/[project_name]/node/21" title="[Popup]">Get a quotation</a>.
When I click the link the popup appears but its title is "Unable to open: http://localhost:8080/[project_name]/node/21" with "OK" button and "Cancel" link.
I used no option other than the "popups" class in the a tag.
What's wrong ? Do webforms work with the module ?
Comments
Comment #1
DjebbZ commentedI'm sorry if it looks like a duplicate of the previous issue, but it was dedicated to the 2.0-alpha5 version, my issue is for the 1.3.
[edit]
It has nothing to do with Webforms, but with all my links. They all have the system urls, like : $base_path/node/x.
BUT : it works with the $base_path url, in other words the frontpage, and with url aliases (for me, generated with Path auto).
And I tested with all options under Site configuration > popups, and with all the classes described in the readme.txt. only url aliases work.
Shouldn't they work with system urls too ? IMHO, of course they ought to. Is it a bug ?
Comment #2
DjebbZ commentedComment #3
DjebbZ commentedOk it's working, I wrote it bad...
Here's the link
">
?>
Comment #5
yasir.rehman commentedhi
i have the same problem in my website, my system URLs are not working properly, when i click on [EDIT], [Related links] or any other system link it shows me following error:
//-------------------------------------------------------------------
Redirect Loop
Firefox has detected that the server is redirecting the request for this address in a way that will never complete.
The browser has stopped trying to retrieve the requested item. The site is redirecting the request in a way that will never complete.
* Have you disabled or blocked cookies required by this site?
* NOTE: If accepting the site's cookies does not resolve the problem, it is likely a server configuration issue and not your computer.
//-------------------------------------------------------------------
i need some solution if anybody know please let me know
thanks