After changing the module 14 of March i see in my logs (admin page) some wrong urls like that:

index.phptoboggan/login not found.

I tested it:

I log in: /index.php?q=toboggan/login

I give the name and pass

I get logged in (theme changes), but

i get the message: Page not found

and I'm reirected to the url:
index.php?q=index.phptoboggan/login

There was nothing like that earlier

Andrzej

Comments

Andrzej7’s picture

new issue with logging in.

When I try to log in i get a very long url address

/index.php?q=toboggan/login&destination=index.phptoboggan/login

And can't login in

Drupal 4.6.5
Logintobbogan from 14 March
must switch it off temporarily

Andrzej

hunmonk’s picture

Status: Active » Closed (fixed)

i have tested extensively, and this is not a problem with the module. index.php should not be getting appended to your urls, so you most likely have a bad configuration setting somewhere in your webserver setup, etc. you can try enabling clean urls to fix.

Andrzej7’s picture

I can' work on clean urls - my server doesn't accept them.
You know - I didn't have this issuess until change of the 14 of March

Any chance to change it with long urls?

Andrzej

hunmonk’s picture

Any chance to change it with long urls?

the module works fine with clean urls enabled or disabled--the issue is not with the module--i have tested extensively on latest drupal 4.6 w/ the latest module, and also had another person run the same tests with the same results. your problem is most likely either:

  1. another drupal module is inserting index.php in the path--in which case you may want to file a bug report w/ that module
  2. your webserver is set up incorrectly--so talk to your hosting company... :)

i did have some uncommitted path code that i just committed to the module, so you can try downloading the latest 4.6 module code from CVS and see if that helps you, but i'm guessing it won't. i'm afraid i can't help you any more than this.

webchick’s picture

Drupal 4.6.6, Clean URLs disabled... I tried to duplicate this problem and couldn't. My path is always something like ?q=node .. never includes index.php.

I suspect a rogue module mucking with the path, perhaps?

Andrzej7’s picture

I tested it heavily
The module woks fine when the directory is not a root for ezample: http://myhosteddomain.com/testdirectory/HIEREISDRUPALLOCATED

But it works with an error
(it logs in, but redirects /index.php?q=index.phptoboggan/login and there is "Page not found")
when it is in the root directory
http://mydomain.com/

I tested it on three sites - so it is a result

Try this way ;-)

The module is very useful, I need it - so sorry for being not precise previously, but im a newbee ;-)

Andrzej

webchick’s picture

I just tested again on straight http://localhost, as opposed to http://localhost/subdir, and still can't reproduce this problem.

Can you get a fresh copy of Drupal 4.6.6, with *only* LT module intalled and enabled on your www.example.com and see if you can duplicate it? If not, it's a conflict with another module. If so, I guess we'll need more info on your server setup, etc.