By OliverCruzcampo on
Hi,
I am pretty new to Drupal, only spent a couple of hours on it. I just wanted to go "administer, ->modules" but I always get the following error message:
"Fatal error: Cannot redeclare aggregator_help() (previously declared in /var/www/web718/html/rostock/modules/aggregator.module:12) in /var/www/web718/html/rostock/modules/aggregator/aggregator.module on line 28"
The same problem with "administer->settings", just a slightly different message:
Fatal error: Cannot redeclare image_gd_settings() (previously declared in /var/www/web718/html/rostock/includes/image.inc:192) in /var/www/web718/html/rostock/includes/image.gd.inc on line 48
Can anyone help me out please?
Comments
Did you get any resolution
Did you get any resolution to this problem??
I just got the same error on a site I built locally and uploaded to a site hosted on godaddy. Never seen this before so I wanted to know if you figured it out.
BUMP
BUMP!!
The reason this is happening
The reason this is happening is because you have overwritten your include directory with new files instead of completely deleting it and copying the correct version of the directory in. You will probably see both image and image.gd files in the directory. This error is complaining because you should not have both. There should only be the image file. Do a delete and a fresh upload of that directory.
I would guess that this same scenario may cause other errors and it would be good to do a delete and fresh upload on the other folders as well... i.e. modules, etc.