System urls don't work, only url aliases

DjebbZ - June 15, 2009 - 11:47
Project:Popups API (Ajax Dialogs)
Version:6.x-1.3
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active
Description

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 ?

#1

DjebbZ - June 16, 2009 - 05:32

I'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 ?

#2

DjebbZ - June 16, 2009 - 05:32
Title:Webform in popups don't work» System urls don't work, only url aliases

#3

DjebbZ - July 5, 2009 - 09:53
Status:active» fixed

Ok it's working, I wrote it bad...
Here's the link

<?php
<a href="<?php echo base_path() . 'node/add/quotation';
?>
">
?>

#4

System Message - July 19, 2009 - 10:00
Status:fixed» closed

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

#5

yasir.rehman - July 30, 2009 - 06:06
Status:closed» active

hi
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

 
 

Drupal is a registered trademark of Dries Buytaert.