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

schuyler1d’s picture

I 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 :-).

troynado’s picture

Status: Active » Fixed

Thanks 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.

rmac897’s picture

I 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.

Anonymous’s picture

Status: Fixed » Closed (fixed)