Closed (won't fix)
Project:
Dynamic Rendering
Version:
5.x-1.x-dev
Component:
sIFR plugin
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
4 Oct 2007 at 15:52 UTC
Updated:
22 Oct 2007 at 13:30 UTC
I put my contributed drupal modules in modules/contributed. This doesn't seem to work with sIFR plugin.
I always get the error
| The sIFR library is in not installed correctly. Please download from http://www.mikeindustries.com/sifr/ and place in Drupal's modules/render/ directory.
If I put my render folder into modules folder it works ok.
I think this should work wherever one put its render module.
Comments
Comment #1
sunWhat is the reason for installing your modules into a folder that will not work with many contrib modules?
Comment #2
miguel commentedI have a dozen of contrib modules installed and none of them wasn't working due to this.
There once was a discusion to install the contrib modules in a separate folder to distinct core modules an contrib modules.
There are other users who recommend this:
http://drupal.org/node/106997#comment-185861
Comment #3
sunSo you are following the installation handbook? (http://drupal.org/node/176044)
Contributed modules should be installed in sites/all/modules or another sub-folder of sites/ if you are setting up a multi-site installation.
Comment #4
miguel commentedThanks for your hint :-I
This is much better then putting the modules into core.
I changed status to won't fix.