Active
Project:
Ajax
Version:
6.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
17 Apr 2009 at 08:04 UTC
Updated:
23 Jul 2010 at 15:33 UTC
Follow these steps using a Drupal 6 installation within a non-root base-url. For instance, this would mean the base_url would be something like:
http://example.com/drupal
This bug, is breaking the Ajax.module Logintobbogan plugin.
1) Enable this option in the logintobboggan admin:
Present login form on access denied (403)
2) Logout
3) Go to the admin area
4) View source and look at form action. It will look something like this:
/drupal//drupal/admin?destination=/drupal/admin
Comments
Comment #1
hunmonk commentedi cannot reproduce this issue. my development environment has logintoboggan installed in a subdirectory of the webroot, and the access denied form works perfectly.
perhaps there's another contrib module causing problems?
Comment #2
hunmonk commentednobody else is reporting this. please reopen if you can reproduce with an updated core and LT, and no other contribs enabled.
Comment #4
vadym.kononenko commentedI've catched this bug at my site that use locale module.
1) Original URL was 'http://vido.com.ua/ru/node/add/video-subject-proposal?destination=video-...'
2) In 403 page with login form form action were '/ru/ru/node/add/video-subject-proposal?destination=video-subject-proposals'
After 'Ajax.module Logintobbogan plugin' module was disabled URL became correct.
Comment #5
hunmonk commentedcan somebody please clarify what 'Ajax.module Logintobbogan plugin' is? what module is that in, b/c it's not in LT.
Comment #6
vadym.kononenko commentedIt is 'ajax'es (http://drupal.org/project/ajax) submodule with path 'ajax/plugins/loggintoboggan/ajax_logintoboggan.info'
Comment #7
hunmonk commented