Closed (fixed)
Project:
Multisite Manager
Version:
5.x-0.9-1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
19 Jul 2007 at 02:58 UTC
Updated:
3 Aug 2007 at 21:46 UTC
I am new to drupal and your multisite manager module seems to be what I need.
I have everything installed but when I try and submit a new sit I get the following error:
Fatal error: Cannot redeclare filter_help() (previously declared in /var/www/drupal/indevr_drupal/modules/modules/filter/filter.module:20) in /var/www/drupal/indevr_drupal/modules/filter/filter.module on line 48
I am not sure if this has to do with my install of your module or I have set up something else wrong in configuring drupal.
Thanks for your help.
Comments
Comment #1
schuyler1d commentedI don't think this has to do with multisite_manager. When you create a site with it, it must load the modules it installs in the profile (at least), so I suggest running from your drupal directory:
$ grep -r 'function filter_help' *One of your modules has this function re-implemented (but it ain't multisite_manager :-).
Comment #2
troynado commentedThanks for your response
I did a fresh install of drupal and I installed multisite manager as the first module, and everything is working great. I guess I will have to try our a new site after I install every few modules to see which one was the culprit.
Comment #3
rmac897 commentedI can confirm it is not the Multisite Manager that cause this problem but some other module. Unfortunately it's not easy to figure out which one. I even tried commenting out the help section (who need help anyway) only to find out that after that the update process will stop on filter_menu function.
Comment #4
(not verified) commented