Incorrect URL?
bdmc - September 24, 2007 - 22:48
| Project: | Skipcart |
| Version: | 5.x-1.10 |
| Component: | Code |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
I am running Drupal 5.2 with EC 5.x-3.x-dev, but had the same issue with EC 5.x-3.3. ( MySQL 5.0.45 )
My site is installed under a sub-directory of the domain name ( www.example.com/subdir/drupal-home-dir ) and find that the link that is being generated by SkipCart is: www.example.com/skipcart/8, which generates a 404 error. I have installed SkipCart in /sites/all/modules and /modules, with no change in behaviour.
I do not have the Path module enabled ( clean_urls is not true ), and need URLs of the form /?q=skipcart/x, beside the directory issue.
Is this a problem with my installation, or?

#1
I'll take a look, but I'm guessing I've only ever tested with clean_urls on.
It's probably a bug that can be fixed by turning on clean_urls or by finding where I generate links and making sure I use the l() function (which I'm guessing I don't).