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

jeremycaldwell’s picture

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

robertgarrigos’s picture

Version: 6.x-3.0-alpha1 » 6.x-3.0-alpha2
Status: Active » Fixed

I did have this same error and I fixed it deleting the whole theme folder and installing it again.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

kpv_dnepr’s picture

I have this problem too, went back to version 2.0 and everything worked

sheena_d’s picture

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