Closed (fixed)
Project:
Acquia Marina
Version:
6.x-3.0-alpha2
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
5 Feb 2010 at 11:17 UTC
Updated:
26 Aug 2011 at 14:02 UTC
I get a Fatal error: Cannot redeclare phptemplate_settings() when clicking the configure link for this theme using the latest V3.0 alpha 1 version... any ideas?
Full error:
Fatal error: Cannot redeclare phptemplate_settings() (previously declared in /var/www//www/sites/all/themes/acquia_marina/theme-settings.php:12) in /var/www//www/sites/all/themes/fusion/fusion_core/theme-settings.php on line 372
Cheers
Steve
Comments
Comment #1
jeremycaldwell commentedHi kiwi_steve, just to be sure can you delete your "acquia_marina" folder from your /themes directory and then download and install the 3.x version again? My guess is there were existing theme files within that directly and the new ones are having issues with that. Also, might need to clear your site's cache on the Performance page on your Drupal site.
Comment #2
robertgarrigos commentedI did have this same error and I fixed it deleting the whole theme folder and installing it again.
Comment #4
kpv_dnepr commentedI have this problem too, went back to version 2.0 and everything worked
Comment #5
sheena_d commentedThere is no theme-settings.php file that comes packaged in Marina. If you copied the theme-settings.php file from Fusion Core to make customizations, you need to re-name all of the functions in that file, otherwise you will get these duplicate function errors.