Closed (fixed)
Project:
Project
Component:
Projects
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
31 Aug 2005 at 02:40 UTC
Updated:
7 Oct 2005 at 20:20 UTC
With drupal 4.6 you can run multiple sites from one installations via the sites directory, and you can have different modules for each site by placing them in a modules directory in the site's directory.
Project however has hard coded links to the include files so this feature doesn't work.
the patch attached fixes this by using the drupal_get_path function to work out where the module is installed and uses this path to load the includes.
| Comment | File | Size | Author |
|---|---|---|---|
| project.module.sitedirectory.patch | 815 bytes | moggy |
Comments
Comment #1
goofrider commentedThanks for the patch, it was what I was looking for, though it took me some time to find this patch on the support site. Here are the error messages I encountered when I installed the project module before I found this fix. Hope it'll help others to locate this patch via searching.
1. When click on "projects -> issues", I got following error:
2. When click on "admin -> access control", I got following error:
It took me a while to figure out that the problem was that I put the project module files in sites//modules.
Comment #2
goofrider commentedComment #3
ax commentedi committed a slighty different version to DRUPAL-4-6, including an additional fix for the broken stylesheet link. fixed in HEAD, too.
Comment #4
(not verified) commentedComment #5
(not verified) commented